/* .uk-navbar-nav>li>a {
    padding: 10px;
    display: inline;
} */

body {
    min-height: 100%;
}

footer {
    clear: both;
    position: relative;
    min-height: 30%;
}


/*
* Navbar 
*/

nav.uk-navbar-container {
    background-color: #1E3148 !important;
}

.uk-navbar-nav li a {
    color: #666 !important;
    font-size: 1.1em !important;
}

.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a.uk-open,
.uk-navbar-nav>li>a:focus {
    color: floralwhite !important;
}

.dis-none {
    display: none;
}

.dis-block {
    display: block;
}

#navbar_toggle {
    position: absolute;
    right: 3em;
    top: 0;
}

.h-40 {
    height: 40px !important;
    min-height: 40px;
}

.logo {
    width: 70px;
}

.uk-navbar-nav li a {
    font-weight: bold;
    font-size: 1em;
}


/* .uk-navbar-nav li a:hover {
    background: #1E3148;
    color: #fff;
} */

.login-link {
    border: 1px solid #1E3148;
}

.btn {
    font-size: 14px;
    padding: 8px 22px;
    line-height: 1.38;
}

.btn-theme-colored {
    color: #fff;
    background-color: #1E3148;
    border-color: #1E3148;
}

html[dir="rtl"] .line-bottom-theme-colored-2::after {
    left: auto;
    right: 0;
}

.btn-theme-colored:hover {
    text-decoration: none;
    color: #fff;
}

.position-edit span {
    background-color: #1E3148;
    color: #fff;
    padding: 3px;
    font-weight: bold;
}

.uk-position-center-right-out {
    background-color: #1E3148;
    color: #fff;
}

.uk-position-center-left-out {
    background-color: #1E3148;
    color: #fff;
}

.uk-transition-slide-bottom p {
    color: #1E3148 !important;
}

.uk-section-inside .uk-container {
    height: 100% !important;
}

.widget-title {
    color: #fff;
}

.uk-list-inline>li {
    list-style: none;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #ccc;
    padding: 7px;
    border-radius: 50%;
    color: #ccc;
    margin-right: 4px;
    margin-left: 4px;
}

.uk-list-inline>li a:hover {
    color: #ccc !important;
}

.uk-list-inline>li:hover {
    background-color: #777 !important;
}

#main-slider .uk-position-center-left,
#main-slider .uk-position-center-right {
    background: #1E3148 !important;
    opacity: .6;
    padding: 50px 10px;
}


/* Footer styles */

.footer {
    background-color: #333b57;
    color: #ccc;
}

.footer .uk-section-default {
    background: rgba(30, 49, 72, .7) !important;
}

.footer-form input,
.footer-form textarea,
.footer-form button {
    border-color: #777;
    background: inherit;
}

.grey-list li {
    padding: 10px;
    border-bottom: 1px dashed #777;
}

.grey-list li a {
    color: #ccc;
}

.footer-form input:focus,
.footer-form textarea:focus {
    background: inherit;
    border-color: #777;
}

.footer-form button {
    cursor: pointer;
    border: 1px solid #777;
}

.footer-form button:hover {
    background-color: #777;
    color: #fff !important;
}

.hidden-up-to-s {
    display: none;
}

@media (min-width: 640px) {
    /* @breakpoint-small */
    .hidden-up-to-s {
        display: block;
    }
}


/* Offcanvas designs */

#offcanvas-overlay .uk-offcanvas-bar {
    background-color: #1E3148 !important;
}