body {
    font-family: 'Lato-Regular'
}

.navbar {
    top: 0px;
    min-height: 109px;
    background-color: #25303b;
}

.navbar-scrolled [data-navbar="fixed"] {
    background-color: #25303b;
}

img.lile-logo {
    max-width: 223px;
}

.navbar-divider {
    height: 56px;
    width: 3px;
    background-color: #fff!important;
    opacity: 1;
}

.nav-link {
    color: rgb(168, 172, 177)!important;
}

.nav-link:hover {
    color: #fff!important;
}

.footer {
    background-color: #25303b;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
}

@media (max-width: 991px) {
    .navbar {
        min-height: 90px;
    }
    .navbar-brand img {
        min-width: 32%;
    }
    img.lile-logo {
        max-width: 135px;
    }
}

@media (max-width: 576px) { 
    .navbar-brand img {
        min-width: 44%;
    }
}

@media (max-width: 400px) {
    .navbar-brand img {
        min-width: 82px;
    }
}

.intl-tel-input { width: 100%; }
.intl-tel-input .selected-flag { z-index: 4; }
.intl-tel-input .country-list { z-index: 5; }
.input-group .intl-tel-input .form-control { border-top-left-radius: 4px; border-top-right-radius: 0; border-bottom-left-radius: 4px; border-bottom-right-radius: 0; }
