/* Clearfix */
.navi ul.nav:before,
.navi ul.nav:after {
    content: " ";
    display: table;
}
.navi ul.nav:after {
    clear: both;
}
.navi ul.nav {
    *zoom: 1;
	margin: 0;
}
.navi {
	display: block;
    z-index: 999;
}

/* Basic Styles */
.navi ul.nav {
	list-style: none;
}
.navi ul.nav li {
	margin: 0;
}
.navi ul.nav a {
	padding: 5px 5px 5px 20px;
  	display: block;
  	text-decoration: none;
  	color: #6b380d;
}
.navi ul.nav a:hover, .navi ul.nav a:active, .navi ul.nav a.nav-selected {
	color: #f2952c;
}
.navi ul.nav a#pull {
	display: none;
}
.navi a#pull {
	display: none;	
}
@media only screen and (max-width : 1024px) {
	.navi ul.nav {
		border-bottom: 0;
		text-align: center;
	}
	.navi ul {
		display: none;
		height: auto;
	}
	.navi a#pull {
		display: block;	
		background: transparent;
	}
	.navi a#pull:after {
		content:"";
		background: url('ham1.svg') no-repeat;
		background-position: center;
		background-size: contain;
		width: 50px;
		height: 50px;
		display: inline-block;
		position: absolute;
		right: 30px;
		top: 25px;
	}
	.navi a#pull:hover {
		border-bottom: none;	
		background: none;	
	}
.navi ul.nav {
	background: #FFF;	
	position: absolute;
	left: 0;
	right: 0;
	top: 120px;
	padding: 20px 0;
	border-top: #f2952c 6px solid;
	border-bottom: #f2952c 6px solid;
}
.navi ul.nav a {
	padding: 10px;
}	
}