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

/* Smart City landing page */

body {
	background:#efefef url(../images/body-bg.png) repeat-x 0 0;
/*	background:#2a313b url(../images/body-bg.png) repeat-x 0 0;*/
	font-family:Open Sans, Arial, sans-serif;
	font-size:1.125em;
	color:#414346;
/*	color:#efefef;*/
}

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

.mobileview {
	display:none;
}

.wrapper {
	width:100%;
	margin:0 auto;
}

.inner-wrapper {
	max-width:1000px;
	margin:0 auto;
}

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

	.menu_links{
		text-align: right;
		font-size: 13px;		
		margin-right: 80px;		
		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% 0 5% 2%;
		width:60%;		
		margin-top: -10px;
	}	
	
	.headtext p{
		background-color: rgba(255,255,255,0.2);		
		padding: 10px;
		border-radius: 1px;
	}	
	
	

.mobile {
	position:absolute;
	right: 50px;
	top: -400px;
}

.mobile img {
	float:right;
}

.content .inner-wrapper {
	/*margin:80px auto 40px;*/
	margin:5% auto;
	position:relative;
	padding:0 2%;
}

.column {
	float:left;
}

	.left-col {
		width:50%
	}

	.right-col {
		width:50%
	}

.positive {
	margin:0 0 60px;
}

.positive p {
	margin:0 0 0 130px;
}

.positive img {
	float:left;
	margin:0 5% 10% 0;
}

.qr-codes {
	margin: 50% 0 0;
	
}

.code {
	width: 195px;
	text-align: right;
	margin: 0 0 5% 5%;
}

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

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

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

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

	.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;
	}

.fb-like-box{
	text-align: right;
}
	
/* 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 nowrap;
	justify-content: flex-start;
    align-items: flex-start;
}
.footer .logo{	
	margin-right: 20px;
	flex: 0 0 auto;
}
.footer .author {
	padding:10px 0 0;
	margin: 10px 0px 20px 10px;
	flex: 0 0 auto;
}
.footer .terms {
	padding: 8px 0 0;
	flex: 0 0 auto;
	margin: 10px 30px;
}
.footer .terms a {
	display: block;
	padding: 2px;
}
.footer .tools{
	flex: 0 0 auto;
	margin: 30px 10px 0px auto;
}

@media all and (max-width: 900px) and (min-width: 801px) {
	.qr-codes {
		margin: 60% 0 0;
		float:right;
	}
	
	.mobile img {
		width:90%;
	}
	
	.positive p {
		font-size:90%;
	}
	
	.code {
		margin: 0 0 5% 20%;
	}
	
}
