@charset "utf-8";


#menu_bar_resp {
	display: block;
	height: auto;
	width: 100%;
}
	
	
.menu_button {
	font-family: vegur;
	font-size: 16px;
	display: block;
	width: 98%;
	cursor: pointer;
	background-color:rgba(0,0,0,0.9);
	line-height: 36px;
	color: rgba(255,255,255,1);
	padding-left: 2%;
	height: 36px;
	
}

.menu_icon {
	display: block;
	margin: 3px;
	float: right;
	height: 30px;
	width: 30px;
	background-image: url(images/menu_icon.png);
}



.navbar_resp {
	margin:0px 0px;
	text-align:center;
	
	
	}
.navbar_resp a {
	text-decoration: none;
	font-family: vegur;
	font-size: 16px;
	outline: none;
	
}

.main_link {
	display: block;
	margin: 0px;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	outline: none;
	float: left;
	color: #fff;
	height: 36px;
	line-height: 36px;
	transition: all 0.2s linear 0s;
	background-color: rgba(0,0,0,0.9);
}

.main_link:hover, .main_link.current {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF540D;
	color:#FF540D;
	outline: none;
	}
	



@media only screen and (min-width: 481px) {
#menu_bar_resp {
	height: auto;
	width: 100%;
	display: block;
}


.main_link{
	width: 33.30%;
	height: 36px;
	line-height: 36px;
	padding-top: 0;
	padding-right: 0.005%;
	padding-bottom: 0;
	padding-left: 0.01%;	
	}	
	
}

@media only screen and (min-width: 769px) {

	
#menu_bar_resp {
	
	display: none;
	
}	
	
	
	 }	
