main {
/*	    background-color: #F3F3F3; */
}
header {
/*    text-transform: uppercase; */
    background-color: #FFF;
    padding: 16px 0 16px 32px;
    font-size: 15px;
	}

#logo, nav, li {
    display: inline-block;
}

#logo {
width: 95px;
}

nav {
    display: inline-block;
    line-height: 48px;
    vertical-align: top;
}

li {
    margin-left: 20px;
}
li a, .button {
    text-decoration: none;
    color: #333;
}
.buttonleft {
    text-transform: uppercase;
    float: left;
    margin-top: -16px;
    line-height: 84px;
    height: 84px;
    text-decoration: none;
    padding: 0 16px;
}
.button {
    text-transform: uppercase;
    float: right;
    margin-top: -16px;
    line-height: 84px;
    height: 84px;
    text-decoration: none;
    padding: 0 16px;
}
.button-sign-up {
    background-color: #EEE;
}

#global {
    position: absolute;
    z-index: -10;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/background.png) center;
    background-size: cover;
}



#hamburger, #hamburger-content {
    display: inline;
}
#hamburger-button:before {
			content: '\2630';
			color: #ffffff;
}
#hamburger-button .static:before {
			content: '\2630';
			color: #ffffff;
}
#hamburger-button .staticcolor:before {
			content: '\2630';
			color: #ffffff;
}
#hamburger-button {
    display: none;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 30px;
    vertical-align: top;
    padding: 0;
    line-height: 47px;
    float: right;
}
#hamburger .static {
	color: #ffffff;
}
#hamburger .staticcolor {
	color: #ffffff;
}
#hamburger-overlay {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}
/* #hamburger-sidebar:before {
  display: block;
  content: ' ';
  background-image: url("../img/brand-logo-black.svg");
background-position:  right bottom;
background-repeat: no-repeat;
  background-size: 80px 50px;
  height: 70px;
  width: 110px;
left:30;
} */
#hamburger-sidebar {
    display: none;
    position: fixed;
    width: 84%;
    z-index: 20;
    height: 100%;
    top: 80px;
    left: 0;
    background-color: black;
    overflow-y: auto;
	-webkit-transform : translateX(-100%);
    transform: translateX(-100%);
    transition: transform .2s linear ;
}
#hamburger-sidebar li {
    display: block;
}
#hamburger-sidebar .static.menu-logo-black {
    display: none;
}
#hamburger-sidebar .static.menu-logo-white {
    display: block;
}
#hamburger-sidebar .staticcolor.menu-logo-black {
    display: none;
}
#hamburger-sidebar .staticcolor.menu-logo-white {
    display: block;
}
#hamburger-sidebar-header {
	background-color: white;
    background-size: cover;
    height: 0px;
}
#hamburger-sidebar-body {
    padding: 16px 8px;
}
#hamburger-sidebar-body li:before {
    content: ' ';
 /*   display: inline-block; */
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 8px;
    width: 24px;
    height: 24px;
}
/* 
#hamburger-sidebar-body li:first-child:before {
    background-image: url(../images/icons/discover.svg);
}
#hamburger-sidebar-body li:nth-child(2):before {
    background-image: url(../images/icons/how.svg);
}
#hamburger-sidebar-body li:nth-child(3):before {
    background-image: url(../images/icons/about.svg);
}
#hamburger-sidebar-body li:nth-child(4):before {
    background-image: url(../images/icons/cart.svg);
}
#hamburger-sidebar-body li:nth-child(5):before {
    background-image: url(../images/icons/cog.svg);
}
#hamburger-sidebar-body li:last-child:before {
    background-image: url(../images/icons/qna.svg); */
}
#hamburger-sidebar-body .button {
    margin-top: 16px;
    text-align: center;
    float: none;
    display: block;
    height: auto;
    line-height: inherit;
    padding: 10px;
}
#hamburger-sidebar-body .noactive .menu-item {
	color: white;
	font-size: 15px;
}
#hamburger-sidebar-body .active .menu-item {
color: rgba(78,182,135,1);
	font-size: 15px;
}
@media screen and (max-width: 320px) {
nav {
    line-height: 34px;;
}
}
@media screen and (max-width: 739px) {
#logo {
    width: 95px;
}
}
@media screen and (max-width: 1023px) {

    #hamburger-content {
        display: none;
    }

    #hamburger-button, #hamburger-sidebar,
    .hamburger-activated #hamburger-overlay {
        display: block;
    }

    .hamburger-activated #hamburger-sidebar {
	-webkit-transform : translateX(0);
        transform: translateX(0);
    }
	.hamburger-activated #hamburger-button:before {
			content: '\2573';
			font-weight: 900;
	}
	.hamburger-activated #hamburger-button.static:before {
			content: '\2573';
			font-weight: 900;
			color: #ffffff;
	}
	.hamburger-activated #hamburger-button.staticcolor:before {
			content: '\2573';
			font-weight: 900;
			color: #ffffff;
	}
}
@media screen and (max-width: 1279px) {
li {
    margin-left: 12px;
}
}