@import 'https://fonts.googleapis.com/css?family=Asap';
@media screen and (min-device-width : 320px) and (max-width: 768px) and (orientation : landscape) {
	.pagewrapper { width:98%; height:auto; margin:0 auto;}
	.image-width{ width:100%; float:left; }
	#topcontrol:after {
	top: -2px;
	left: 8.5px;
	position: absolute;
	text-align: center;
	font-family: FontAwesome
}
#topcontrol:hover {
	color: #fff;
	background: #ca5506;
	transition: all .3s ease-in-out
}
	
	.element	{ position:fixed; top:40%; right:2%; background:#242424; color:#fff; width:55%; }
	
	#menu img { width:80%;}
	}