html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; background-repeat: no-repeat; }

* {
	font-family: "Museo 300";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	font-smooth: antialiased;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	overflow: visible;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	width: 100%;
  min-width: 940px;
}

p a {
  color: #138B26;
}

p a:hover {
  text-decoration: underline;
}


div.hero-bg:before {
  content: '';
  position: absolute;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
  display: block;
  width: 100%;
  height: 310px;
  z-index: -1;
  image-rendering: -moz-crisp-edges;          /* Firefox                        */
  image-rendering: -o-crisp-edges;            /* Opera                          */
  image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
}

:lang(en) div.hero-bg:before { background-image: url('/img/home-new/hero-sf.jpg'); }
:lang(fr) div.hero-bg:before { background-image: url('/img/home-new/hero-mtl.jpg'); }
:lang(es) div.hero-bg:before { background-image: url('/img/home-new/hero-mexico.jpg'); }
:lang(de) div.hero-bg:before { background-image: url('/img/home-new/hero-sf.jpg');}
:lang(it) div.hero-bg:before { background-image: url('/img/home-new/hero-it.jpg');}
:lang(en-au) div.hero-bg:before { background-image: url('/img/home-new/hero-sydney.jpg');}


div.hero-bg.mini:before {
  height: 100px;
}

div.hero-bg.mini {
	height: 100px;
	margin-bottom: 40px;
}

section {
	width: 940px;
	margin: 0 auto;
}

strong {
    color: inherit;
}

a {
    font-family: inherit;
    font-weight: inherit;
}

header, nav, article, footer, address, section {
    display: block;
}

hr {
	height: 1px;
	width: 100%;
	background-color: #ededed;
	margin: 40px 0;
}

hr#footer-separator {
  margin-top: 10px;
}

#menu {
	width: 940px;
	padding-top: 40px;
	text-align: right;
	margin: 0 auto;
}

div#menu a {
	color: #FFF;
	opacity: 1;
	font-size: 16px;
	font-family: "Museo 700";
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
	margin-left: 60px;
}

div#menu a:hover, div#menu a.wishlist:hover {
	opacity: 1;
}

div#menu a#logo {
	float: left;
	font-size: 24px;
	opacity: 1;
	margin-top: -7px;
	padding-left: 48px;
	background-image: url('/img/header-logo.png');
	background-size: 37px 34px;
	height: 37px;
	padding-top: 1px;
	margin-left: 0;
}

div#menu.regions a.regions, div#menu.wishlist a.wishlist {
	opacity: 1;
}

#content {
  width: 960px;
  margin: 50px auto -20px auto;
}

.hero-phones {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 460px;
  height: 599px;
  display: inline-block;
}

.hero-phones.mobile {
	display: none;
}

:lang(en) .hero-phones { background-image: url('/img/home-new/hero-phones.png'); }
:lang(de) .hero-phones { background-image: url('/img/home-new/hero-phones.png'); }
:lang(fr) .hero-phones { background-image: url('/img/home-new/hero-phones-mtl.png'); }
:lang(es) .hero-phones { background-image: url('/img/home-new/hero-phones-mexico.png'); }
:lang(it) .hero-phones { background-image: url('/img/home-new/hero-phones-italy.png'); }
:lang(en-au) .hero-phones { background-image: url('/img/home-new/hero-phones-sydney.png'); }

#text {
  width: 490px;
  text-align: left;
  display: inline-block;
  margin-top: 64px;
  margin-left: 10px;
  vertical-align: top;
}


h1 {
	font-size: 42px;
	margin-bottom: 40px;
	font-family: "Museo 700";
  line-height: 1.4em;
  text-shadow: 0 2px 0px rgba(0,0,0,0.3);
  color: #FFF;
}

p.description {
	font-family: "Museo 300";
	font-size: 17px;
	line-height: 1.6em;
  margin-bottom: 0.6em;
  color: #000;
}

#app-store-buttons {
	margin-top: 30px;
}

a#app-store-top {
    background-size: 100%;
    width: 218px;
    height: 62px;
    display: inline-block;
}

a#google-play-top {
    margin-left: 30px;
    background-size: 100%;
    width: 211px;
    height: 62px;
    display: inline-block;
}

:lang(en) a#app-store-top { background-image: url('/img/home-new/app-store-en.png') }
:lang(en) a#google-play-top { background-image: url('/img/home-new/google-play-en.png') }
:lang(fr) a#app-store-top { background-image: url('/img/home-new/app-store-fr.png') }
:lang(fr) a#google-play-top { background-image: url('/img/home-new/google-play-fr.png') }
:lang(es) a#app-store-top { background-image: url('/img/home-new/app-store-es.png') }
:lang(es) a#google-play-top { background-image: url('/img/home-new/google-play-es.png') }
:lang(de) a#app-store-top { background-image: url('/img/home-new/app-store-en.png') }
:lang(de) a#google-play-top { background-image: url('/img/home-new/google-play-en.png') }
:lang(it) a#app-store-top { background-image: url('/img/home-new/app-store-it.png') }
:lang(it) a#google-play-top { background-image: url('/img/home-new/google-play-it.png') }

#footer-menu {
	text-align: center;
	font-size: 14px;
}

#footer-menu a {
	margin: 0 20px;
	font-family: "Museo 700";
  opacity: 0.3;
}

#footer-menu a:hover {
  opacity: 1;
}

#footer-menu a#twitter, #footer-menu a#facebook {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 30px;
    vertical-align: middle;
    margin-bottom: 4px;
}

#footer-menu a#twitter {
    background-image: url('/img/home-new/social-twitter.png');
}

#footer-menu a#facebook {
    background-image: url('/img/home-new/social-facebook.png');
}

#footer {
	text-align: center;
}

.share {
  display: inline-block;
	position: relative;
	width: 198px;
	color: #999;
	margin-bottom: 10px;
}

	.share iframe.facebook {
		overflow: hidden;
		left: 0;
	}

	.share iframe {
		position: absolute !important;
		top: -2px;
		left: 110px;
	}

#quote {
	text-align: center;
	max-width: 700px;
	width: 100%;
	margin: 0 auto 10px auto;
	font-size: 22px;
	font-family: "Museo 500";
	display: block;
}

#gustavo {
	text-align: center;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	display: block;
	margin-bottom: 40px;
	color: #838383;
}

#languages {
  margin-bottom: 40px;
  margin-top: 30px;
}

#languages a {
  font-size: 14px;
  opacity: 0.5;
}

#world-map {
    width: 940px;
    height: 500px;
    margin: 40px auto 60px auto;
}

.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

circle {
  visibility: hidden;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  left: 10px;

  width: 30px;
  height: 30px;

  text-align: center;
  line-height: 30px;

  background: #e1e1e1;
  color: #ffffff;

  cursor: pointer;
}

.jvectormap-zoomin {
    top: 10px;

    border-radius: 5px 5px 0 0;
}

.jvectormap-zoomout {
    top: 30px;

    border-radius: 0 0 5px 5px;
}

.tooltip {
  visibility: hidden;

  position: absolute;
  z-index: 200;

  max-width: 400px;

  background: white;
  padding: 8px 13px;

  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.tooltip:before {
  content: '';

  width: 0;
  height: 0;

  position: absolute;
  bottom: -26px;
  left: 50%;

  border: 13px solid red;
  border-width: 13px 11px;
  border-color: white transparent transparent transparent;

  margin-left: -14px;
  z-index: 10;
}

.tooltip:after {
  content: '';

  width: 0;
  height: 0;

  position: absolute;
  bottom: -27px;
  left: 50%;

  border: 14px solid red;
  border-width: 13px 11px;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;

  margin-left: -14px;
  z-index: 9;
}

.tooltip h1 {
  color: #333;

  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;

  text-align: left;
}

.tooltip h2 {
  width: auto;

  color: #a1a1a1;

  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  line-height: 1.3em;

  text-align: left;
}

.tooltip p {
  font-size: 14px;

  font-weight: bold;
}

.tooltip small {
  font-size: 12px;
    line-height: 1.3em;
  font-weight: normal;
}

.region-coverage {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

#cities .region-coverage {
  margin-bottom: 40px;
  text-align: left;
}

.actions {
  text-align: center;
  margin-top: 20px;
}

.actions input[type="email"] {
  color: #333333;
}

.actions form {
  display: none;
}

form input,
.coverage,
.full-list,
.big-button {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;

  padding: 6px 14px;
  border-radius: 5px;
  margin: 0 10px;
  font-family: "Museo 500";
}

form input[type="submit"] {
  margin-left: 0;
  cursor: pointer;
}

form input[type="submit"],
.coverage,
.green {
  background: #00ad35;
}

.coverage.error {
  background: #ad0035;
}

.full-list {
  background: #c1c1c1;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	div#menu a#logo { background-image: url('/img/header-logo@2x.png'); }
	:lang(en) .hero-phones { background-image: url('/img/home-new/hero-phones@2x.png') }
	:lang(fr) .hero-phones { background-image: url('/img/home-new/hero-phones-mtl@2x.png') }
	:lang(es) .hero-phones { background-image: url('/img/home-new/hero-phones-mexico@2x.png') }
	:lang(de) .hero-phones { background-image: url('/img/home-new/hero-phones@2x.png') }
	:lang(it) .hero-phones { background-image: url('/img/home-new/hero-phones-italy@2x.png') }
  :lang(en-au) .hero-phones { background-image: url('/img/home-new/hero-phones-sydney@2x.png') }
  div.star { background-image: url('/img/home/star@2x.png') }
  :lang(en) a#app-store-top { background-image: url('/img/home-new/app-store-en@2x.png') }
  :lang(en) a#google-play-top { background-image: url('/img/home-new/google-play-en@2x.png') }
  :lang(fr) a#app-store-top { background-image: url('/img/home-new/app-store-fr@2x.png') }
  :lang(fr) a#google-play-top { background-image: url('/img/home-new/google-play-fr@2x.png') }
  :lang(es) a#app-store-top { background-image: url('/img/home-new/app-store-es@2x.png') }
  :lang(es) a#google-play-top { background-image: url('/img/home-new/google-play-es@2x.png') }
	:lang(de) a#app-store-top { background-image: url('/img/home-new/app-store-en@2x.png') }
	:lang(de) a#google-play-top { background-image: url('/img/home-new/google-play-en@2x.png') }
	:lang(it) a#app-store-top { background-image: url('/img/home-new/app-store-it@2x.png') }
	:lang(it) a#google-play-top { background-image: url('/img/home-new/google-play-it@2x.png') }
  #footer-menu a#twitter { background-image: url('/img/twitter@2x.png') }
  #footer-menu a#facebook { background-image: url('/img/facebook@2x.png') }
}




#cities table tr.supported-city:hover {
    background-color: #fbfbfb;
}

#cities table tr.supported-city.highlighted {
    background-color: #FAFFBD;
}

#cities table tr td:first-child {
    font-weight: normal;
    font-family: "Museo 500";
    width: 220px;
    box-sizing: border-box;
}

#cities table tr td .real-time-indicator {
    float: right;
    margin-top: 4px;
    margin-right: 5px;
}

#cities table tr td p.small-agencies {
    font-size: 12px;
    line-height: 18px;
}

.has-real-time {
    font-family: "Museo 500";
    text-decoration: none;
    font-weight: normal;
    background-color: #fffea5;
    border: 0;
}

#cities p {
    line-height: 26px;
}

#cities #legend {
    font-size: 14px;
    color: #7f7f7f;
    margin-bottom: 60px;
    margin-top: -10px;
}

#cities h4 {
  width: auto;
}


@media (max-width: 959px) {
	html body,
	html #content,
	html section,
	html div#menu,
	html h2 {
		min-width: 0;
		width: 100%;
		overflow-x: hidden;
	}

	div.hero-bg:before {
		height: 215px;
	}

	div#menu {
		text-align: center;
		padding-top: 20px;
	}

	div#menu a {
    display: inline-block;
    width: calc(33% - 10px);
    margin: 0 5px;

		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius:4px;
		padding-top: 5px;
		padding-bottom: 5px;

		box-sizing: border-box;
	}

	div#menu a.blog {
		display: none;
	}

	div#menu a#logo {
    float: none;
    display: block;
    width: 140px;
    margin: 0 auto 10px;
		border: none;
		padding-top: 0;
		padding-bottom: 0;
		box-sizing: content-box;
	}

	#content {
		margin-top: 10px;
	}

	p.description {
		font-size: 15px;
	}

	#text {
    width: calc(100% - 40px);
    margin: 0 20px 10px;
	}

	#text h1 {
    min-height: 2.55em;

		text-align: center;
		font-size: 28px;
	}

	[lang="en"] #text h1 {
    font-size: 30px;
	}

	html header img,
	.hero-phones {
		display: none;
	}

	.hero-phones.mobile {
		display: block;

		width: 320px;
    height: 410px;

		margin: 0 auto;
	}

	#footer-menu a {
		display: inline-block;
    width: calc(33% - 10px);
    margin: 5px;

		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius:4px;
		padding-top: 5px;
		padding-bottom: 5px;

		box-sizing: border-box;
	}

	#footer-menu a#facebook,
	#footer-menu a#twitter {
		border: none;
    margin: 5px calc(16.5% - 12.5px) 0;
	}

	#app-store-buttons {
    width: 320px;
    margin: 30px auto 10px;
	}

	a#app-store-top {
    width: 168px;
		height: 48px;
	}

	a#google-play-top {
    width: 140px;
		height: 48px;

    margin-left: 12px;
	}

	hr {
    margin: 20px 0;
	}

	#quote {
    width: calc(100% - 20px);
    font-size: 18px;
	}

	#gustavo {
    font-size: 14px;
	}

	html table.grid {
		width: 100%;
	}

	html #cities table tr td:first-child {
		width: auto;
	}

	html #cities table.list tr td:nth-child(2) {
		width: 220px;
    display: block;
	}

	html #cities table.list tr td:nth-child(3),
	html #cities table.list tr th:nth-child(3) {
		display: none;
	}

	html #cities span.badge {
		font-size: 12px;
	}

	html input#search {
    width: calc(100% - 40px);
	}

	#cities p#legend {
    margin: -10px 20px 20px;
	}

	html #cities .region-coverage {
    padding: 0 10px;
    text-align: center;
    font-size: 22px;
	}

	html section,
	html section.blog {
		width: calc(100% - 20px);
		margin: inherit auto;
	}

	html table#timeline {
		margin: 0;
	}

	header.about {
		height: 180px;

    padding: 0;
    background-size: cover;
	}

	header.about h1 {
    margin-top: 20px;
		font-size: 30px;
	}

	html #mission p {
    padding: 0 10px;
    font-size: 16px;
	}

	html #team {
    display: flex;
    flex-wrap: wrap;
	}

	#team .member {
    flex: 1 0 50%;
    margin: 20px 0;
	}

	#team .member img {
		width: 120px;
		height: 120px;
	}

	#team .member p.name {
		font-size: 18px;
	}

	html table#timeline tr td:nth-child(3) {
    padding-right: 10px;
		width: 80%;
	}

	html tr:first-child p.timeline-title {
    font-size: 40px;
	}

	html tr:first-child p.timeline-subtitle {
		font-size: 17px;
	}

	html .vehicle {
    left: 14.5%;
	}

	html div.hero-bg.mini:before {
    height: 120px;
	}

	.overlay.white section {
    max-width: calc(100% - 92px);
	}
}
