	
	.bigmac
	{
		position: relative;
		width: 25px;
		height: 20px;
		margin:15px 20px 20px 20px;
		float:right;
	}

	
	.bigmac-active .burger {
		background-color: white;
	}
	
	.bigmac:hover { cursor: pointer; }
	
	.burger
	{
		background-color: white;
		height: 3px;
		border: none;
		display: block;
		width: 25px;
		position: absolute;
	}
	
	.bread1, .paddie, .bread2 { left: 0; }
	
	.bread1
	{
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
	}
	
	.paddie
	{
		opacity: 1.0;
		-webkit-transition: opacity 0.1s linear;
		-moz-transition: opacity 0.1s linear;
		-ms-transition: opacity 0.1s linear;
		-o-transition: opacity 0.1s linear;
		transition: opacity 0.1s linear;
		left: 0;
		top: 8px;
	}
	
	.bread2
	{
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
		left: 0;
		top: 16px;
	}
	
	.bigmac-active .paddie
	{
		opacity: 0.0;
		-webkit-transition: opacity 0.1s linear;
		-moz-transition: opacity 0.1s linear;
		-ms-transition: opacity 0.1s linear;
		-o-transition: opacity 0.1s linear;
		transition: opacity 0.1s linear;
	}
	
	.bigmac-active .bread1
	{
		-moz-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		transform: rotate(Z45deg);
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
		top: 8px;
	}
	
	.bigmac-active .bread2
	{
		-moz-transform: rotateZ(315deg);
		-ms-transform: rotateZ(315deg);
		-o-transform: rotateZ(315deg);
		-webkit-transform: rotateZ(315deg);
		transform: rotateZ(315deg);
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;

		top: 8px;
	}