@charset "utf-8";
/* CSS Document */
#menu{
	height: 110px;
	background: #000000;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
#menu .menu-opt-contactus{
	background: url(../_images/bt-contactus.svg) no-repeat center;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;	
}
#menu .menu-opt-contactus:hover{
	background: url(../_images/bt-contactus-hover.svg) no-repeat center;
}
#menu .menu-opt-shareit{
	background: url(../_images/bt-shareit.svg) no-repeat center;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	cursor: pointer;	
}
#menu .menu-opt-shareit:hover{
	background: url(../_images/bt-shareit-hover.svg) no-repeat center;
}
#menu .menu-opt-buy{
	background: url(../_images/bt-car.svg) no-repeat bottom center;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	cursor: pointer;	
}
#menu .menu-opt-buy:hover{
	background: url(../_images/bt-car-hover.svg) no-repeat bottom center;
}
@media handheld, only screen and (max-width: 1000px) {
	#menu{
		height: 60px;
	}
	#menu .menu-opt-contactus{
		width: 50px;
		height: 50px;
		bottom: 5px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#menu .menu-opt-contactus:hover{
	}
	#menu .menu-opt-shareit{
		width: 50px;
		height: 50px;
		position: absolute;
		bottom: 5px;
		left: 5px;
	}
	#menu .menu-opt-shareit:hover{
		background: url(../_images/bt-shareit-hover.svg) no-repeat center;
	}
	#menu .menu-opt-buy{
		width: 50px;
		height: 50px;
		position: absolute;
		bottom: 5px;
		right: 5px;
	}
	#menu .menu-opt-buy:hover{
		background: url(../_images/bt-car-hover.svg) no-repeat bottom center;
	}
}

