.o-wrapper {
    background: #f2f2f2;
}
.c-header {
    background: #fff;
    -webkit-box-shadow: 0px -2px 6px 5px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px -2px 6px 5px rgba(0,0,0,0.12);
    box-shadow: 0px -2px 6px 5px rgba(0,0,0,0.12);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.c-header__title {
    float: left;
    line-height: 56px;
}
.c-header__title-link {
    /* padding: 10px 0 11px 0; */
    display: block;
}
.c-header__navigation {
    padding: 0;
    float: right;
    margin: 0;
    padding-left: 0;
    list-style: none;   
}
.c-header__dropdown {
    display: block;
    position: relative;
    float: left;
    padding: 0 10px;
}
.c-header__dropdown-toggle {
    padding: 18px 20px 18px 10px;
    display: block;
}
.c-header__dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.c-header__dropdown-menu-item {
    display: block;
    padding: 3px 20px;
    line-height: 1.6;
    white-space: nowrap;    
}
.c-header__username {
    font-family: NotoSansBold;
}
.o-content {
    margin-top: 48px;
    padding-bottom: 30px;
}

.c-menu a {
    /*color: #fff;*/
}

