
/* Lists */
.pushy-content ul {
    margin: 0;
    padding: 0;
}

/* Container */
#container {
    position: relative;
    padding: 20px 40px;
    padding-top: 80px;
}

/* Menu Button */
.menu-btn {
    font-family: 'Oswald';
    padding: 0px 10px 0px 10px;
    opacity: 1;
    color: #e03423 !important;
    background: url('../img/icon-menu.png') no-repeat;
    width: 49px;
    height: 49px;
    background-size: contain;
  box-shadow: none;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: 1px solid #eee;
    position: fixed;
    top: 26px;
    left: 15px;
    z-index: 99;

}

.menu-btn, .menu-btn:link, .menu-btn:visited, .menu-btn:active {
    color: #e03423 !important;
    outline: none;
    box-shadow: none;
}

.menu-btn span {
    font-size: 52px;
    line-height: 52px;
    display: block;
}

.menu-btn:hover {
    color: #fff;
}

/* Header */
.site-header {
    position: fixed;
    background: #000;
    color: #FFF;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    z-index: 9998;
}

/* Footer */
.site-footer {
    position: relative;
    border-top: 1px solid #EEE;
    color: #999;
    padding: 10px;
    font-size: 0.8em;
    text-align: center;
}

/*# sourceMappingURL=demo.css.map */