#mobile_nav{
	margin-bottom:10px;
}
.header {
	background-color:#80806F;
	width:auto;
	height:43px;
	padding:10px 20px;
}

.header img{
	float:left;
}

.toggle_btn{
	float:right;
	background-color:#898880;
	width:24px;
	height:23px;
	padding:10px 15px;
}

.toggle_graphic {
	width:26px;
	height:4px;
	background-color:#fff;
	margin-bottom:5px;
}

#nav {
	width:auto;
	background-color:#80806F;
	overflow:hidden;
	display:none;
}

.nav_col{
	position:relative;
	float:left;
	margin:10px 15px;
	display:block;
	/*width:90px;*/
	text-align:center;
}

.nav_col a{
	font-family: 'Lobster', cursive;
	font-size:13px;
	-webkit-font-smoothing: antialiased;
	color:#fff;
	text-decoration:none;
	display:block;
	font-style:normal;
	font-weight:normal;
	margin-bottom:10px;
}

.nav_col a:hover{
	color:#fff;
	text-decoration:none;
}

.col_left{
	margin-left:20px;
}

.col_center{
	width: auto;
	left: 50%;
	margin-left: -147px;
}

.col_right{
	float:right;
}

/* --- BOOTSTRAP --- */


.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}