/*
|==========================================================================
| Table of Contents
|==========================================================================
|
| 00. Layout
| 01. Color
| 02. 
| 03. 
| 04. 
|
*/


/*
|--------------------------------------------------------------------------
| 00. Layout
|-----------------------------------------------------------------------
|
*/

/* Navigation */
.nav-logo {
    width: 475px;
}
.navigation-top {
    box-shadow: 0px 0px 18px #888888;
}
.dropdown-menu li {
    display: inline-block;
    width: 100%;
}


/* Navigation Responsive */
.nav-logo {
    max-width: 375px;
}


/*
|--------------------------------------------------------------------------
| 01. Color
|-----------------------------------------------------------------------
|
*/

.bg-light {
    background-color: #fff !important;
}