@charset "utf-8";
/* CSS Document */



/*-----rules for resp menu bar*/	


	
#menu_bar_resp {
	width: 100%;
	height:auto;
}
#social_icons_resp {
	width: 200px;
	height: auto;
	margin: 0 auto;
}
	 
.nav_resp {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width:100%;
	text-align:center;
}

.nav_resp li {
	display:inline;
	}
	
.nav_resp li a {
	font-family: raleway;
	font-size: 15px;
	line-height: 30px;
	color: rgba(0,0,0,1);
	text-decoration: none;
	display: block;
	transition: all 0.2s linear 0.05s;
	-webkit-transition: all 0.2s linear 0.05s;
	-o-transition: all 0.2s linear 0.05s;
	-moz-transition: all 0.2s linear 0.05s;
	}
	
.nav_resp li a.current, .nav_resp li a:hover {
	text-decoration: underline;
	color: #FF0000;
	}
	
a .social_icon_resp {
	display: block;
	margin: 10px;
	height: 30px;
	width: 30px;
	float: left;
	background-color: #000;
	transition: all 0.2s linear 0.02s;
	-moz-transition: all 0.2s linear 0.02s;
	-ms-transition: all 0.2s linear 0.02s;
	-o-transition: all 0.2s linear 0.02s;
	-webkit-transition: all 0.2s linear 0.02s;
}	

a .social_icon_resp:hover {
background-color:#F00;
		}
	
	
	
/*------end of resp menu*/	






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


/*-----rules for resp menu bar*/	


	
#menu_bar_resp {
	width: 100%;
	height:auto;
	text-align:center;
	
}
#social_icons_resp {
	width: 200px;
	height: auto;
	margin: 0 auto;
}
	 
.nav_resp {
	padding: 0px;
	list-style-type: none;
	width: 100%;
	margin: 0px;
	height:30px;
}

.nav_resp li {
	display:inline-block;
	}
	
.nav_resp li a {
	font-family: raleway;
	font-size: 15px;
	line-height: 30px;
	color: rgba(0,0,0,1);
	text-decoration: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	transition: all 0.2s linear 0.05s;
	-webkit-transition: all 0.2s linear 0.05s;
	-o-transition: all 0.2s linear 0.05s;
	-moz-transition: all 0.2s linear 0.05s;	
	}
	
.nav_resp li a.current, .nav_resp li a:hover {
	text-decoration: underline;
	color: #FF0000;
	}
	
a .social_icon_resp {
	display: block;
	margin: 10px;
	height: 30px;
	width: 30px;
	float: left;
	background-color: #000;
	transition: all 0.2s linear 0.02s;
	-moz-transition: all 0.2s linear 0.02s;
	-ms-transition: all 0.2s linear 0.02s;
	-o-transition: all 0.2s linear 0.02s;
	-webkit-transition: all 0.2s linear 0.02s;
}	

a .social_icon_resp:hover {
background-color:#F00;
		}
	
	
	
/*------end of resp menu*/	

	
	
	
	 }

