body {
	background: #303030;
	text-align: center;
	font-family: 'Exo 2', 'Oxygen', 'Roboto', sans-serif;

	font-size: 18px;
	color: #FFF;
	margin: 0;
}

.header {
	font-size: 48px;
	font-weight: bold;
	color: #FF5722;
	font-family: 'Exo 2', 'Oxygen', "Times New Roman", sans-serif;
}

.wrapper {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

.gray {
	background: #444;
}

.menuHeader {
	font-weight: bold;
	text-align: center;
	border: 8px solid #ff5722;
}

.menuHeader2 {
	color: #ff5722;
	text-align: left;
}

.menuHeader2:hover {
	text-decoration: underline;
}

.codebox2 {
	text-align: left;
}

.menu {
	background: #ff5722;
	clear: both;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.menuEntry {
	float: left;
	margin: 8px 12px;
	font-weight: bold;
}

.menuEntry:hover {
	cursor: hand;
	font-weight: normal;
}

.clear:after {
	clear: both;
	content: "";
	display: table;
}

button {
	background: #ff5722;
	color: #FFF;
	padding: 10px;
	border: 0 solid #FFF;
	border-right: 2px #333;
	border-bottom: 2px #333;
	font-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

button:hover {
	font-weight: normal;
	cursor: hand;
}

.stale {
	height: 35%;
	background: no-repeat fixed center;
	-webkit-background-size: 35% 60%;
	-moz-background-size: 35% 60%;
	-o-background-size: 35% 60%;
	background-size: 35% 60%;
}

.languageIcon {
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	width: 40px;
	top: 10px;
	position: relative;
	z-index: 2;
}

.logo {
	top: -40px;
	position: relative;
	z-index: -1;
}

.google-button {
	width: 200px;
}

.double-phone
{
	width:652px;
	height:600px;
}

.applicationIcon
{
	height:100px;
	width:100px;
}