a.gamburger {
		color: #fff;
		font-size: 25px;
		display: block;
		width: 35px;
		height: 35px;
		top: 10px;
		left: 10px;
		position: fixed;
		z-index: 9999;
		background: #3a3a3a;
		text-align: center;
		padding-top: 5px;
	}
    a.gamburger:hover {
        opacity: 0.8;
    }

@media (min-width: 993px) {
    a.gamburger{
        display: none;
    }
}


.mobile-nav {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		z-index: 10000;
		display: none;
		overflow-y: scroll;
		background: #3a3a3a;
	}
		.mobile-nav ul {
			padding: 0;
			margin: 0;
			padding: 3%;
			_padding-top: 70px;
			padding: 0;
			
		}
		.mobile-nav > ul {
			position: relative;
			left: 0;
			
		}
			.mobile-nav ul li {
				display: block;
				width: 100%;
				margin-bottom: 0px;
				position: static;
				background: #3a3a3a;
				border-top: 1px solid #686868;
				
			}
			.mobile-nav ul li:nth-last-child(1) {
				border-bottom: 1px solid #686868;
			}
				.mobile-nav ul li a {
					font-size: 18px;
					font-family: pfdintextcondpro-regular;
					display: block;
					padding: 10px;
					text-decoration: none;
					color: #fff;
				}
				.mobile-nav ul li ul {
					position: absolute;
					margin-left: 100%;
					top: 0;
					width: 100%;
					display: none;
				}

		.mobile-nav .mobile-pane {
			background: #3a3a3a;
			height: 57px;
			_position: fixed;
			_left: 0px;
			_top: 0px;
			_right: 0px;
			_z-index: 10001;
		}
			.mobile-nav .mobile-pane .mobile-prev {
				height: 57px;
				line-height: 57px;
				display: block;
				float: left;
				color: #fff;
				text-decoration: none;
				font-size: 18px;
				font-family: pfdintextcondpro-regular;
				margin-left: 5px;
				display: none;
			}
			.mobile-nav .mobile-pane .mobile-close {
				height: 57px;
				display: block;
				float: right;
				color: #fff;
				font-size: 25px;
				line-height: 57px;
				margin-right: 10px;
			}