/* -- body --------------------------------------------------- */
h1 {
    font-size: 23px;
}
.desktop-view {
    display: none;
}
/* -- header ------------------------------------------------- */
#banner-mobile {
    height: 150px;
    width: 100%;
    background-color: #2e2e2e;
}
#logo-mobile {
    margin-top: 80px;
    margin-left: 13px;
    display: inline-block;
    background-color: rgba(80, 80, 80, 0.3);
    border-radius: 5px;
    padding: 2px;
    
}
#cdt-logo-mobile {
    display: block;
    height: 55px;
}
/* -- header - menu button ----------------------------------- */
#menu-button {
    float: right;
    margin-right: 20px;
    margin-top: 102px;
    width: 29px;
    height: 27px;
    display: block;
    background: url("../img/common/button-menu.png");
    z-index: 2;
}
#menu-button:hover {
    background-position: -29px 0;
}
#menu-button:active {
    background-position: -56px 0;
}
/* -- menu list ---------------------------------------------- */
#menu-mobile {
    overflow: hidden;
    background-color: #f1f1f1;
    font-size: 20px;
    z-index: 6;
    border-bottom: 1px solid #bbbbbb;
}
#mobile-list-wrap {
    display: initial;
}
#menu-mobile ul {
    display: inline;
    list-style-type: none;
    padding: 0;
}
#menu-mobile ul li {
    height: 0px;
    transition: height 200ms;
}
.mobile-list-item {
    height: 100%;
    line-height: 45px;
    vertical-align: middle;
    padding: 0 10px;
    border-bottom: 1px solid #bbbbbb;
}
.mobile-list-item:hover {
    background-color: #cccccc;
}
.mobile-list-item:active {
    color: #eeeeee;
    background-color: #902020;
}
/* -- section -------------------------------------------- */
#picture-container {
    display: none;
}
#content {
    padding: 15px 12px;
}
/* -- footer --------------------------------------------- */
footer, #under{
    display: none;
}

