.mT0{
    margin-top: 0 !important;
}

.mT20, .mTop20{
    margin-top: 20px;
}

.mB0{
    margin-bottom: 0 !important;
}

.mB20{
    margin-bottom: 20px;
}

button.see-all{
    background-color: #666;
    color: #fff;
    font-family: 'Geomanist-Medium';
    font-size: 90%;
    text-transform: uppercase;
    padding: 6px 10px;
    display: inline-block;
    -webkit-appearance: button-bevel;
    cursor: pointer;
}

button.see-all:hover {
    background-color: #ee1e39;
}

button.see-all.grey-btn {
    background-color: #eee;
    padding: 10px 15px 5px 15px;
}

#dropdown-customiled li {
    background-color: #F2F2F2;
    min-height: 0;
}

#dropdown-customiled.dropdown-content li > a {
    font-family: 'Geomanist-Light';
    font-size: 90%;
    color: #999999;
    text-align: right;
    padding: 0 4px;
}

#dropdown-customiled.dropdown-content li > a:hover {
    background-color: #999;
    color: #fff;
}

.secondary-menu #dropdown-customiled {
    width: auto !important;
    left: 0 !important;
}

#dropdown-customiled{
    top: 54px !important;
}

form#form-search-navbar{
    position: absolute;
    top: 0;
    left: 60px;
}

form#form-search-navbar #search-navbar{
    height: 55px;
    z-index: 5;
    overflow: hidden;
}

form#form-search-navbar #search-navbar input.active{
    display: block;
    width: 200px;
}

#open-search-navbar{
    cursor: pointer;
}

form#form-search-navbar #search-navbar input{
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: #444;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    transition: all 0.5s ease-out;
    height: 55px;
}

.text-white{
    color: white !important;
}

.text-black{
    color: black !important;
}

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header{
    padding: 0 32px;
}

.sidenav .collapsible-body li a{
    margin: 0 1rem 0 2rem;
}
