@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic,600,600italic);
.col-10 > .col-xs-1 {
  width: 10%;
  float: left;
}
.col-10 > .col-xs-offset-1 {
  margin-left: 10%;
}
.col-10 > .col-xs-push-1 {
  left: 10%;
}
.col-10 > .col-xs-pull-1 {
  right: 10%;
}
.col-10 > .col-xs-2 {
  width: 20%;
  float: left;
}
.col-10 > .col-xs-offset-2 {
  margin-left: 20%;
}
.col-10 > .col-xs-push-2 {
  left: 20%;
}
.col-10 > .col-xs-pull-2 {
  right: 20%;
}
.col-10 > .col-xs-3 {
  width: 30%;
  float: left;
}
.col-10 > .col-xs-offset-3 {
  margin-left: 30%;
}
.col-10 > .col-xs-push-3 {
  left: 30%;
}
.col-10 > .col-xs-pull-3 {
  right: 30%;
}
.col-10 > .col-xs-4 {
  width: 40%;
  float: left;
}
.col-10 > .col-xs-offset-4 {
  margin-left: 40%;
}
.col-10 > .col-xs-push-4 {
  left: 40%;
}
.col-10 > .col-xs-pull-4 {
  right: 40%;
}
.col-10 > .col-xs-5 {
  width: 50%;
  float: left;
}
.col-10 > .col-xs-offset-5 {
  margin-left: 50%;
}
.col-10 > .col-xs-push-5 {
  left: 50%;
}
.col-10 > .col-xs-pull-5 {
  right: 50%;
}
.col-10 > .col-xs-6 {
  width: 60%;
  float: left;
}
.col-10 > .col-xs-offset-6 {
  margin-left: 60%;
}
.col-10 > .col-xs-push-6 {
  left: 60%;
}
.col-10 > .col-xs-pull-6 {
  right: 60%;
}
.col-10 > .col-xs-7 {
  width: 70%;
  float: left;
}
.col-10 > .col-xs-offset-7 {
  margin-left: 70%;
}
.col-10 > .col-xs-push-7 {
  left: 70%;
}
.col-10 > .col-xs-pull-7 {
  right: 70%;
}
.col-10 > .col-xs-8 {
  width: 80%;
  float: left;
}
.col-10 > .col-xs-offset-8 {
  margin-left: 80%;
}
.col-10 > .col-xs-push-8 {
  left: 80%;
}
.col-10 > .col-xs-pull-8 {
  right: 80%;
}
.col-10 > .col-xs-9 {
  width: 90%;
  float: left;
}
.col-10 > .col-xs-offset-9 {
  margin-left: 90%;
}
.col-10 > .col-xs-push-9 {
  left: 90%;
}
.col-10 > .col-xs-pull-9 {
  right: 90%;
}
.col-10 > .col-xs-10 {
  width: 100%;
  float: left;
}
.col-10 > .col-xs-offset-10 {
  margin-left: 100%;
}
.col-10 > .col-xs-push-10 {
  left: 100%;
}
.col-10 > .col-xs-pull-10 {
  right: 100%;
}
@media (min-width: 768px) {
  .col-10 > .col-sm-1 {
    width: 10%;
    float: left;
  }
  .col-10 > .col-sm-offset-1 {
    margin-left: 10%;
  }
  .col-10 > .col-sm-push-1 {
    left: 10%;
  }
  .col-10 > .col-sm-pull-1 {
    right: 10%;
  }
  .col-10 > .col-sm-2 {
    width: 20%;
    float: left;
  }
  .col-10 > .col-sm-offset-2 {
    margin-left: 20%;
  }
  .col-10 > .col-sm-push-2 {
    left: 20%;
  }
  .col-10 > .col-sm-pull-2 {
    right: 20%;
  }
  .col-10 > .col-sm-3 {
    width: 30%;
    float: left;
  }
  .col-10 > .col-sm-offset-3 {
    margin-left: 30%;
  }
  .col-10 > .col-sm-push-3 {
    left: 30%;
  }
  .col-10 > .col-sm-pull-3 {
    right: 30%;
  }
  .col-10 > .col-sm-4 {
    width: 40%;
    float: left;
  }
  .col-10 > .col-sm-offset-4 {
    margin-left: 40%;
  }
  .col-10 > .col-sm-push-4 {
    left: 40%;
  }
  .col-10 > .col-sm-pull-4 {
    right: 40%;
  }
  .col-10 > .col-sm-5 {
    width: 50%;
    float: left;
  }
  .col-10 > .col-sm-offset-5 {
    margin-left: 50%;
  }
  .col-10 > .col-sm-push-5 {
    left: 50%;
  }
  .col-10 > .col-sm-pull-5 {
    right: 50%;
  }
  .col-10 > .col-sm-6 {
    width: 60%;
    float: left;
  }
  .col-10 > .col-sm-offset-6 {
    margin-left: 60%;
  }
  .col-10 > .col-sm-push-6 {
    left: 60%;
  }
  .col-10 > .col-sm-pull-6 {
    right: 60%;
  }
  .col-10 > .col-sm-7 {
    width: 70%;
    float: left;
  }
  .col-10 > .col-sm-offset-7 {
    margin-left: 70%;
  }
  .col-10 > .col-sm-push-7 {
    left: 70%;
  }
  .col-10 > .col-sm-pull-7 {
    right: 70%;
  }
  .col-10 > .col-sm-8 {
    width: 80%;
    float: left;
  }
  .col-10 > .col-sm-offset-8 {
    margin-left: 80%;
  }
  .col-10 > .col-sm-push-8 {
    left: 80%;
  }
  .col-10 > .col-sm-pull-8 {
    right: 80%;
  }
  .col-10 > .col-sm-9 {
    width: 90%;
    float: left;
  }
  .col-10 > .col-sm-offset-9 {
    margin-left: 90%;
  }
  .col-10 > .col-sm-push-9 {
    left: 90%;
  }
  .col-10 > .col-sm-pull-9 {
    right: 90%;
  }
  .col-10 > .col-sm-10 {
    width: 100%;
    float: left;
  }
  .col-10 > .col-sm-offset-10 {
    margin-left: 100%;
  }
  .col-10 > .col-sm-push-10 {
    left: 100%;
  }
  .col-10 > .col-sm-pull-10 {
    right: 100%;
  }
}
@media (min-width: 992px) {
  .col-10 > .col-md-1 {
    width: 10%;
    float: left;
  }
  .col-10 > .col-md-offset-1 {
    margin-left: 10%;
  }
  .col-10 > .col-md-push-1 {
    left: 10%;
  }
  .col-10 > .col-md-pull-1 {
    right: 10%;
  }
  .col-10 > .col-md-2 {
    width: 20%;
    float: left;
  }
  .col-10 > .col-md-offset-2 {
    margin-left: 20%;
  }
  .col-10 > .col-md-push-2 {
    left: 20%;
  }
  .col-10 > .col-md-pull-2 {
    right: 20%;
  }
  .col-10 > .col-md-3 {
    width: 30%;
    float: left;
  }
  .col-10 > .col-md-offset-3 {
    margin-left: 30%;
  }
  .col-10 > .col-md-push-3 {
    left: 30%;
  }
  .col-10 > .col-md-pull-3 {
    right: 30%;
  }
  .col-10 > .col-md-4 {
    width: 40%;
    float: left;
  }
  .col-10 > .col-md-offset-4 {
    margin-left: 40%;
  }
  .col-10 > .col-md-push-4 {
    left: 40%;
  }
  .col-10 > .col-md-pull-4 {
    right: 40%;
  }
  .col-10 > .col-md-5 {
    width: 50%;
    float: left;
  }
  .col-10 > .col-md-offset-5 {
    margin-left: 50%;
  }
  .col-10 > .col-md-push-5 {
    left: 50%;
  }
  .col-10 > .col-md-pull-5 {
    right: 50%;
  }
  .col-10 > .col-md-6 {
    width: 60%;
    float: left;
  }
  .col-10 > .col-md-offset-6 {
    margin-left: 60%;
  }
  .col-10 > .col-md-push-6 {
    left: 60%;
  }
  .col-10 > .col-md-pull-6 {
    right: 60%;
  }
  .col-10 > .col-md-7 {
    width: 70%;
    float: left;
  }
  .col-10 > .col-md-offset-7 {
    margin-left: 70%;
  }
  .col-10 > .col-md-push-7 {
    left: 70%;
  }
  .col-10 > .col-md-pull-7 {
    right: 70%;
  }
  .col-10 > .col-md-8 {
    width: 80%;
    float: left;
  }
  .col-10 > .col-md-offset-8 {
    margin-left: 80%;
  }
  .col-10 > .col-md-push-8 {
    left: 80%;
  }
  .col-10 > .col-md-pull-8 {
    right: 80%;
  }
  .col-10 > .col-md-9 {
    width: 90%;
    float: left;
  }
  .col-10 > .col-md-offset-9 {
    margin-left: 90%;
  }
  .col-10 > .col-md-push-9 {
    left: 90%;
  }
  .col-10 > .col-md-pull-9 {
    right: 90%;
  }
  .col-10 > .col-md-10 {
    width: 100%;
    float: left;
  }
  .col-10 > .col-md-offset-10 {
    margin-left: 100%;
  }
  .col-10 > .col-md-push-10 {
    left: 100%;
  }
  .col-10 > .col-md-pull-10 {
    right: 100%;
  }
}
@media (min-width: 1200px) {
  .col-10 > .col-lg-1 {
    width: 10%;
    float: left;
  }
  .col-10 > .col-lg-offset-1 {
    margin-left: 10%;
  }
  .col-10 > .col-lg-push-1 {
    left: 10%;
  }
  .col-10 > .col-lg-pull-1 {
    right: 10%;
  }
  .col-10 > .col-lg-2 {
    width: 20%;
    float: left;
  }
  .col-10 > .col-lg-offset-2 {
    margin-left: 20%;
  }
  .col-10 > .col-lg-push-2 {
    left: 20%;
  }
  .col-10 > .col-lg-pull-2 {
    right: 20%;
  }
  .col-10 > .col-lg-3 {
    width: 30%;
    float: left;
  }
  .col-10 > .col-lg-offset-3 {
    margin-left: 30%;
  }
  .col-10 > .col-lg-push-3 {
    left: 30%;
  }
  .col-10 > .col-lg-pull-3 {
    right: 30%;
  }
  .col-10 > .col-lg-4 {
    width: 40%;
    float: left;
  }
  .col-10 > .col-lg-offset-4 {
    margin-left: 40%;
  }
  .col-10 > .col-lg-push-4 {
    left: 40%;
  }
  .col-10 > .col-lg-pull-4 {
    right: 40%;
  }
  .col-10 > .col-lg-5 {
    width: 50%;
    float: left;
  }
  .col-10 > .col-lg-offset-5 {
    margin-left: 50%;
  }
  .col-10 > .col-lg-push-5 {
    left: 50%;
  }
  .col-10 > .col-lg-pull-5 {
    right: 50%;
  }
  .col-10 > .col-lg-6 {
    width: 60%;
    float: left;
  }
  .col-10 > .col-lg-offset-6 {
    margin-left: 60%;
  }
  .col-10 > .col-lg-push-6 {
    left: 60%;
  }
  .col-10 > .col-lg-pull-6 {
    right: 60%;
  }
  .col-10 > .col-lg-7 {
    width: 70%;
    float: left;
  }
  .col-10 > .col-lg-offset-7 {
    margin-left: 70%;
  }
  .col-10 > .col-lg-push-7 {
    left: 70%;
  }
  .col-10 > .col-lg-pull-7 {
    right: 70%;
  }
  .col-10 > .col-lg-8 {
    width: 80%;
    float: left;
  }
  .col-10 > .col-lg-offset-8 {
    margin-left: 80%;
  }
  .col-10 > .col-lg-push-8 {
    left: 80%;
  }
  .col-10 > .col-lg-pull-8 {
    right: 80%;
  }
  .col-10 > .col-lg-9 {
    width: 90%;
    float: left;
  }
  .col-10 > .col-lg-offset-9 {
    margin-left: 90%;
  }
  .col-10 > .col-lg-push-9 {
    left: 90%;
  }
  .col-10 > .col-lg-pull-9 {
    right: 90%;
  }
  .col-10 > .col-lg-10 {
    width: 100%;
    float: left;
  }
  .col-10 > .col-lg-offset-10 {
    margin-left: 100%;
  }
  .col-10 > .col-lg-push-10 {
    left: 100%;
  }
  .col-10 > .col-lg-pull-10 {
    right: 100%;
  }
}
body {
  background: #fff;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #4f5356;
}
@media (max-width: 992px) {
  body {
    overflow-x: hidden;
  }
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4f5356;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #4f5356;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #4f5356;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #4f5356;
}
.landing {
  width: 100%;
  text-align: center;
  background-color: #119251;
  color: #fff;
  height: 100%;
  display: table;
}
.landing .logo {
  background-image: url('../images/logo.png');
  background-size: contain;
  width: 260px;
  height: 84px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 200px;
}
.landing .form-control {
  font-size: 20px;
  background-color: #fff;
  padding: 5px 20px;
  max-width: 500px;
  margin: 0 auto;
  font-weight: 100;
  height: auto;
  border-radius: 4px;
  background-image: url('../images/icon-search-black.png');
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 35px;
  padding-left: 60px;
  color: #4f5356;
  width: 90%;
}
.landing .searcher {
  text-align: left;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
  display: block;
  max-height: 500px;
  max-width: 500px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  color: #4f5356;
  width: 90%;
}
@media (max-width: 992px) {
  .landing .searcher {
    max-height: 300px;
  }
}
.landing .searcher .header {
  background-color: #e6e6e6;
  font-size: 12px;
  padding: 5px 25px;
}
.landing .searcher a {
  display: block;
  padding: 15px 25px;
  background-color: #f9f9f9;
  color: #4f5356;
}
.landing .searcher a:hover {
  background-color: #e6e6e6;
  color: #4f5356;
  text-decoration: none;
  font-weight: 700;
}
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 20;
  display: none;
}
.top-bar {
  background: #119251;
  height: 65px;
  width: 100%;
  padding: 15px 0;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
}
.top-bar .link-back {
  background-image: url('../images/icon-back.png');
  height: 30px;
  background-size: 30px;
  padding-left: 40px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  display: inline-block;
}
.top-bar .link-back:hover {
  text-decoration: none;
}
.top-bar .logo img {
  width: 130px;
  height: auto;
}
.top-bar .search-container {
  position: relative;
}
.top-bar .form-control {
  font-weight: 100;
  font-size: 16px;
  background-image: url('../images/icon-search.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 25px;
  padding-right: 40px;
  position: relative;
  height: auto;
  padding: 6px 40px 6px 15px;
}
.top-bar .form-control::-webkit-input-placeholder {
  color: #fff;
}
.top-bar .form-control::-moz-placeholder {
  color: #fff;
}
.top-bar .form-control:-ms-input-placeholder {
  color: #fff;
}
.top-bar .form-control:-moz-placeholder {
  color: #fff;
}
.top-bar .searcher {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 10;
  margin: 0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
  display: none;
  max-height: 500px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 992px) {
  .top-bar .searcher {
    max-height: 300px;
  }
}
.top-bar .searcher .header {
  background-color: #e6e6e6;
  font-size: 12px;
  padding: 5px 25px;
}
.top-bar .searcher a {
  display: block;
  padding: 15px 25px;
  background-color: #f9f9f9;
  color: #4f5356;
}
.top-bar .searcher a:hover {
  background-color: #e6e6e6;
  color: #4f5356;
  text-decoration: none;
  font-weight: 700;
}
.wind-icon {
  height: 30px;
  background-image: url('../images/wind-icons/wd_0.png');
  background-repeat: no-repeat;
  background-size: auto 30px;
  width: 100%;
  background-position: center center;
  display: block;
  margin: 5px auto 15px auto;
}
.wind-icon.wd_0 {
  background-image: url('../images/wind-icons/wd_0.png');
}
.wind-icon.wd_1 {
  background-image: url('../images/wind-icons/wd_1.png');
}
.wind-icon.wd_2 {
  background-image: url('../images/wind-icons/wd_2.png');
}
.wind-icon.wd_3 {
  background-image: url('../images/wind-icons/wd_3.png');
}
.wind-icon.wd_4 {
  background-image: url('../images/wind-icons/wd_4.png');
}
.wind-icon.wd_5 {
  background-image: url('../images/wind-icons/wd_5.png');
}
.wind-icon.wd_6 {
  background-image: url('../images/wind-icons/wd_6.png');
}
.wind-icon.wd_7 {
  background-image: url('../images/wind-icons/wd_7.png');
}
.wind-icon.wd_8 {
  background-image: url('../images/wind-icons/wd_8.png');
}
.wind-icon.wd_9 {
  background-image: url('../images/wind-icons/wd_9.png');
}
.wind-icon.wd_10 {
  background-image: url('../images/wind-icons/wd_10.png');
}
.wind-icon.wd_11 {
  background-image: url('../images/wind-icons/wd_11.png');
}
.wind-icon.wd_12 {
  background-image: url('../images/wind-icons/wd_12.png');
}
.wind-icon.wd_13 {
  background-image: url('../images/wind-icons/wd_13.png');
}
.wind-icon.wd_14 {
  background-image: url('../images/wind-icons/wd_14.png');
}
.wind-icon.wd_15 {
  background-image: url('../images/wind-icons/wd_15.png');
}
.wind-icon.wd_16 {
  background-image: url('../images/wind-icons/wd_16.png');
}
.form-control {
  padding: 15px;
  background-color: #1ea55e;
  color: #fff;
  border: 0;
  border-radius: 0;
}
.form-control:focus,
.form-control:active {
  box-shadow: none;
}
.content {
  margin: 100px auto 0 auto;
}
@media (max-width: 992px) {
  .content {
    margin: 55px auto 0 auto;
    overflow-x: hidden;
  }
}
.sidebar h2.city {
  font-size: 16px;
  font-weight: 700;
  margin: -15px 0 10px 0;
}
.sidebar h3.time {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.sidebar .current-weather {
  margin: 20px 0 0 0;
}
.sidebar .current-weather .icon {
  float: left;
}
.sidebar .current-weather .info-container {
  float: left;
  font-size: 14px;
  line-height: 16px;
  color: #a3a3a3;
  font-weight: 100;
}
.sidebar .current-weather .info-container .info {
  padding: 5px 0px 5px 5px;
}
.sidebar .current-weather .info-container .info .temp {
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  color: #4f5356;
}
.sidebar .current-weather .info-container .info span {
  display: block;
  line-height: 18px;
}
.sidebar .current-weather .info-container .info span.wind-icon {
  background-size: 14px;
  background-repeat: no-repeat;
  padding-left: 18px;
  background-position: center left;
  height: 18px;
  margin: 0;
}
.sidebar .sidebar-menu {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 14px;
}
.sidebar .sidebar-menu li {
  margin: 0 0 25px 0;
}
.sidebar .sidebar-menu li a {
  color: #a3a3a3;
  background-position: left center;
  padding-left: 35px;
  background-size: 26px auto;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.sidebar .sidebar-menu li a.climendo {
  background-image: url('../images/icon-climendo.png');
}
.sidebar .sidebar-menu li a.climendo.active {
  background-image: url('../images/icon-climendo-active.png');
}
.sidebar .sidebar-menu li a.hourly {
  background-image: url('../images/icon-hourly.png');
}
.sidebar .sidebar-menu li a.hourly.active {
  background-image: url('../images/icon-hourly-active.png');
}
.sidebar .sidebar-menu li a.heartbeats {
  background-image: url('../images/icon-heartbeats.png');
}
.sidebar .sidebar-menu li a.heartbeats.active {
  background-image: url('../images/icon-heartbeats-active.png');
}
.sidebar .sidebar-menu li a.units {
  background-image: url('../images/icon-units.png');
}
.sidebar .sidebar-menu li a.units.active {
  background-image: url('../images/icon-units-active.png');
}
.sidebar .sidebar-menu li a.active {
  color: #4f5356;
  text-decoration: none;
}
.sidebar .sidebar-menu li:last-child {
  margin: 0 0 15px 0;
}
.sidebar .sidebar-units {
  list-style: none;
  margin: 0;
  padding: 0 0 0 35px;
  font-size: 14px;
  color: #119251;
  display: none;
}
.sidebar .sidebar-units .info {
  font-size: 12px;
  margin: 0 0 15px 0;
}
.sidebar .sidebar-units li {
  margin: 0 0 5px 0;
  cursor: pointer;
}
.sidebar .sidebar-units li.info {
  cursor: default;
}
.banner-left {
  background-color: #f9f9f9;
  width: 100%;
  height: 400px;
}
#weather-data {
  position: relative;
}
@media (max-width: 992px) {
  #weather-top {
    padding: 0;
  }
}
@media (max-width: 992px) {
  #weather-container {
    padding: 0;
  }
}
@media (max-width: 992px) {
  #weather-banner {
    margin-top: 160px;
  }
}
.is_stuck {
  z-index: 20;
}
.main .header-times,
.main .header-providers {
  background: #e6e6e6;
  color: #4f5356;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}
@media (max-width: 992px) {
  .main .header-times {
    margin: 0;
  }
}
.main .weather-data-container {
  width: 100%;
}
@media (max-width: 992px) {
  .main .weather-data-container {
    overflow: auto;
    position: fixed;
    background-color: #fff;
    z-index: 21;
    top: 45px;
    padding: 0 0 10px 0;
  }
}
.main .weather-data-container .scroller {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 992px) {
  .main .weather-data-container .scroller {
    width: 760px;
  }
}
@media (max-width: 768px) {
  .main .weather-data-container .col-xs-1 {
    max-width: 80px;
  }
}
.main .weather-data-container .col-xs-1,
.main .weather-data-container .col-sm-1,
.main .weather-data-container .col-md-1,
.main .weather-data-container .col-lg-1 {
  padding-left: 5px;
  padding-right: 5px;
}
.main .current-time {
  margin-top: 20px;
  position: relative;
}
.main .current-time .weather-time {
  padding: 15px 0;
  font-weight: 400;
  border: 1px solid #fff;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  position: relative;
}
.main .current-time .weather-time .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 20px;
  border-color: transparent;
  position: absolute;
  right: -20px;
  top: -1px;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .main .current-time .weather-time .arrow {
    display: none;
  }
}
.main .current-time .weather-time.current {
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.main .current-time .weather-time.current .arrow {
  border-color: transparent transparent transparent #119252;
}
.main .current-time .weather-time .time {
  color: #a3a3a3;
  font-size: 12px;
}
.main .current-time .weather-time .more-info-icon {
  background-image: url('../images/icon-moreinfo.png');
  background-size: 7px 13px;
  width: 7px;
  height: 13px;
  display: none;
  position: absolute;
  top: 26px;
  right: 10px;
}
.main .current-time .weather-time .more-info .more-info-icon {
  display: block;
}
.main .current-time .weather-time .temp {
  color: #4f5356;
  font-size: 26px;
  line-height: 26px;
  font-weight: 100;
  margin: 20px 0 0 0;
  display: block;
  white-space: nowrap;
}
.main .current-time .weather-time .weather-icon {
  height: 40px;
  background: url('../images/weather-dummy.png');
  background-repeat: no-repeat;
  background-size: auto 40px;
  width: 100%;
  background-position: center center;
  display: block;
  margin: 0 auto 10px auto;
}
.main .current-time .weather-time .certain-icon {
  height: 30px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  width: 100%;
  background-position: center center;
  display: block;
  margin: 5px auto 15px auto;
}
.main .current-time .weather-time .rain,
.main .current-time .weather-time .speed,
.main .current-time .weather-time .info {
  text-align: center;
  display: block;
  font-size: 12px;
  background: transparent;
}
.main .current-time .weather-time .info-nodata {
  text-align: center;
  display: block;
  background: transparent;
  padding-top: 0px;
  font-size: 12px;
}
@media (min-width: 470px) and (max-width: 992px) {
  .main .current-time .weather-time .info-nodata {
    position: relative;
    top: auto;
    width: auto;
  }
}
@media (max-width: 320px) {
  .main .current-time .weather-time .info-nodata {
    position: absolute;
    font-size: 11px;
    line-height: 12px;
    top: 42px;
    width: 64px;
    left: 8px;
  }
}
@media (min-width: 360px) and (max-width: 420px) {
  .main .current-time .weather-time .info-nodata {
    position: absolute;
    font-size: 11px;
    line-height: 12px;
    top: 42px;
    width: 64px;
  }
}
@media (max-width: 420px) {
  .main .current-time .weather-time .info-nodata.prob_5 {
    padding-top: 11px;
  }
}
@media (max-width: 420px) {
  .main .current-time .weather-time .info-nodata.prob_2 {
    padding-top: 11px;
  }
}
.main .current-time .weather-time .info {
  position: absolute;
  line-height: 12px;
  width: 64px;
  top: 42px;
  font-size: 11px;
  background: transparent;
}
@media (min-width: 470px) and (max-width: 992px) {
  .main .current-time .weather-time .info {
    position: relative;
    top: auto;
    width: auto;
  }
}
@media (max-width: 320px) {
  .main .current-time .weather-time .info {
    left: 8px;
  }
}
.main .current-time .weather-time .info.certain,
.main .current-time .weather-time .info.uncertain {
  padding-top: 11px;
}
@media (min-width: 470px) and (max-width: 992px) {
  .main .current-time .weather-time .info.certain,
  .main .current-time .weather-time .info.uncertain {
    padding-top: 0;
  }
}
.main .current-time .weather-time .noforecast {
  height: 37px;
}
.main .current-time .weather-provider {
  padding: 10px 0;
  font-weight: 400;
  border: 1px solid #f9f9f9;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  position: relative;
  background-color: #f9f9f9;
  height: 79px;
}
.main .current-time .weather-provider:nth-child(5n+5) {
  height: 80px;
}
.main .current-time .weather-provider .time {
  color: #a3a3a3;
  font-size: 12px;
}
.main .current-time .weather-provider .sorry {
  color: #4f5356;
  font-size: 26px;
  line-height: 26px;
  font-weight: 100;
  margin: 5px 0 0 0;
  display: block;
}
.main .current-time .weather-provider .icon-noforecast {
  height: 25px;
  background: url('../images/icon-noforecast.png');
  background-repeat: no-repeat;
  background-size: auto 25px;
  width: 100%;
  background-position: center center;
  display: block;
  margin: 6px auto 5px auto;
}
.main .current-time .weather-provider .wind-icon {
  height: 20px;
  background-size: 20px;
}
.main .current-time .weather-provider .temp {
  color: #4f5356;
  font-size: 26px;
  line-height: 26px;
  font-weight: 100;
  margin: 5px 0 0 0;
  display: block;
  white-space: nowrap;
}
.main .current-time .weather-provider .weather-icon {
  height: 35px;
  background: url('../images/weather-dummy.png');
  background-repeat: no-repeat;
  background-size: auto 35px;
  width: 100%;
  background-position: center center;
  display: block;
  margin: 0 auto 5px auto;
}
.main .current-time .weather-provider .certain-icon {
  height: 30px;
  background: url('../images/certain-icon-dummy.png');
  background-repeat: no-repeat;
  background-size: auto 30px;
  width: 100%;
  background-position: center center;
  display: block;
  margin: 5px auto 15px auto;
}
.main .current-time .weather-provider .rain,
.main .current-time .weather-provider .speed,
.main .current-time .weather-provider .info {
  text-align: center;
  display: block;
  font-size: 12px;
}
.main .current-time .weather-provider p {
  text-align: center;
  font-size: 13px;
}
.main .current-time .weather-provider p.noforecast {
  font-size: 11px;
  margin: 1px 0 0 0;
  line-height: 14px;
}
.main .weather-data {
  text-align: center;
  font-weight: 400;
  padding: 8px 0;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: 6px solid #fff;
}
.main .weather-data .day {
  font-size: 17px;
}
.main .weather-data .day.red {
  color: #d10d0d;
}
.main .weather-data .icon {
  height: 28px;
  background: url('../images/weather-dummy.png');
  background-repeat: no-repeat;
  background-size: auto 28px;
  width: 100%;
  background-position: center center;
  display: block;
  margin: 16px auto;
}
.main .weather-data .temp,
.main .weather-data .temp-low {
  display: block;
}
.main .weather-data .temp-low {
  color: #a3a3a3;
}
.main .weather-data.current {
  border-top: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  border-bottom: 6px solid #119251;
}
.main .weather-data.current .day {
  font-weight: 600;
}
.main .weather-data.current .temp {
  font-weight: 600;
}
.main .hourly {
  position: relative;
  margin-right: 15px;
}
@media (max-width: 992px) {
  .main .hourly {
    margin-right: 0;
  }
}
.main .hourly .banner {
  background: #f9f9f9;
  width: 100%;
  height: 100px;
  margin: 10px 0;
}
.main .hourly .header {
  background-color: #e6e6e6;
  color: #4f5356;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 15px;
}
.main .hourly .header.first-child {
  margin: 15px 0 0 0;
}
.main .hourly .weather-time {
  padding: 0;
  font-weight: 400;
  border: 1px solid #fff;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.main .hourly .weather-time .time {
  color: #4f5356;
  font-size: 16px;
  line-height: 60px;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .main .hourly .weather-time .time {
    line-height: 50px;
  }
}
.main .hourly .weather-time .weather-icon {
  height: 40px;
  background: url('../images/weather-dummy.png');
  background-repeat: no-repeat;
  background-size: auto 40px;
  width: 100%;
  background-position: center center;
  display: block;
  margin: 10px auto;
}
@media (max-width: 980px) {
  .main .hourly .weather-time .weather-icon {
    margin: 5px auto;
  }
}
.main .hourly .weather-time .wind-icon {
  margin: 15px auto 10px;
}
@media (max-width: 980px) {
  .main .hourly .weather-time .wind-icon {
    margin: 10px auto;
  }
}
.main .hourly .weather-time .temp,
.main .hourly .weather-time .rain,
.main .hourly .weather-time .speed {
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  font-weight: 100;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .main .hourly .weather-time .temp,
  .main .hourly .weather-time .rain,
  .main .hourly .weather-time .speed {
    font-size: 14px;
    line-height: 50px;
  }
}
.main .hourly .col-xs-2 {
  padding-left: 5px;
  padding-right: 5px;
}
.banner-download {
  background-color: #f9f9f9;
  margin: 0 0 15px 0;
}
.banner-download h1 {
  color: #119251;
  font-weight: 100;
  margin-top: 34px;
  margin-bottom: 23px;
}
.banner-download .download-icons {
  margin-bottom: 37px;
}
.banner-download .download-icons a {
  margin-right: 3px;
  margin-left: 3px;
}
.banner-header {
  background: #e6e6e6;
  color: #4f5356;
  padding: 5px 10px;
  font-size: 9px;
  line-height: 8px;
  margin: 15px auto 15px auto;
  width: 100%;
}
@media (max-width: 992px) {
  .banner-header {
    margin: 15px 0;
  }
}
.features {
  margin-top: 60px;
}
.features .charts {
  margin-top: 40px;
}
.features .feature {
  background: #f9f9f9;
  padding: 0 30px;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  min-height: 300px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .features .feature {
    text-align: center;
    padding-bottom: 48px;
  }
  .features .feature:last-of-type {
    padding-bottom: 0;
  }
  .features .feature img {
    margin: 30px auto 0 auto;
  }
  .features .feature img.apps {
    top: 0;
  }
}
.features .feature .apps {
  position: relative;
  top: 20px;
}
@media (min-width: 992px) {
  .features .feature .apps {
    height: 285px;
    width: auto;
    margin-top: 11px;
    top: 0;
  }
}
.features .feature .puzzle {
  height: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .features .feature .green {
    height: 260px;
    width: auto;
  }
}
.features .feature .heartbeats {
  height: 200px;
  width: auto;
}
@media (min-width: 992px) {
  .features .feature .heartbeats {
    margin-top: 50px;
  }
}
.features .feature h2 {
  color: #119251;
  font-weight: 100;
}
@media (min-width: 992px) {
  .features .feature h2 {
    margin-top: 60px;
  }
}
@media (max-width: 1145px) {
  .features .feature h2 {
    margin-top: 50px;
  }
}
.features .feature p {
  font-size: 13px;
  line-height: 19px;
  color: #4f5356;
}
@media (max-width: 992px) {
  .features .feature p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.features .feature p a {
  color: #4f5356;
  font-weight: 700;
}
.features .feature img {
  height: 230px;
  width: auto;
}
.features .feature a img {
  width: 120px;
  height: auto;
}
@media (max-width: 1222px) and (min-width: 992px) {
  .features .feature a:first-of-type img {
    margin-bottom: 5px;
  }
}
#help-slider {
  height: 594px;
  background-color: #f9f9f9;
}
#help-slider .carousel-indicators li {
  border: 1px solid #e6e6e6;
}
#help-slider .carousel-indicators li.active {
  background-color: #e6e6e6;
}
.carousel-img {
  width: 300px;
  height: 594px;
}
@media (max-width: 982px) {
  .mobile-centered {
    text-align: center !important;
  }
}
.sidebar-right {
  position: absolute;
  top: 0;
  width: 300px;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 22;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.loading .icon {
  background-image: url('../images/icon-loading.png');
  background-repeat: no-repeat;
  background-size: 100px;
  margin: 180px auto 0 auto;
  width: 100px;
  height: 100px;
  animation: spin 4s linear infinite;
}
.loading .text {
  color: #000;
  font-size: 18px;
  text-align: center;
  margin: 30px auto;
}
.loading.show {
  opacity: 1;
}
.loading.hide {
  pointer-events: none;
  opacity: 0;
}
.top-bar-mobile {
  height: 45px;
  background: #119251;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 23;
  padding: 11px 0 0 0;
}
.top-bar-mobile .mobile-menu-btn {
  display: block;
  margin: 3px 0 0 -10px;
}
.top-bar-mobile .mobile-menu-btn .mobile-divider {
  width: 25px;
  height: 1px;
  margin: 0 0 6px 0;
  background-color: #fff;
  display: block;
}
.top-bar-mobile .link-back {
  background-image: url('../images/icon-back.png');
  height: 25px;
  background-size: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  display: block;
}
.top-bar-mobile .link-back:hover {
  text-decoration: none;
}
.top-bar-mobile .city {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 100;
  text-overflow: ellipsis;
  height: 26px;
  overflow: hidden;
  display: block;
}
.top-bar-mobile .mobile-search-icon {
  background-image: url('../images/icon-search.png');
  background-repeat: no-repeat;
  background-position: center top 1px;
  background-size: 30px;
  width: 30px;
  height: 30px;
}
.menu-climendo {
  background-image: url('../images/icon-climendo.png');
  background-size: 30px;
  background-repeat: no-repeat;
}
.menu-climendo.active {
  background-image: url('../images/icon-climendo-active.png');
}
.menu-hourly {
  background-image: url('../images/icon-hourly.png');
  background-size: 30px;
  background-repeat: no-repeat;
}
.menu-hourly.active {
  background-image: url('../images/icon-hourly-active.png');
}
.menu-heartbeats {
  background-image: url('../images/icon-heartbeats.png');
  background-size: 30px;
  background-repeat: no-repeat;
}
.menu-heartbeats.active {
  background-image: url('../images/icon-heartbeats-active.png');
}
.menu-apps {
  background-image: url('../images/icon-apps.png');
  background-size: 30px;
  background-repeat: no-repeat;
}
.menu-apps.active {
  background-image: url('../images/icon-apps-active.png');
}
.bottom-menu-mobile {
  height: 45px;
  width: 100%;
  background: #e6e6e6;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.bottom-menu-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}
.bottom-menu-mobile ul:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.bottom-menu-mobile ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 40px;
  vertical-align: top;
}
.bottom-menu-mobile ul li span {
  width: 40px;
  height: 45px;
  display: block;
  background-position: center center;
}
.footer {
  padding: 60px 0;
  background-color: #4f5356;
  margin: 60px 0 0 0;
}
.footer select {
  background-color: #fff;
  color: #4f5356;
  padding: 0;
}
.footer .divider {
  border-top: 1px solid #fff;
  margin: 30px 0;
}
.footer .social {
  text-align: right;
  margin: 20px auto 0 auto;
}
.footer .social a {
  display: inline;
  margin: 0 10px;
  font-size: 30px;
  transition: all 0.2s;
}
.footer .social a:hover {
  transform: scale(1.2);
  color: #119251;
}
.footer h2 {
  font-weight: 100;
  color: #848484;
  font-size: 14px;
  margin: 0 0 15px 0;
}
.footer a {
  color: #fff;
  font-weight: 400;
  display: block;
  margin: 0 0 15px 0;
}
.footer p {
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: 100;
}
.lightbox {
  background-color: #f9f9f9;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.lightbox .title {
  color: #4f5356;
  font-weight: 100;
  font-size: 21px;
  line-height: 21px;
  margin: 18px auto;
}
.lightbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lightbox ul li {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 50px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 600;
}
.lightbox ul li a {
  color: #4f5356;
  display: block;
  padding: 0 30px;
}
.lightbox ul li a.menu {
  background-size: 30px auto;
  background-position: left 25px center;
  background-repeat: no-repeat;
  padding: 0 30px 0 65px;
}
.lightbox ul li a.menu.download {
  background-image: url('../images/icon-nav-download.png');
}
.lightbox ul li a.menu.about {
  background-image: url('../images/icon-nav-about.png');
}
.lightbox ul li a.menu.heartbeats {
  background-image: url('../images/icon-nav-heartbeats.png');
}
.lightbox ul li a.menu.green {
  background-image: url('../images/icon-nav-green.png');
}
.lightbox ul li a.menu.providers {
  background-image: url('../images/icon-nav-providers.png');
}
.lightbox ul li a.menu.suggestions {
  background-image: url('../images/icon-nav-suggestions.png');
}
.lightbox ul li a.menu.units {
  background-image: url('../images/icon-nav-units.png');
}
@media (max-width: 992px) {
  .lightbox ul li a.menu:hover,
  .lightbox ul li a.menu:focus {
    background-color: #ededed;
  }
}
.lightbox ul li.centered {
  width: 100%;
  padding-left: 60px;
  display: none;
}
.lightbox ul li.centered a {
  color: #119251;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}
.lightbox.search {
  line-height: 20px;
  position: fixed;
}
.lightbox.search .mobile-search-result {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  overflow-y: scroll;
  height: 70%;
}
.lightbox.search ul li {
  line-height: 22px;
}
.lightbox.search ul li a {
  display: block;
  padding: 5px 30px;
}
@media (max-width: 992px) {
  .lightbox.search ul li a:hover,
  .lightbox.search ul li a:focus {
    background-color: #ededed;
  }
}
.lightbox.comparison {
  line-height: 20px;
  position: fixed;
  background-color: #119251;
}
.lightbox.comparison .comparison-result {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  overflow-y: scroll;
  height: 100%;
}
.lightbox.comparison .city-title {
  color: #fff;
  font-weight: 500;
  font-size: 16.5px;
  line-height: 17px;
  margin: 9px auto 4px auto;
}
.lightbox.comparison .time-title {
  color: #fff;
  font-weight: 100;
  font-size: 16.5px;
  line-height: 17px;
  margin: 4px auto 9px auto;
}
.lightbox.comparison .weather-time {
  padding: 15px;
  font-weight: 400;
  border: 1px solid #fff;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  position: relative;
}
.lightbox.comparison .weather-time .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 20px;
  border-color: transparent;
  position: absolute;
  right: -20px;
  top: -1px;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .lightbox.comparison .weather-time .arrow {
    display: none;
  }
}
.lightbox.comparison .weather-time.current {
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.lightbox.comparison .weather-time.current .arrow {
  border-color: transparent transparent transparent #119252;
}
.lightbox.comparison .weather-time .time {
  color: #a3a3a3;
  font-size: 12px;
}
.lightbox.comparison .weather-time .more-info-icon {
  background-image: url('../images/icon-moreinfo.png');
  background-size: 7px 13px;
  width: 7px;
  height: 13px;
  display: none;
  position: absolute;
  top: 26px;
  right: 10px;
}
.lightbox.comparison .weather-time .more-info .more-info-icon {
  display: none;
}
.lightbox.comparison .weather-time .temp {
  color: #4f5356;
  font-size: 26px;
  line-height: 26px;
  font-weight: 100;
  margin: 20px 0 0 0;
  display: block;
}
.lightbox.comparison .weather-time .weather-icon {
  height: 40px;
  background: url('../images/weather-dummy.png');
  background-repeat: no-repeat;
  background-size: auto 40px;
  width: 100%;
  background-position: center center;
  display: block;
  margin: 0 auto 10px auto;
}
.lightbox.comparison .weather-time .certain-icon {
  height: 30px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  width: 100%;
  background-position: center center;
  display: block;
  margin: 5px auto 15px auto;
}
.lightbox.comparison .weather-time .rain,
.lightbox.comparison .weather-time .speed,
.lightbox.comparison .weather-time .info,
.lightbox.comparison .weather-time .info-nodata {
  text-align: center;
  display: block;
  font-size: 12px;
  background: transparent;
}
.lightbox.comparison .weather-time .info {
  position: absolute;
  line-height: 12px;
  width: 64px;
  top: 42px;
  font-size: 11px;
  background: transparent;
}
@media (min-width: 470px) and (max-width: 992px) {
  .lightbox.comparison .weather-time .info {
    position: relative;
    top: auto;
    width: auto;
  }
}
@media (max-width: 320px) {
  .lightbox.comparison .weather-time .info {
    left: 8px;
  }
}
.lightbox.comparison .weather-time .info.certain,
.lightbox.comparison .weather-time .info.uncertain {
  padding-top: 11px;
}
@media (min-width: 470px) and (max-width: 992px) {
  .lightbox.comparison .weather-time .info.certain,
  .lightbox.comparison .weather-time .info.uncertain {
    padding-top: 0;
  }
}
.lightbox.comparison .weather-provider {
  padding: 15px;
  font-weight: 400;
  border: 1px solid #f9f9f9;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  position: relative;
  background-color: #f9f9f9;
}
.lightbox.comparison .weather-provider .time {
  color: #a3a3a3;
  font-size: 12px;
}
.lightbox.comparison .weather-provider .sorry {
  color: #4f5356;
  font-size: 26px;
  line-height: 26px;
  font-weight: 100;
  margin: 5px 0 0 0;
  display: block;
}
.lightbox.comparison .weather-provider .icon-noforecast {
  height: 25px;
  background: url('../images/icon-noforecast.png');
  background-repeat: no-repeat;
  background-size: auto 25px;
  width: 100%;
  background-position: center center;
  display: block;
  margin: 6px auto 5px auto;
}
.lightbox.comparison .weather-provider .temp {
  color: #4f5356;
  font-size: 26px;
  line-height: 26px;
  font-weight: 100;
  margin: 20px 0 0 0;
  display: block;
}
.lightbox.comparison .weather-provider .weather-icon {
  height: 35px;
  background: url('../images/weather-dummy.png');
  background-repeat: no-repeat;
  background-size: auto 35px;
  width: 100%;
  background-position: center center;
  display: block;
  margin: 0 auto 5px auto;
}
.lightbox.comparison .weather-provider .certain-icon {
  height: 30px;
  background: url('../images/certain-icon-dummy.png');
  background-repeat: no-repeat;
  background-size: auto 30px;
  width: 100%;
  background-position: center center;
  display: block;
  margin: 5px auto 15px auto;
}
.lightbox.comparison .weather-provider .rain,
.lightbox.comparison .weather-provider .speed,
.lightbox.comparison .weather-provider .info {
  text-align: center;
  display: block;
  font-size: 12px;
}
.lightbox.comparison .weather-provider p {
  text-align: center;
  font-size: 13px;
}
.lightbox.comparison .weather-provider p.noforecast {
  font-size: 11px;
  margin: 1px 0 0 0;
  line-height: 14px;
}
.lightbox.comparison .weather-provider .col-xs-12 {
  height: 70px;
}
.lightbox .header {
  background-color: #e6e6e6;
  color: #4f5356;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 30px;
}
.lightbox .form-control {
  font-size: 21px;
  line-height: 21px;
  padding: 30px;
  background-color: #f9f9f9;
  color: #119251;
  font-weight: 100;
}
.lightbox .btn-close {
  background-image: url('../images/btn-close.png');
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
}
.lightbox .btn-back {
  background-image: url('../images/icon-back.png');
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 30px;
  cursor: pointer;
}
.page h2.title {
  color: #119251;
  font-weight: 100;
  font-size: 39px;
  line-height: 42px;
  position: relative;
}
@media (max-width: 992px) {
  .page h2.title {
    font-size: 20px;
    line-height: 24px;
  }
}
.page h2.title.download {
  margin: 30px auto;
  max-width: 300px;
}
.page h2.title .icon {
  background-position: center center;
  background-size: auto 40px;
  background-repeat: no-repeat;
  height: 45px;
  width: 40px;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -60px;
}
.page h2.title .icon.climendo {
  background-image: url('../images/icon-about-climendo.png');
}
.page h2.title .icon.green {
  background-image: url('../images/icon-about-green.png');
}
.page h2.title .icon.providers {
  background-image: url('../images/icon-about-providers.png');
}
.page h2.title .icon.heartbeats {
  background-image: url('../images/icon-about-heartbeats.png');
}
.page p {
  color: #4f5356;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 50px 0;
  max-width: 750px;
}
.page .dummy {
  width: 100%;
  height: 500px;
  background: #f9f9f9;
  margin: 30px auto;
}
.page .information {
  width: calc(100% - 156px);
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .page .information {
    width: 100%;
  }
  .page .information .icon {
    display: none;
  }
}
.page .information p {
  margin-bottom: 90px;
}
.page .download-icons {
  margin: 0 auto 30px auto;
}
.chart {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  margin: 10px;
}
@media (max-width: 1145px) {
  .chart {
    width: 70px !important;
    height: 70px !important;
    margin: 5px !important;
  }
}
.chart canvas {
  width: 90px;
  height: 90px;
}
@media (max-width: 1145px) {
  .chart canvas {
    width: 70px !important;
    height: 70px !important;
  }
}
.chart span {
  position: absolute;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  font-size: 24px;
}
@media (max-width: 1145px) {
  .chart span {
    width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .noleftpadding {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .nopadding {
    padding-left: 0;
    padding-right: 0;
  }
}
#hb-external h1 {
  color: #119251;
  font-size: 39px;
  font-weight: 100;
  line-height: 42px;
  position: relative;
  margin: 10px 0 20px 0;
}
@media (max-width: 992px) {
  #hb-external h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
#hb-external p {
  margin: 0 0 20px 0;
}
#hb-external img {
  width: 100%;
  height: auto;
  max-width: 750px;
}
.prob_0 {
  /*Very uncertain*/
  background-image: url('../images/icon-certain01.png');
}
.prob_1 {
  /*very certain*/
  background-image: url('../images/icon-certain02.png');
}
.prob_2 {
  /*certain*/
  padding-top: 11px;
  background-image: url('../images/icon-certain03.png');
}
@media (min-width: 470px) and (max-width: 992px) {
  .prob_2 {
    padding-top: 0;
  }
}
.prob_3 {
  /*fairly certain*/
  background-image: url('../images/icon-certain04.png');
}
.prob_4 {
  /*fairly uncertain*/
  background-image: url('../images/icon-certain05.png');
}
.prob_5 {
  /*uncertain*/
  padding-top: 11px;
  background-image: url('../images/icon-certain06.png');
}
@media (min-width: 470px) and (max-width: 992px) {
  .prob_5 {
    padding-top: 0;
  }
}
span.fc-symbol-xsmall {
  width: 31px;
  height: 31px;
  background-image: url("../img/sprite_sheet_31.png");
  /* BEST RENDERING METHOD BUT ONLY SUPPORTED BY */
  /*image-rendering:optimizeQuality; -ms-interpolation-mode:bicubic; */
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  line-height: normal !important;
  background-size: 444px 325px;
  -moz-background-size: 444px 325px;
  -webkit-background-size: 444px 325px;
  display: block;
  margin: 14.5px auto 14.5px auto;
}
span.fc-symbol-xsmall.fc_ {
  background-position: -396px -66px;
}
span.fc-symbol-xsmall.fc_0 {
  background-position: -396px -66px;
}
span.fc-symbol-xsmall.fc_1 {
  background-position: -12px -12px;
}
span.fc-symbol-xsmall.fc_2 {
  background-position: -66px -12px;
}
span.fc-symbol-xsmall.fc_3 {
  background-position: -121px -12px;
}
span.fc-symbol-xsmall.fc_4 {
  background-position: -176px -12px;
}
span.fc-symbol-xsmall.fc_1n {
  background-position: -12px -66px;
}
span.fc-symbol-xsmall.fc_2n {
  background-position: -66px -66px;
}
span.fc-symbol-xsmall.fc_3n {
  background-position: -121px -66px;
}
span.fc-symbol-xsmall.fc_4n {
  background-position: -176px -66px;
}
span.fc-symbol-xsmall.fc_A5n {
  background-position: -231px -12px;
}
span.fc-symbol-xsmall.fc_A5 {
  background-position: -286px -12px;
}
span.fc-symbol-xsmall.fc_A6 {
  background-position: -341px -12px;
}
span.fc-symbol-xsmall.fc_A7 {
  background-position: -396px -12px;
}
span.fc-symbol-xsmall.fc_B5n {
  background-position: -231px -66px;
}
span.fc-symbol-xsmall.fc_B5 {
  background-position: -286px -66px;
}
span.fc-symbol-xsmall.fc_B6 {
  background-position: -341px -66px;
}
span.fc-symbol-xsmall.fc_C5n {
  background-position: -231px -119px;
}
span.fc-symbol-xsmall.fc_C5 {
  background-position: -286px -119px;
}
span.fc-symbol-xsmall.fc_C6 {
  background-position: -341px -119px;
}
span.fc-symbol-xsmall.fc_D5n {
  background-position: -231px -173px;
}
span.fc-symbol-xsmall.fc_D5 {
  background-position: -286px -173px;
}
span.fc-symbol-xsmall.fc_D6 {
  background-position: -341px -173px;
}
span.fc-symbol-xsmall.fc_E6 {
  background-position: -286px -227px;
}
span.fc-symbol-xsmall.fc_torn {
  background-position: -231px -227px;
}
span.fc-symbol-xsmall.fc_dust {
  background-position: -341px -227px;
}
span.fc-symbol-xsmall.fc_dustd {
  background-position: -341px -227px;
}
span.fc-symbol-xsmall.fc_dustn {
  background-position: -341px -227px;
}
span.fc-symbol-xsmall.fc_dstw {
  background-position: -341px -227px;
}
span.fc-symbol-xsmall.fc_dstwd {
  background-position: -341px -227px;
}
span.fc-symbol-xsmall.fc_dstwn {
  background-position: -341px -227px;
}
span.fc-symbol-xsmall.fc_wind {
  background-position: -396px -227px;
}
span.fc-symbol-xsmall.fc_windd {
  background-position: -396px -227px;
}
span.fc-symbol-xsmall.fc_windn {
  background-position: -396px -227px;
}
span.fc-symbol-xsmall.fc_noforecast {
  background-position: -231px -280px;
}
span.fc-symbol-xsmall.fc_nodata {
  background-position: -286px -280px;
}
span.fc-symbol-small {
  width: 37px;
  height: 37px;
  background-image: url("../img/sprite_sheet_37.png");
  /* BEST RENDERING METHOD BUT ONLY SUPPORTED BY */
  /*image-rendering:optimizeQuality; -ms-interpolation-mode:bicubic; */
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  line-height: normal !important;
  background-size: 537px 393px;
  -moz-background-size: 537px 393px;
  -webkit-background-size: 537px 393px;
  display: block;
  margin: 1.5px auto 1.5px auto;
}
span.fc-symbol-small.fc_ {
  background-position: -479px -80px;
}
span.fc-symbol-small.fc_0 {
  background-position: -479px -80px;
}
span.fc-symbol-small.fc_1 {
  background-position: -14px -15px;
}
span.fc-symbol-small.fc_2 {
  background-position: -80px -15px;
}
span.fc-symbol-small.fc_3 {
  background-position: -147px -15px;
}
span.fc-symbol-small.fc_4 {
  background-position: -213px -15px;
}
span.fc-symbol-small.fc_1n {
  background-position: -14px -80px;
}
span.fc-symbol-small.fc_2n {
  background-position: -80px -80px;
}
span.fc-symbol-small.fc_3n {
  background-position: -147px -80px;
}
span.fc-symbol-small.fc_4n {
  background-position: -213px -80px;
}
span.fc-symbol-small.fc_A5n {
  background-position: -280px -15px;
}
span.fc-symbol-small.fc_A5 {
  background-position: -346px -15px;
}
span.fc-symbol-small.fc_A6 {
  background-position: -412px -15px;
}
span.fc-symbol-small.fc_A7 {
  background-position: -479px -15px;
}
span.fc-symbol-small.fc_B5n {
  background-position: -280px -80px;
}
span.fc-symbol-small.fc_B5 {
  background-position: -346px -80px;
}
span.fc-symbol-small.fc_B6 {
  background-position: -412px -80px;
}
span.fc-symbol-small.fc_C5n {
  background-position: -280px -145px;
}
span.fc-symbol-small.fc_C5 {
  background-position: -346px -145px;
}
span.fc-symbol-small.fc_C6 {
  background-position: -412px -145px;
}
span.fc-symbol-small.fc_D5n {
  background-position: -280px -209px;
}
span.fc-symbol-small.fc_D5 {
  background-position: -346px -209px;
}
span.fc-symbol-small.fc_D6 {
  background-position: -412px -209px;
}
span.fc-symbol-small.fc_E6 {
  background-position: -346px -274px;
}
span.fc-symbol-small.fc_torn {
  background-position: -280px -274px;
}
span.fc-symbol-small.fc_dust {
  background-position: -412px -274px;
}
span.fc-symbol-small.fc_dustd {
  background-position: -412px -274px;
}
span.fc-symbol-small.fc_dustn {
  background-position: -412px -274px;
}
span.fc-symbol-small.fc_dstw {
  background-position: -412px -274px;
}
span.fc-symbol-small.fc_dstwd {
  background-position: -412px -274px;
}
span.fc-symbol-small.fc_dstwn {
  background-position: -412px -274px;
}
span.fc-symbol-small.fc_wind {
  background-position: -479px -274px;
}
span.fc-symbol-small.fc_windd {
  background-position: -479px -274px;
}
span.fc-symbol-small.fc_windn {
  background-position: -479px -274px;
}
span.fc-symbol-small.fc_noforecast {
  background-position: -280px -339px;
}
span.fc-symbol-small.fc_nodata {
  background-position: -346px -339px;
}
span.fc-symbol-medium {
  width: 41px;
  height: 41px;
  background-image: url("../img/sprite_sheet_41.png");
  /* BEST RENDERING METHOD BUT ONLY SUPPORTED BY */
  /*image-rendering:optimizeQuality; -ms-interpolation-mode:bicubic; */
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  line-height: normal !important;
  background-size: 597px 438px;
  -moz-background-size: 597px 438px;
  -webkit-background-size: 597px 438px;
  display: block;
  background-position: center center;
  margin: 4.5px auto 4.5px auto;
  /*
	Weather symbol icon explanation:
	0 All: Error showing a default "??" symbol
	1 Day: Clear (sun)
	1n Night: Clear (moon)
	2 Day: Mainly clear, partly cloudy
	2n Night: Mainly clear, partly cloudy
	3 Day: Mainly cloudy
	3n Night: Mainly cloudy
	4 Day: Cloudy
	4n Night: Cloudy
	A5 Day: Partly to mainly cloudy, small amount of rain
	A5n Night: Partly to mainly cloudy, small amount of rain
	A6 Cloudy with rain
	A7 Cloudy with considerable amount of rain
	B5 Day: Partly to mainly cloudy with rain and/or snow
	B5n Night: Partly to mainly cloudy with rain and/or snow
	B6 Cloudy with rain and/or snow
	C5 Day: Partly to mainly cloudy with snow
	C5n Night: Partly to mainly cloudy with snow
	C6 Cloudy with snow
	D5 Day: Partly to mainly cloudy with rain and lightning
	D5n Night: Partly to mainly cloudy with rain and lightning
	D6 Cloudy with rain and lightning
	E6 Foggy
	torn Tornado
	dust dust
	dustd dust day
	dustn dust night
	dstw winddust
	dstwd winddust day
	dstwn winddust night
	wind Wind
	windd wind day
	windn wind night
	*/
}
span.fc-symbol-medium.fc_ {
  background-position: -533px -89px;
}
span.fc-symbol-medium.fc_0 {
  background-position: -533px -89px;
}
span.fc-symbol-medium.fc_1 {
  background-position: -16px -16px;
}
span.fc-symbol-medium.fc_2 {
  background-position: -89px -16px;
}
span.fc-symbol-medium.fc_3 {
  background-position: -163px -16px;
}
span.fc-symbol-medium.fc_4 {
  background-position: -237px -16px;
}
span.fc-symbol-medium.fc_1n {
  background-position: -16px -89px;
}
span.fc-symbol-medium.fc_2n {
  background-position: -89px -89px;
}
span.fc-symbol-medium.fc_3n {
  background-position: -163px -89px;
}
span.fc-symbol-medium.fc_4n {
  background-position: -237px -89px;
}
span.fc-symbol-medium.fc_A5n {
  background-position: -311px -16px;
}
span.fc-symbol-medium.fc_A5 {
  background-position: -385px -16px;
}
span.fc-symbol-medium.fc_A6 {
  background-position: -459px -16px;
}
span.fc-symbol-medium.fc_A7 {
  background-position: -533px -16px;
}
span.fc-symbol-medium.fc_B5n {
  background-position: -311px -89px;
}
span.fc-symbol-medium.fc_B5 {
  background-position: -385px -89px;
}
span.fc-symbol-medium.fc_B6 {
  background-position: -459px -89px;
}
span.fc-symbol-medium.fc_C5n {
  background-position: -311px -161px;
}
span.fc-symbol-medium.fc_C5 {
  background-position: -385px -161px;
}
span.fc-symbol-medium.fc_C6 {
  background-position: -459px -161px;
}
span.fc-symbol-medium.fc_D5n {
  background-position: -311px -233px;
}
span.fc-symbol-medium.fc_D5 {
  background-position: -385px -233px;
}
span.fc-symbol-medium.fc_D6 {
  background-position: -459px -233px;
}
span.fc-symbol-medium.fc_E6 {
  background-position: -385px -305px;
}
span.fc-symbol-medium.fc_torn {
  background-position: -311px -305px;
}
span.fc-symbol-medium.fc_dust {
  background-position: -459px -305px;
}
span.fc-symbol-medium.fc_dustd {
  background-position: -459px -305px;
}
span.fc-symbol-medium.fc_dustn {
  background-position: -459px -305px;
}
span.fc-symbol-medium.fc_dstw {
  background-position: -459px -305px;
}
span.fc-symbol-medium.fc_dstwd {
  background-position: -459px -305px;
}
span.fc-symbol-medium.fc_dstwn {
  background-position: -459px -305px;
}
span.fc-symbol-medium.fc_wind {
  background-position: -533px -305px;
}
span.fc-symbol-medium.fc_windd {
  background-position: -533px -305px;
}
span.fc-symbol-medium.fc_windn {
  background-position: -533px -305px;
}
span.fc-symbol-medium.fc_noforecast {
  background-position: -311px -378px;
}
span.fc-symbol-medium.fc_nodata {
  background-position: -385px -378px;
}
span.fc-symbol-hourly {
  margin: 10px 0;
}
@media (max-width: 980px) {
  span.fc-symbol-hourly {
    margin: 5px 0;
  }
}
span.fc-symbol-large {
  width: 96px;
  height: 96px;
  background-image: url("../img/sprite_sheet_96.png");
  /* BEST RENDERING METHOD BUT ONLY SUPPORTED BY */
  /*image-rendering:optimizeQuality; -ms-interpolation-mode:bicubic; */
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  line-height: normal !important;
  background-size: 1440px 1055px;
  -moz-background-size: 1440px 1055px;
  -webkit-background-size: 1440px 1055px;
  display: block;
  margin: auto;
}
span.fc-symbol-large.fc_ {
  background-position: -1285px -214px;
}
span.fc-symbol-large.fc_0 {
  background-position: -1285px -214px;
}
span.fc-symbol-large.fc_1 {
  background-position: -38px -40px;
}
span.fc-symbol-large.fc_2 {
  background-position: -216px -40px;
}
span.fc-symbol-large.fc_3 {
  background-position: -394px -40px;
}
span.fc-symbol-large.fc_4 {
  background-position: -572px -40px;
}
span.fc-symbol-large.fc_1n {
  background-position: -38px -214px;
}
span.fc-symbol-large.fc_2n {
  background-position: -216px -214px;
}
span.fc-symbol-large.fc_3n {
  background-position: -394px -214px;
}
span.fc-symbol-large.fc_4n {
  background-position: -572px -214px;
}
span.fc-symbol-large.fc_A5n {
  background-position: -750px -40px;
}
span.fc-symbol-large.fc_A5 {
  background-position: -928px -40px;
}
span.fc-symbol-large.fc_A6 {
  background-position: -1107px -40px;
}
span.fc-symbol-large.fc_A7 {
  background-position: -1285px -40px;
}
span.fc-symbol-large.fc_B5n {
  background-position: -750px -214px;
}
span.fc-symbol-large.fc_B5 {
  background-position: -928px -214px;
}
span.fc-symbol-large.fc_B6 {
  background-position: -1107px -214px;
}
span.fc-symbol-large.fc_C5n {
  background-position: -750px -388px;
}
span.fc-symbol-large.fc_C5 {
  background-position: -928px -388px;
}
span.fc-symbol-large.fc_C6 {
  background-position: -1107px -388px;
}
span.fc-symbol-large.fc_D5n {
  background-position: -750px -561px;
}
span.fc-symbol-large.fc_D5 {
  background-position: -928px -561px;
}
span.fc-symbol-large.fc_D6 {
  background-position: -1107px -561px;
}
span.fc-symbol-large.fc_E6 {
  background-position: -928px -736px;
}
span.fc-symbol-large.fc_torn {
  background-position: -750px -736px;
}
span.fc-symbol-large.fc_dust {
  background-position: -1107px -736px;
}
span.fc-symbol-large.fc_dustd {
  background-position: -1107px -736px;
}
span.fc-symbol-large.fc_dustn {
  background-position: -1107px -736px;
}
span.fc-symbol-large.fc_dstw {
  background-position: -1107px -736px;
}
span.fc-symbol-large.fc_dstwd {
  background-position: -1107px -736px;
}
span.fc-symbol-large.fc_dstwn {
  background-position: -1107px -736px;
}
span.fc-symbol-large.fc_wind {
  background-position: -1285px -736px;
}
span.fc-symbol-large.fc_windd {
  background-position: -1285px -736px;
}
span.fc-symbol-large.fc_windn {
  background-position: -1285px -736px;
}
span.fc-symbol-large.fc_noforecast {
  background-position: -750px -910px;
}
span.fc-symbol-large.fc_nodata {
  background-position: -928px -910px;
}
