/* CSS resets */
.no-select {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ol,
ul,
li {
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
input,
textarea,
select,
button {
  font: inherit;
}
img,
iframe {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
textarea:focus, input:focus{
    outline: 0;
}


/* Shared stuff */

body {
  font-family: 'Lato', sans-serif;
  font-size: 0;
  background-color: #FCFCFC;
}

a {
  /*color: #D15549;*/
  color: #4990d1;
  text-decoration: none;
}
a:hover {text-decoration: underline;}

.center {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}

.scroll-container {
  overflow: auto;
}

/* Navbar begin */
nav {
  display: table;
  width: 100%;
	background-color: #333;
	color: #FFFFFF;
  font-size: 16px;
	font-weight: 300;
}

nav > .inner {
  margin: 6px auto;
  width: 80%;
  max-width: 900px;
  text-align: center;
  white-space: nowrap;
}

nav a {
  padding: 0 5%;
  position: relative;
  top: -8px;
	color: #FFF;
	text-decoration: none;
}

nav a:hover {
	opacity: 0.75;
  text-decoration: none;
}

nav a.logo {
  top: 0;
}
nav a.logo img {
	height: 30px;
}

nav a.twitter {
  top: -3px;
  padding: 1%;
}
nav a.twitter img {
	max-width: 100%;
	max-height: 100%;
	height: 20px;
}
/* Navbar end */

.dark-sky-link {
  padding: 0 40px;
  margin: 0px auto 20px;
  text-align: center;
  font-size: 14px;
}

#header {
  position: relative;
  width: 100%;
  height: 45px;
  background-color: #EEE;
  border: 1px solid transparent;
}

#header-wrapper {
  max-width: 1140px;
}

#header a.backToForecast {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 16px;
}

#searchForm {
  position: relative;
  width: 46%; /*540px*/
  height: 100%;
  margin: 0 auto;
  white-space: nowrap;
}

#header .currentLocationButton,
#header .searchButton {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-top: 7px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.06);
}
#header .currentLocationButton:hover,
#header .searchButton:hover {
  background-color: rgba(0, 0, 0, 0.125);
}
#header .currentLocationButton img,
#header .searchButton img {
  display: inline-block;
  margin-top: 7px;
}

#searchForm input {
  display: inline-block;
  width: 85%; /* 450px */
  height: 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 0;
  font-size: 18px;
  padding: 5px;
  margin: 7px 15px;
  text-align: center;
}

#searchForm #savedLocations {
  display: none;
  position: absolute;
  top: 40px;
  left: 45px;
  z-index: 99;
  width: 450px;
  background-color: #FFF;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

#searchForm #savedLocations > .inner {
  margin: 25px 20px;
  overflow: hidden;
}

#searchForm #savedLocations a {
  display: block;
  margin: 10px 0;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  text-overflow: ellipsis;
}

#searchForm #savedLocations a:hover { text-decoration: underline;}

#searchForm #savedLocations.visible {opacity: 0.99;}

#header .options {
  position: absolute;
  right: 0;
  top: 6px;
}

#header .selectric-items, #footer .selectric-items {
  width: 100px !important;
  left: -12px !important;
}

#header .options select {
  display: inline-block;
}

#header .options .selectric-wrapper {
  margin-right: 10px;
}

/* Footer */
footer {
  background: rgb(245, 245, 248);
  color: #aaa;
  padding: 30px;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  text-align: center;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer nav {
  text-align: center;
  margin-bottom: 5px;
}
footer li {
  display: inline;
}
footer li + li {
  margin-left: 14px;
}

footer a {
  color: #0091ea;
  font-size: 17px;
}

footer a:hover {
  color: #0277bd;
  text-decoration: underline;
}

.copyright, .trademark {
  /*display: block;*/
  font-size: 10px;
  font-weight: 300;
}

.copyright {
  margin-top: 15px;
}
/* End footer */

#footer {
  text-align: center;
  clear: both;
  width: 100%;
  margin: 60px 0 0;
  padding: 30px 0;
  /*text-transform: uppercase;*/
  font-size: 14px;
  /*letter-spacing: 1px;*/
  color: #AAA;
  background-color: #EEE;
  font-weight: 300;
}

#footer #units-container {
  display: none;
}

#footer #units-container {
  margin-bottom: 1em;
}

#footer a:hover {
  text-decoration: underline;
}
#footer #footer-links {
  display: inline-block;
  vertical-align: top;
  margin: 0 50px;
  text-align: left;
  line-height: 2.0em;
}

#footer #footer-links li {
  float: left;
  margin: 0 10px;
  font-weight: 300g;
}
#footer div.copyright {
  margin: 15px 5px 0 5px;
}
.dayExtras > div {
  margin: 0 25px;
}

.dayExtras .highLowTemp {
  display: inline-block;
  font-size: 16px;
  vertical-align: bottom;
}

.dayExtras .highLowTemp .temp {
  font-weight: 500;
  font-size: 24px;
  vertical-align: bottom;
}

body.reversed .dayExtras .highLowTemp .highTemp .time {margin-right: 6px;}

.dayExtras .highLowTemp .arrow {
  font-size: 20px;
  margin: 0 5px 0 4px;
}

.dayExtras .sunTimes {
  display: inline-block;
  font-size: 16px;
  vertical-align: bottom;
}

.dayExtras .sunTimes img {
  margin: 0 3px;
}

.dayExtras .sunTimes .sunrise,
.dayExtras .sunTimes .sunset {
  margin: 0 4px;
}

.dayExtras .precipAccum {
  display: inline-block;
  font-size: 16px;
}

.dayExtras .precipAccum .label {
  font-weight: 500;
  margin: 0 4px;
  text-transform: capitalize;
}

#currentDetailsWrapper {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background-color: rgba(238, 238, 238, 0.35);
}

#currentDetailsWrapper .gradient-scroll {
  display: none;
  position: absolute;
  /*top: 96px;*/
  right: 0;
}

@media (max-width: 800px) {
  #currentDetailsWrapper .gradient-scroll {
    display: initial;
  }
}

#currentDetails {
  position: relative;
  text-align: center;
  left: -10px;
  white-space: nowrap;
  font-size: 14px;
  margin: 0 auto;
  max-width: 750px;
}

#currentDetails > div {
  display: inline-block;
  /*width: 16.6%;*/
  text-align: center;
  margin: 0 10px;g
}

#currentDetails > div.current_details_break {
  display: none;
}

#currentDetails .label {
  display: inline-block;
  text-align: right;
  font-weight: 500;
  margin: 0 4px;
}

#currentDetails .val {
  display: inline-block;
  text-align: left;
  font-weight: 300;
}

#currentDetails .uv_index .num {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 5px;
}
#currentDetails .uv_index.uv0 .num {background-color: rgba(64, 191, 64, 0.6)}
#currentDetails .uv_index.uv1 .num {background-color: rgba(255, 240, 0, 0.6)}
#currentDetails .uv_index.uv2 .num {background-color: rgba(255, 127, 0, 0.5)}
#currentDetails .uv_index.uv3 .num {background-color: rgba(255, 0, 0, 0.6)}
#currentDetails .uv_index.uv4 .num {background-color: rgba(166, 89, 255, 0.75)}

body.reversed .val .unit {margin-right: 2px;}

/* Timeline */

.timeline_container {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  margin-top: 15px;
}
.timeline_container .timeline {
  position: relative;
  height: 95px;
  overflow: hidden;
}
.timeline_container .timeline .hour_ticks {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: 10px;
}
.timeline_container .timeline .hour_ticks span {
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 8px;
  border-left: 1px solid #999;
}
.timeline_container .timeline .hour_ticks span.even {
  height: 5px;
}
.timeline_container .timeline .hour_ticks span.second {
  height: 5px;
}
.timeline_container .timeline .hours {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  height: 5px;
  font-weight: 500;
}
.timeline_container .timeline .hours .hour {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 5px;
}
.timeline_container .timeline .hours .hour span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 80px;
  left: -40px;
  text-align: center;
  font-size: 14px;
  color: #222;
}
.timeline_container.reversed .timeline .hours .hour span {
  left: auto;
  right: -40px;
}
.timeline_container .timeline .hours .hour.first span {
  text-align: left;
  left: 0;
}
.timeline_container.reversed .timeline .hours .hour.first span {
  text-align: right;
  right: 0;
  left: auto;
}
.timeline_container .timeline .stripes {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px; /* 10 */
}
.timeline_container .timeline .stripes > span {
  position: absolute;
  height: 100%;
  color: #fff;
  white-space: nowrap;
  text-transform: capitalize;
}
.timeline_container .timeline .stripes > span > span {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 3px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.9;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.timeline_container .timeline .stripes > span > span.clear {
  color: rgba(0, 0, 0, 0.7);
}
body .timeline_container .timeline .stripes > span {
  background-color: rgba(147, 147, 147, 0.07);
}
/* Clear */
body .timeline_container .timeline .stripes > span.c0 {
  background-color: #EEEEF5;
  color: #333;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
body .timeline_container .timeline .stripes > span.p0 {
  background-color: #EEEEF5;
  color: #333;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
/* Sprinkling / Flurries */
body .timeline_container .timeline .stripes > span.p1 {
  background-color: #96b4da;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
}
/* Partly Cloudy / Light Rain */
body .timeline_container .timeline .stripes > span.c1 {
  background-color: #d5dae2;
  color: #333;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
body .timeline_container .timeline .stripes > span.p2 {
  background-color: #80a5d6;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
}
/* Cloudy / Rain */
body .timeline_container .timeline .stripes > span.c2 {
  background-color: #b6bfcb;
  color: #222;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
body .timeline_container .timeline .stripes > span.p3 {
  background-color: #4a80c7;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
}
/* Heavy Rain */
body .timeline_container .timeline .stripes > span.p4 {
  background-color: #3267ad;
}
body .timeline_container .timeline .stripes > span.p5 {
  background-color: #3267ad;
}
.timeline_container .timeline .temps {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  font-weight: 300;
}
.timeline_container .timeline .temps > span {
  position: absolute;
}
.timeline_container .timeline .temps > span > span {
  position: absolute;
  top: 0;
  font-size: 18px;
  color: #000;
  width: 50px;
  left: -23px;
  text-align: center;
}
.timeline_container .timeline .temps > span.first > span {
  text-align: left;
  left: 0;
}
.timeline_container.reversed .timeline .temps > span.first > span {
  text-align: right;
  right: 0;
  left: auto;
}
.timeline_container .timeline .now {
  position: absolute;
  top: 44px;
  z-index: 4;
  width: 2px;
  height: 51px;
  background-color: #F00;
  opacity: 0.5;
}
.timeline_container .timeline.hide_now .now {
  display: none;
}


/* Forecast page */

body.forecast #header a.backToForecast {
  display: none;
}

body.forecast #title {
  /*font-size: 24px;*/
  font-size: 32px;
  /*font-weight: 800;*/
  font-weight: 400;
  text-align: center;
  /*margin: 26px 0 12px 0;*/
  margin: 12px 15px;
}

body.forecast.reversed #title .currently {
  display: block;
}

body.forecast #title span {
  vertical-align: top;
  display: inline-block;
}

body.forecast #title .skycon {
  display: inline-block;
  margin: 3px 6px;
}

body.forecast #title .currently .desc,
body.forecast #title .next {
  position: relative;
  top: 7px;
  line-height: 1.3em;
  margin-bottom: 15px;
}

body.forecast #title .currently .desc.swap {
  font-weight: 600;
}
body.forecast #title .next.swap {
  position: relative;
  top: 0px;
  display: block;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 6px;
}

body.forecast.reversed #title .next {margin-right: 6px;}
body.forecast.reversed #title .skycon {margin-left: 4px;}
body.forecast.reversed #title .currently .desc .temp {margin-left: 4px;}

body.forecast #nextHourClear {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}

body.forecast #nextHourClear strong {
  font-weight: 300;
}

body.forecast #timeline {
  margin: 25px auto 25px;
  width: 800px;
}

body.forecast #map-container {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  width: 100%;
  min-height: 350px;
  max-height: 800px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;

}

body.forecast #map-container #embedded-map {
  width: 100%;
  overflow: auto;
}

body.forecast #map-container:after {
  padding-top: 35%;
  display: block;
  content: '';
}

body.forecast #map-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

body.forecast #week > .summary {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin: 24px 10px;
  line-height: 1.5em;
}

body.forecast #governmentAlert {
  font-size: 20px;
  text-align: center;
  margin: 20px 0 0 0;
}

body.forecast #governmentAlert a .bang {
  display: inline-block;
  color: #FFF;
  background-color: #E74040;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 900;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-right: 5px;
}

body.forecast #governmentAlert a {
  color: #E74040;
  text-decoration: none;
}
body.forecast #governmentAlert a:hover {
  text-decoration: underline;
}

body.forecast #week {
  padding: 0 7px;
}

body.forecast .day {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  margin: 6px auto 12px;
  color: #111;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
body.forecast .day:hover {
  background-color: rgba(0, 20, 60, 0.025);
}

body.forecast .day .skycon {
  display: block;
  float: left;
  margin: 7px 0 0 6px;
}

body.forecast .day .skycon canvas {
  display: block;
  float: left;
}

body.forecast .day .name {
  float: left;
  width: 50px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  height: 24px;
  line-height: 24px;
  margin: 12px 40px 0 8px;
}

body.forecast .day .tempRange {
  display: block;
  float: left;
  position: relative;
  width: 570px;
  height: 100%;
  margin: 12px 0 0 10px;
}

body.forecast .day .tempRange .minTemp,
body.forecast .day .tempRange .maxTemp {
  display: block;
  position: absolute;
  width: 50px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400; /* 700 */
}
body.forecast .day .tempRange .minTemp { text-align: right; margin-left: -55px; }
body.forecast .day .tempRange .maxTemp { text-align: left; margin-left: 7px; }

body.forecast .day .tempRange .bar {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 200px;
  height: 20px;
  background-color: #333;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

body.forecast .day .toggle {
  display: block;
  float: right;
  font-size: 16px;
  width: 18px;
  height: 18px;
  line-height: 17px;
  margin: 16px 4px 0 0;
  /*opacity: 0.3;*/
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background-color: #778;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
body.forecast .day:hover .toggle { opacity: 0.8; } /*0.5*/

body.forecast .day .toggle .close {
  display: none;
}
body.forecast .day.revealed .toggle .close {
  display: inline;
}
body.forecast .day.revealed .toggle .open {
  display: none;
}

body.forecast .dayDetails {
  display: none;
  clear: left;
  margin: 0 0 25px 0;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body.forecast .dayDetails.revealed {
  opacity: 1.0;
  border-bottom: 1px solid #E5E5E5;
}

body.forecast .dayDetails.revealed.last {
  border-bottom: 0;
}

body.forecast .dayDetails .summary_container {
  text-align: center;
}

body.forecast .dayDetails .summary {
  font-size: 20px;
  margin-bottom: 12px;
}

body.forecast .moreDetails {
  display: inline-block;
  margin: 25px auto 20px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgba(43, 134, 243, 1.0);
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

body.forecast #timeMachine {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  text-align: center;
  margin: 40px auto 0;
  padding-top: 30px;
  border-top: 1px solid #E5E5E5;
}

body.forecast #timeMachine .button {
  display: inline-block;
  margin: 15px auto 20px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgba(43, 134, 243, 1.0);
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

body.forecast #timeMachine .description {
  max-width: 480px;
  margin: 8px auto 0;
}

body.forecast #timeMachine .calendar {
  width: 260px;
  margin: 0 auto;
}



/* Day page */

body.day #main {
  position: relative;
}

body.day .center {
  max-width: 800px;
}

body.day #currentDetails {
  left: 0;
  padding: 10px 30px 10px 0;
  margin-bottom: 25px;
  width: 800px;
  max-width: 800px;
}

body.day #currentDetails .section {
  display: inline-block;
  width: 25%;
  text-align: center;
}

body.day #currentDetails .section > div {
  margin: 8px 0;
}

body.day .dayDetails {
  font-size: 16px;
  font-weight: 300;
}

body.day #timeline {
  margin: 20px 0 0;
  width: 800px;
}

body.day .plotLabel {
  font-size: 23px;
  text-align: center;
  margin-bottom: 10px;
}

body.day .plot {
  position: relative;
  left: -70px;
  width: 869px;
  height: 250px;
  margin-bottom: 40px;
}
body.day.reversed .plot {
  left: auto;
}
body.day .plot.double {
  width: 938px;
}
body.day.reversed .plot.double {
  left: -70px;
}

body.day .dayDetails {
  text-align: center;
  margin: 0 0 6px;
  font-weight: 500;
}

body.day .dayDetails .title {
  text-align: center;
  margin: 10px 0 40px;
}

body.day .dayDetails .title .day {
  display: inline-block;
  font-size: 16px;
}

body.day .dayDetails .title .date {
  display: inline-block;
  font-size: 18px;
  color: #000;
  margin: 0 35px;
}

body.day .dayDetails #summary {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  margin: 20px 5px 30px;
}

body.day #slider {
  display: none;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

body.day #slider .handle {
  z-index: 9;
  position: absolute;
  width: 32px;
  margin-left: -15px;
  height: 100%;
  outline: none;
  background-color: rgba(255, 50, 0, 0.04);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

body.day #slider .handle .line {
  width: 1px;
  margin: 0 auto;
  height: 100%;
  outline: none;
  background-color: rgba(255, 0, 0, 0.5);
}


/* Wobble Chart */

#wobbleContainer {
  position: relative;
  height: 80px;
  margin: 20px auto 20px;
}
#wobbleCanvas {
  z-index: 7;
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 1px dashed #111;
}
#wobbleContainer .labels {
  z-index: 8;
  position: absolute;
  height: 6px;
  bottom: -6px;
  width: 100%;
  white-space: nowrap;
  line-height: 0;
}
#wobbleContainer .labels .label {
  position: relative;
  display: inline-block;
  width: 16.66%;
  height: 100%;
  border-left: 1px solid #111;
}
#wobbleContainer .labels .label .text {
  position: absolute;
  width: 50px;
  right: -28px;
  top: 12px;
  text-align: center;
  color: #111;
  opacity: 0.9;
  font-size: 13px;
}
#wobbleContainer .labels .label .text > span {margin: 0 1px;}
#wobbleContainer .intensityLabels {
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: 0;
}
#wobbleContainer .intensityLabels > div {
  border-top: 1px dashed #111;
  height: 33%;
  width: 100%;
}
#wobbleContainer .intensityLabels > div:first-child {
  border-top: none;
}
#wobbleContainer .intensityLabels > div span {
  position: relative;
  display: inline-block;
  left: 101%;
  width: 30px;
  margin: 14px 0 0 2px;
  font-size: 14px;
  font-weight: 300;
  color: #111;
  text-align: left;
}

/* Calendar Picker */

body .pika-single {
  font-family: 'Lato', sans-serif;
}

/* Heart beat */
.heart {
  display: inline-block;
	font-size: 14px;
	color: #4990d1;
	animation: beat .25s 8 alternate;
	transform-origin: center;
}

/* Heart beat animation */
@keyframes beat{
	to { transform: scale(1.4); }
}
