.u-weather {
  border-radius: 3px;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff; }

.u-weather .u-weather-header {
  border-radius: 3px 3px 0 0; }

.u-weather .cover {
  width: 100%; }

.u-weather .u-weather-footer {
  border-radius: 0 0 3px 3px; }

.u-weather-shadow {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }

.overlay {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.overlay .overlay-figure, .overlay > :first-child {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0; }

.cover {
  overflow: hidden; }

.overlay-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff; }

.overlay-panel > :last-child {
  margin-bottom: 0; }

.input-search {
  position: relative; }

.input-search .form-control {
  border-radius: 200px; }

.u-row {
  margin-right: -15px;
  margin-left: -15px; }

.u-row.no-space {
  margin-right: 0;
  margin-left: 0; }

.weather-location input {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5); }

.grey-200 {
  color: #eee !important; }

.input-sm {
  height: 32px;
  padding: 6px 13px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1.57142857;
  color: #757575;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.form-control:not(select) {
  -webkit-appearance: none; }

.input-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 10px;
  background: 0 0;
  border: none;
  border-radius: 0 200px 200px 0; }

.input-search-btn > .icon {
  margin: 0 3px; }

.icon {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.weather-day {
  height: 150px;
  border-left: 1px solid rgba(0, 0, 0, 0.05); }

.overlay-background {
  background: rgba(0, 0, 0, 0.5); }

/*# sourceMappingURL=weather.css.map */
