.menu-btn{
	/* position:relative; */
	top:-10px;
cursor: pointer;
}

.menu-btn div {
	/* position: relative; */
	margin-left: 8px;
	/*margin-top: -0.50em;*/
	line-height: 1.2;
	font-size: 28px;
	font-weight: 200;
	vertical-align: middle;
	z-index: 99;
  margin-top:30px;

}

.menu-btn span {
	display: block;
	width: 29px;
	height: 4px;
	margin: 5px 0;
	/* background: rgb(237,190,84); */
	z-index: 99;
}
.bg-blue{background: rgb(12,94,196);}
.bg-greyBlue{background: rgb(116,147,191);}
.bg-darkBlue{background: rgb(24,36,110);}
.bg-green{background: rgb(131,181,30);}
.bg-orange{background: rgb(200,96,67);}
.bg-pink{background: rgb(167,34,89);}
.bg-red{background: rgb(206,0,0);}



.responsive-menu{
  display: none;
	/* background-color:#B41312; */
	z-index:1000;
	position:relative;
	/* padding:20px; */
	width:100%;
	top:0px;
	left:0px;
  color:black;
  font-size:30px;
	text-align: right;
	padding-right: 30px;
	/*-moz-box-shadow:1px 1px 6px #292929; /* Firefox */
	/*-webkit-box-shadow:1px 1px 6px #292929; /* Chrome, Safari */
	/*-khtml-box-shadow:1px 1px 6px #292929; /* Konqueror */
	/*box-shadow:1px 1px 6px #292929; /* CSS3 */
}

.expand {
	display: block !important;
	/* text-align:center; */
	margin: 10px 0px 20px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;

}
