@media screen and (max-device-width: 480px) { 


div.header h1 {
	padding: 1em 0.1em 0.1em 0;
	font-size: 1.1em;
}
div.header h3 {
	padding: 0.2em 0.3em 0.2em 0;
	font-size: 0.7em;
}

div.main h3 {
	padding: 0.2em 0 0 0;
	margin: 0;
	font-size: 1.2em;
}


div.header h4 {
	padding: 0.1em 0 1em 0;
	font-size: 0.6em;
}

img.logo, img.logo4, img.logo3, img.logo2 {
	margin: 1em 1em 0 1em;
	width: 4em;
	height: 4em;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}



div.sidebar {
	display: none;
}



div.socialnetworks {
	display:none;
}



div.footer {
	margin-top: 1em;
	font-size: 0.6em;
	padding: 0.5em 1em;
	line-height: 0.95em;
}


span.mobile {
	clear: none;
	display:inline-block;
	float:right;
	text-align: center;
	height: 1.8em;
	margin: 0.4em 0.4em 0.4em 0.8em;
	border:none;
	border-bottom: thin solid #874;
	background-color: #875;
	font-size: 0.7em;
	color: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

div.navigation span.mobile a {
	float: none;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	height: 1.8em;
	padding: 0.3em 0.5em;
}


div.navigation {
	height: 5.4em;
	padding:0;
	border-top: thin solid #874;
	border-bottom: thin solid #874;
	background-color: #ba7;
	box-shadow: 0 4px 5px #ccc;
	-moz-box-shadow: 0 4px 5px #ccc;
	-webkit-box-shadow: 0 4px 5px #ccc;
}

div.navigation span.tab {
	width:33.3%;
	float:left;
	font-size:0.98em;
	text-align: center;
	height: 1.8em;
	margin: 0;
	border:none;
	border-bottom: thin solid #874;
	background-color: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

div.navigation span.tab.current {
	background-color: #fff7e0;
}

div.navigation span.lang {
	float : right;
	height: 1.8em;
	font-size: 0.7em;
	margin: 0.4em 0.1em;
	border:none;
	border-bottom: thin solid #874;
	color: #fff;
	background-color: #875;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}


div.navigation span.lang a {
	text-decoration: none;
	float : left;
	height: 1.8em;
	padding: 0.3em 0.2em;
	color: white;
}

div.navigation span.lang:hover {
	background-color: #653;
}


div.navigation span.tab a {
	float: none;
	display: inline-block;
	text-decoration: none;
	height: 1.4em;
	padding: 0.2em 0.5em;
	color: black;
}

div.navigation span.tab:hover {
	background-color: #ba7;
}


.video {
	width: 256px;
	height: 144px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

img.screenshot {
	width: 256px;
	margin-bottom:1em;
	padding:1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


img.logo2 {
	float: none;
	margin: 0.3em 0.3em 0 0;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 1px 1px 2px #aaa;
	-moz-box-shadow: 1px 1px 2px #aaa;
	-webkit-box-shadow: 1px 1px 2px #aaa;
}

table.left td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 0.2em;
}

table.left td img {
	margin-right: 0.2em;
}

p.appstore {
	padding-top: 0.5em;	
	font-size: 10pt;
}

img.appstore {
	margin: 0 0.5em 0 0;
	float:left;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

div.main {
	clear: both;
	padding:0.5em 0.5em 0.5em 0.8em;
}

div.main img {
	max-width: 110px;
	padding: 0.1em;
}

div.col {
	width: 90%;
}

div.main ul {
	margin:0;
	padding: 1.1em;
}

div.main li {
	margin:0 0 0.4em 0;
	padding:0;
}

}
