button, hr, input {
	overflow:visible
}
audio, canvas, progress, video {
	display:inline-block
}
progress, sub, sup {
	vertical-align:baseline
}
html {
	font-family:sans-serif;
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0
}
.clearfix {
	content: " ";
	display: table;
}
menu, article, aside, details, footer, header, nav, section {
	display:block
}
h1 {
	font-size:2em;
	margin:.67em 0
}
figcaption, figure, main {
	display:block
}
figure {
	margin:1em 40px
}
hr {
	box-sizing:content-box;
	height:0
}
code, kbd, pre, samp {
	font-family:monospace, monospace;
	font-size:1em
}
a {
	background-color:transparent;
	-webkit-text-decoration-skip:objects
}
a:active, a:hover {
	outline-width:0
}
abbr[title] {
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted
}
b, strong {
	font-weight:bolder
}
dfn {
	font-style:italic
}
mark {
	background-color:#ff0;
	color:#000
}
small {
	font-size:80%
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative
}
sub {
	bottom:-.25em
}
sup {
	top:-.5em
}
audio:not([controls]) {
display:none;
height:0
}
img {
	border-style:none;
	max-width: 100%;
}
svg:not(:root) {
overflow:hidden
}
button, input, optgroup, select, textarea {
	font-family:sans-serif;
	font-size:100%;
	line-height:1.15;
	margin:0
}
button, input {
}
button, select {
	text-transform:none
}
[type=submit], [type=reset], button, html [type=button] {
-webkit-appearance:button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style:none;
padding:0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline:ButtonText dotted 1px
}
fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}
legend {
	box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal
}
progress {
}
textarea {
	overflow:auto
}
[type=checkbox], [type=radio] {
box-sizing:border-box;
padding:0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
summary {
	display:list-item
}
[hidden], template {
display:none
}
*, *:before, *:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	color: #333;
	font-family: 'Titillium Web', sans-serif;
	background:url(../images/landing/bg_smart_cities.jpg) no-repeat;
}
.text-center {
	text-align: center;
}
.form-button {
	width: 100%;
	padding: 10px;
	color: #00a7ee;
	margin-top: 10px;
	max-width: 400px;
	text-align: center;
	border: solid 1px white;
	background-color: white;
	-webkit-transition: color 0.2s ease-in, background-color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in, background-color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in, background-color 0.2s ease-in;
	-o-transition: color 0.2s ease-in, background-color 0.2s ease-in;
	transition: color 0.2s ease-in, background-color 0.2s ease-in;
}
.form-button:hover {
	color: white;
	cursor: pointer;
	background-color: transparent;
}
.input-group {
	width: 100%;
	font-size: 16px;
	position: relative;
	margin-bottom: 15px;
}
.input-group input {
	width: 100%;
	color: #333;
	border: none;
	border-bottom: 1px solid #ccc;
	outline: none;
	padding: 5px 0;
	line-height: 26px;
	font-size: 18px;
	-webkit-transition: box-shadow 0.2s ease-in;
	-moz-transition: box-shadow 0.2s ease-in;
	-ms-transition: box-shadow 0.2s ease-in;
	-o-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease-in;
}
.input-group input + label {
	left: 0;
	top: 10px;
	position: absolute;
	pointer-events: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: none;
}
.input-group input:focus + label, .input-group input.active + label {
	font-size: 12px;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
select {
	background-color: transparent;
	width: 100%;
	padding: 15px 0;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.26);
	border: none;
	border-bottom: 1px solid #ccc;
}
select:focus {
	outline: none;
}
.smartcity-container {
	text-align: center;
}
.wrapper {
	margin: auto;
	max-width: 1000px;
}
.logo-container {
	padding: 20px 0;
}
.banner-caption {
	padding: 75px 0 32px;
}
.smartcity-container h1 {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 40px; 
}
.smartcity-container h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 30px; 
}
.carousel-container {
	width: 1000px;
	margin: 60px 0 0;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 60px 0 0;
  background-color: #fff;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  text-align: center;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
    position: absolute;
    top: 54%;
    left: 0;
    font-size: 20px;
    color: #333;
    text-align: center;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-indicators {
  list-style: none;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0,0,0,.5);
}
.carousel-indicators li {
  float: left;
  font-size: 12px;
  color: #ffcc00;
  padding: 10px 20px;  
  background-color: #333;
  cursor: pointer;
}
.carousel-indicators li .tab-text {
  font-weight: bold;
  margin: 4px 0 0;
}
.carousel-indicators li:first-child {
  border-radius: 5px 0 0 5px;
}
.carousel-indicators li:last-child {
  border-radius: 0 5px 5px 0;
}
.carousel-indicators .active,
.carousel-indicators li:hover {
  background-color: #ffcc00;
  color: #333;
}
.item-list {
	display: inline-block;
	width: 33%;
	padding: 0 15px;
	margin: 0 0 60px;
	vertical-align: top;
}
.item-name {
	font-size: 22px;
	line-height: 1.4;
	color: #333;
	text-align: center;
	margin: 10px 0 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.form-container {
	padding: 0 0 60px;
	background-color: #fff;
}
.form-container-top {
	padding: 0;
	background: none;
	margin: auto;
	max-width: 500px;
}
.form-container .input-group input {
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	padding: 10px 15px;
	margin: 0;
	font-size: 14px;
}
.submitButton {
    background-color: #0980f3;
    border-radius: 5px;
    box-shadow: 0 3px 0 #10659d;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 200ms ease 0s;
    vertical-align: middle;
    position: absolute;
    right: 0;
    line-height: 20px;
    width: 140px;
    top: 0;
    font-size: 12px;
    padding: 14px 0 11px;
}
.required-field-error {
    color: #ff1d25;
    font-size: 13px;
    left: 15px;
    line-height: 46px;
    min-height: 16px;
    position: absolute;
    top: 2px;
	text-align: left;
	background-color: #fff;
	border-radius: 5px;
	bottom: 2px;
	right: 150px;
}
.password_field .required-field-error {
	right: 10px;
}
.form-container p {
	font-size: 18px;
	color: #333;
	line-height: 26px;
	margin: 40px 0 20px;
	font-weight: bold;
}
.voteup-count {
	padding: 20px 0;
	text-align: center;
	background-color: #fff;
}
.voteup-count h3 {
	color: #333;
	margin: 20px 0 0;
}
.count-blocks {
	height: 70px;
	width: 48px;
	background: #ffcc00;
	background: -moz-linear-gradient(top, #ffcc00 0%, #ffcc00 50%, #ecbc02 51%, #ecbc02 71%, #ecbc02 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffcc00), color-stop(50%, #ffcc00), color-stop(51%, #ecbc02), color-stop(71%, #ecbc02), color-stop(100%, #ecbc02));
	background: -webkit-linear-gradient(top, #ffcc00 0%, #ffcc00 50%, #ecbc02 51%, #ecbc02 71%, #ecbc02 100%);
	background: -o-linear-gradient(top, #ffcc00 0%, #ffcc00 50%, #ecbc02 51%, #ecbc02 71%, #ecbc02 100%);
	background: -ms-linear-gradient(top, #ffcc00 0%, #ffcc00 50%, #ecbc02 51%, #ecbc02 71%, #ecbc02 100%);
	background: linear-gradient(to bottom, #ffcc00 0%, #ffcc00 50%, #ecbc02 51%, #ecbc02 71%, #ecbc02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ecbc02', GradientType=0 );
	display: inline-block;
	text-align: center;
	color: #333;
	line-height: 70px;
	margin-right: 5px;
	font-size: 70px;
	font-weight: bold;
	border-radius: 3px;
}
.smartcity-container .modal {
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #0066cc;
	-webkit-transform: scale(0, 0.00001);
	-moz-transform: scale(0, 0.00001);
	-ms-transform: scale(0, 0.00001);
	-o-transform: scale(0, 0.00001);
	transform: scale(0, 0.00001);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.modal-dialog {
	width: 800px;
}

.modal-content {
	background-color: #fff;
	border-radius: 5px;
	padding: 30px;
	box-shadow: 0 3px 2px #ccc;
	text-align: left;
	position: relative;
	width: 100%;
}

.smartcity-container.thank-active .thank-modal {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.smartcity-container .thank-modal {
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #40cb95;
	-webkit-transform: scale(0, 0.00001);
	-moz-transform: scale(0, 0.00001);
	-ms-transform: scale(0, 0.00001);
	-o-transform: scale(0, 0.00001);
	transform: scale(0, 0.00001);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.thank-modal .modal-dialog {
	width: 460px;
	text-align: center;
}
.thank-modal .modal-dialog .modal-content {
	background-color: #f2f2f2;
	box-shadow: none;
}
.thank-you-success-icon {
	background-color: #ffffff;
	border-radius: 100%;
	display: block;
	height: 118px;
	line-height: 135px;
	margin: 0 auto 60px;
	text-align: center;
	width: 118px;
}
.thank-you-success-icon {
	margin-bottom: 30px;
	position: relative;
}
.thank-you-success-icon::after {
 background: rgba(0, 0, 0, 0) url("../images/box-shadow-172x172.png") no-repeat scroll 0 0;
 content: "";
 display: block;
 height: 178px;
 left: 0;
 position: absolute;
 top: 0;
 width: 178px;
}
.thank-you-success-icon .success-icon {
	background: #ffffff url("../images/onboarding-success.png") no-repeat scroll center center;
	border-radius: 100%;
	display: inline-block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.thank-you-container .title {
	font-size: 34px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 30px;
	text-align: center;
	color: #5c6a79;
	font-family: "Bitter", serif;
}
.thank-you-container p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 auto 30px;
	text-align: center;
	color: #333;
	width: 80%;
}
.fb-share {
	text-align: center;
}
.go-home {
	text-align: center;
	margin-top: 25px;
}
.go-home a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
.close {
	position: fixed;
	right: 20px;
	top: 20px;
    cursor: pointer;
	width: 24px;
	height: 24px;
	z-index: 3;
	opacity: .5;
}
@media (max-width: 768px) {
	body {
		background-size: cover;
	}
	.wrapper {
		max-width: 100%;
		padding: 0 15px;
	}
	.modal-dialog {
		width: 100%;
	}
	.carousel-container {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.banner-caption {
		padding: 35px 0 15px;
	}
	.smartcity-container h1 {
		font-size: 35px;
	}
	.smartcity-container h3 {
		margin: 0 0 20px;
	}
	.carousel-indicators li {
		font-size: 10px;
		padding: 10px 5px;
	}
	.item-name {
		font-size: 16px;
		line-height: 1.2;
		margin: 10px 0 0;
	}
	.form-container {
		padding: 15px;
	}
	.submitButton {
		width: 80px;
	}
	.required-field-error {
		right: 90px;
	}
}