#defaria {
    margin: 0;
    padding: 0;
}

.custom-wrapper {
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    height: 2.1em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.custom-wrapper.open {
    height: 14em;
}

.custom-menu-3 {
    text-align: right;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}

.custom-toggle .bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle {
    background-color: #282e62;
}

.bar {
    background-color: #eee;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.show {
    display: block;
}

.hide {
    display: none;
}

.mobile-list {
    margin: 0;
    text-align: center;
}

@media (max-width: 805px) {
    .custom-toggle {
        display: block;
    }

    #header-menu-list {
        margin-left: 0;
    }

    #header-menu-list.menu-list {
        display: none;
    }

    #defaria {
        margin: -25px 0 0 10px;
    }

    #logo {
        top: 30px;
        left: 12px;
    }

    .header h1 {
        padding: 0 0 0 58px;
    }
}

@media (min-width: 806px) {
    #header-menu-list.menu-list {
        display: block;
        text-align: left;
    }
}