@charset "utf-8";
@import url(reset.css);
@import url(text.css);

/* Smart City landing page */

body {
	background:#efefef none;
	font-family:Open Sans, Arial, sans-serif;
	font-size:1.125em;
	color:#414346;
}

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}

.webview {
	display:none;
}

.mobileview {
	margin:0 0 5%;
}

.content .inner-wrapper {
	margin:10% 5%;
	position:relative;
}

.top {
	height:400px;
	margin:0 auto;
	background:url(../images/header.png) no-repeat 50% 0 #2a313b;
	overflow:hidden;
}

.menu_links{
		text-align: center;
		font-size: 13px;				
		padding: 10px;		
		color: #565656;
	}	
	.menu_links a{
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		opacity:0.5;
	}	
	.menu_links a:hover{
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
		text-decoration: none;		
	}	
	.menu_links a img{
		vertical-align: -3px;
	}

.headtext {
	margin:5% 10%;
	margin-top: -20px;
}

.headtext p{
		background-color: rgba(255,255,255,0.2);		
		padding: 10px;
		font-size:0.9em;
		border-radius: 1px;
	}

.headtext h1 {
	font-size:250%;
}

.mobile {

	text-align: center;
}

img.mobile-phone {
	width: 50%;
	height: 50%;
}

.column {
	
}

	.left-col {
		
	}

	.right-col {
		clear:both;
		
	}

.positive {
	margin:0 0 10%;
}

.positive p {
	margin:0 0 0 109px;
	font-size:90%;
}

.positive img {
	float:left;
	margin:0 25px 30px 0;
	width: 80px;
	height: 80px;
}

.code {
	width: 195px;
	margin: 10% auto;
	text-align: right;
}

.code p {
	clear:both;
	margin:10px 0 0;
}

.code p a {
/*	display:block;
	text-indent:-9999px;*/
}

.icon {
	width:50px;
	height:50px;
	background:url(../images/sprites.png) no-repeat 0 0;
	margin:0 25px 0 0;
	float:left;
}

	.icon.android-icon {
		background-position:-50px 0;
	}

.facebook {
	float:right;
}

.facebook a {
	background:url(../images/sprites.png) no-repeat 0 -65px;
	width:50px;
	height:50px;
	display:block;
}

.facebook a:hover {
	background-position:-50px -65px;
}

.googleSignIn {
/*	float:right; */
	margin:20px 0;
}

/* FOOTER ------------------------------------------------------ */
.footer {
/*	background-color:#414346;*/
	background-color:#4d4f52;
	padding: 20px 0px;
	clear:both;
	display:table;
	width: 100%;
	color:#efefef;
	font-size:12px;	
}

.footer .inner-wrapper {	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
    align-items: flex-start;
}
.footer .logo{
	flex: 0 0 auto;
	margin-right: 20px;
}
.footer .author {
	padding:10px 0 0;
	margin: 10px 20px 30px 10px;
	flex: 0 0 auto;
}
.footer .terms {
	padding: 8px 0 0;
	flex: 0 0 auto;
	margin: 10px 30px;
}

.footer .terms div  {
	margin: 8px 0;
}

.footer .tools{
	flex: 0 0 auto;
	margin: 30px 10px 0px 5px;
}
