	@charset "utf-8";
/* CSS Document */

.drawer-hamburger {
    z-index: 101;
    background-color: #41b25d;
    padding: 0px;
    width: 100px;
    height: 100px;
    -webkit-transition: width 0.4s cubic-bezier(0.7, 0, 0.3, 1),height 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: width 0.4s cubic-bezier(0.7, 0, 0.3, 1),height 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: width 0.4s cubic-bezier(0.7, 0, 0.3, 1),height 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.drawer-hamburger:hover{
    background-color: #41b25d;

}
.is-scrolled .drawer-hamburger {
    width: 60px;
    height: 60px;
}
.drawer-menu {
    margin: 0;
    padding-top: 25%;
    list-style: none;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 0;
    -webkit-transition: right 1.6s cubic-bezier(.19, 1, .22, 1);
    transition: right 1.6s cubic-bezier(.19, 1, .22, 1);
            z-index: 102;

}

.drawer--right .drawer-nav {
    right: -400px;
    -webkit-transition: right 1.6s cubic-bezier(.19, 1, .22, 1);
    transition: right 1.6s cubic-bezier(.19, 1, .22, 1);
}
.drawer-hamburger-icon {
    background-color: #fff;
    margin: 11px auto 12px 37px;
    width: 30px;
    height: 1px;
    -webkit-transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #fff;
    margin: auto auto 15px 0px;
    width: 30px;
    height: 1px;
}
.is-scrolled .drawer-hamburger-icon {
    margin: 11px auto 12px 15px;
}
.drawer-hamburger-name{
    color: #fff;
    font-size: 10px;
}
.drawer-nav {
    width: 400px;
    z-index: 100;
    background-color:#f5f5f5;
}

.drawer-brand {
    text-align: center;
    margin-top: 3rem;
    font-size: 1.5rem;
}

.drawer-menu-item {
    text-align: center;
    font-size: 18px;
    display: block;
    padding: 6%;
    text-decoration: none;
    color: #222;
    transition : all .3s;
	opacity: 0;
}
.drawer-menu-item.active {
	opacity: 1;
}
.drawer-menu-item:hover{
    background-color: #41b25d;
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.drawer-overlay {
    z-index: 99;
}

@media all and (max-width:800px) {
.drawer-hamburger {
    z-index: 101;
    background-color: #41b25d;
    padding: 0px;
    width: 60px;
    height: 60px;
    -webkit-transition: width 0.4s cubic-bezier(0.7, 0, 0.3, 1),height 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: width 0.4s cubic-bezier(0.7, 0, 0.3, 1),height 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: width 0.4s cubic-bezier(0.7, 0, 0.3, 1),height 0.4s cubic-bezier(0.7, 0, 0.3, 1);

}
.is-scrolled .drawer-hamburger {
    width: 40px;
    height: 40px;
}

.drawer-hamburger-icon {
    background-color: #fff;
    margin: 3px auto 3px 22px;
    width: 17px;
    height: 1px;
    -webkit-transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.drawer-hamburger-icon:before {
    background-color: #fff;
    margin: 2px auto -8px 0px;
    width: 17px;
    height: 1px;
}
.drawer-hamburger-icon:after {
    background-color: #fff;
    margin: -2px auto 5px 0px;
    width: 17px;
    height: 1px;
}
.is-scrolled .drawer-hamburger-icon {
    margin: 3px auto 3px 10px;
}


.drawer-hamburger-name{
    color: #fff;
    font-size: 6px;
    margin-top: 0px;
    display: none;
}
.drawer--right .drawer-nav {
    right: -100%;
    -webkit-transition: right 1.6s cubic-bezier(.19, 1, .22, 1);
    transition: right 1.6s cubic-bezier(.19, 1, .22, 1);
}
.drawer-nav {
    width: 100%;
    z-index: 100;
    background-color:#f5f5f5;
}


    .drawer-nav {
        width: 100%;
        z-index: 101;
    }
}