/* main menu 
------------------------------------- */

#menu_main_icon {
    display: block;
}

#menu_main.responsive ul {
    padding: 5px;
    box-sizing: border-box;
}

#menu_main.responsive li {
    margin: 5px;
}

.topnav ul {
    display: none;
}

.topnav.responsive {
    position: relative;
}

.topnav.responsive ul {
    float: none;
    display: block;
    /* background: #66CC33; */
}


/* content
------------------------------------- */

#panels {
    position: relative;
    top: 80px;
    height: auto;
    width: 100%;
}

#content {
    position: relative;
    width: 100%;
    height: auto;
    left: 0px;
    /* top: 0px; */
}

#content_full {
    top: 80px;
}

#content_box {
    height: auto;
}