@charset "utf-8";
body {
	position: relative;
	left: 0;
}
#responsiveMenu {
	display: none;
	background-color: #333;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
}
#responsiveMenu div {
	margin: 10px;
}
#btnMenu {
	float: left;
	height: 40px;
	width: 40px;
}
#btnHome {
	float: right;
	height: 40px;
	width: 40px;
}
#btnContact {
	float: right;
	margin-right: 0px!important;
}
#btnContact a {
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	display: block;
	background-color: #6C3;
	box-shadow: 1px 1px 0px rgba(255,255,255,0.1) inset, -1px -1px 0px rgba(0,0,0,0.1) inset;
	border-radius: 3px;
}
#slideSideMenuBg {
	display: none;
	position: fixed;
	z-index: 20;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.7;
}
