.index-dark #header.side-menu {
    background: #000 !important;
}
.index-dark,
.sidemenu-open.index-dark .menu-trigger span::before,
.sidemenu-open.index-dark .menu-trigger span::after {
    background: #1c1c1c !important;
}
.index-dark .social-icons li a {
    background: transparent !important;
    color: #333 !important;
}
.created-text a,
.index-dark .social-icons li.created-text a {
    width: 170px !important;
    font-size: 11px !important;
    color: #555 !important;
}
.index-dark .social-icons li a:hover {
    background: rgba(255,255,255,0.1) !important;
    color: #666 !important;
}
.welcome-title {
    font-weight: 300 !important;
    font-size: 3em !important;
}
.welcome-title::before {
    display: none !important;
}
.welcome-title::after {
    height: 1px !important;
    background: #2C343E !important;
    margin-top: 40px !important;
    width: 480px !important;
}
.welcome-title img {
    width: 353px !important;
    height: auto !important;
}
.welcome-box p {
    letter-spacing: 1px !important;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8) !important;
}
.about-img img {
    border-radius: 0 !important;
}
.about-img::after {
    border-width: 4px !important;
    opacity: 0.1 !important;
    border-radius: 0 !important;
    top: 6px !important;
    right: 6px !important;
    bottom: 6px !important;
    left: 6px !important;
}
.about-img:hover::after {
    border-width: 20px !important;
    opacity: 0.15 !important;
    border-radius: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.fp-bg {
    background-position: center center !important;
}
.fp-bg:after {
    opacity: 0.5;
}
.section.jw2 .fp-bg::after,
.section.sadie .fp-bg::after {
    opacity: 0.5 !important;
}
#fp-nav ul li a span {
    background: #666 !important;
}
#fp-nav ul li a.active span,
#fp-nav ul li a:hover span {
    background: #ccc !important;
}
#fp-nav ul li a.active span::after {
   border-color: #ccc !important;
}

#email2,
#email_conf {
    display: none !important;
}
.btn.disabled, .btn:disabled {
    opacity: 0.2 !important;
}
.bg-success {
    background-color: #2E4911 !important;
}
.bg-danger {
    background-color: #4C161D !important;
}
.bg-success-light {
    color: #417505 !important;
    margin-top: 0 !important;
    font-size: 0.85em !important;
    font-style: italic;
}
.bg-danger-light {
    color: #8B0011 !important;
    margin-top: 0 !important;
    font-size: 0.85em !important;
    font-style: italic;
}



@media only screen and (max-width: 767px) {
    .login-section {
        margin: 25px auto !important;
    }
    .section {
        padding: 75px 0 !important;
    }
    .section.main .section-inner {
        padding: 80px 25px !important;
    }
}

@media only screen and (max-width: 460px) {
    .welcome-title::after {
        width: 260px !important;
    }
    .welcome-title img {
        width: 240px !important;
    }
}

@media only screen and (max-width: 320px) {
    .welcome-title::after {
        width: 260px !important;
    }
    .welcome-title img {
        width: 240px !important;
    }
}
