* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  background: white;
  color: #333;
  font-family: 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /*height: 100%;*/
  margin: 0 auto;
  padding: 0 20px;
  width: 1400px;
}
a {
  outline: 0;
  text-decoration: none;
}
h1 {
  font-size: 60px;
  font-size: 6rem;
}
h2 {
  font-size: 48px;
  font-size: 4.8rem;
}
h3 {
  font-size: 36px;
  font-size: 3.6rem;
}
h4 {
  font-size: 28px;
  font-size: 2.8rem;
}
h5 {
  font-size: 21px;
  font-size: 2.1rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
li {
  list-style: none;
}
#main {
  background: white;
  /* margin-top: 60px; */
}
.hero {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #83bee7;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}
.hero.evening {
  background-color: #6590af;
}
.hero.night {
  background-color: #374450;
}
.hero .current-info {
  display: table;
  margin: 30px auto 0;
}
.hero .current-info:before,
.hero .current-info:after {
  content: '';
  display: table;
}
.hero .current-info:after {
  clear: both;
  *zoom: 1;
}
.hero .temp {
  border-right: 1px solid white;
}
.hero .description {
  font-size: 21px;
  font-size: 2.1rem;
  float: left;
  margin-top: 10px;
}
.hero .description ul.list {
  margin-top: 5px;
}
.hero .description ul.list:before,
.hero .description ul.list:after {
  content: '';
  display: table;
}
.hero .description ul.list:after {
  clear: both;
  *zoom: 1;
}
.hero .description ul.list li {
  float: left;
}
.hero .description ul.list li + li {
  margin-left: 20px;
}
.hero .description ul.list li i {
  margin-right: 7px;
}
.hero .description ul.list sup {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 2px;
}
.hero .description ul.list .down-more {
  cursor: pointer;
}
.hero .description ul.list .down-more .fa {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.hero .description ul.list .down-more .fa.up {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hero .wind-direction {
  font-size: 24px;
  font-size: 2.4rem;
  color: white;
}
.hero ul.current-details {
  display: table;
  margin: 5px auto 0;
}
.hero ul.current-details li {
  background: rgba(255, 255, 255, 0.6);
  color: #444;
  float: left;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
}
.hero ul.current-details li + li {
  margin-left: 5px;
}
.hero ul.current-details li h5 {
  font-weight: normal;
}
.hero ul.current-details li span {
  font-size: 12px;
  font-size: 1.2rem;
}
.hero .reporting-station {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 15px;
  text-align: center;
}
.main-container:before,
.main-container:after {
  content: '';
  display: table;
}
.main-container:after {
  clear: both;
  *zoom: 1;
}
.main-container .container {
  float: left;
  margin: 0 0 20px 20px;
  width: 720px;
}
.main-container .container .boxes {
  margin: 20px 0;
}
.main-container .container .boxes:before,
.main-container .container .boxes:after {
  content: '';
  display: table;
}
.main-container .container .boxes:after {
  clear: both;
  *zoom: 1;
}
.main-container .container .boxes .box {
  float: left;
  height: 60px;
  width: 49%;
}
.main-container .container .boxes .box + .box {
  margin-left: 2%;
}
.main-container .container .boxes .astronomy {
  overflow: hidden;
}
.main-container .container .boxes .astronomy .sunrise,
.main-container .container .boxes .astronomy .moonrise {
  float: left;
  height: 60px;
  width: 50%;
}
.main-container .container .boxes .astronomy .sunrise strong,
.main-container .container .boxes .astronomy .moonrise strong {
  margin-right: 3px;
}
.main-container .container .boxes .astronomy .sunrise .sun,
.main-container .container .boxes .astronomy .moonrise .sun {
  float: left;
  height: 50px;
  margin: 5px 10px 0 5px;
  width: 50px;
}
.main-container .container .boxes .astronomy .sunrise .text,
.main-container .container .boxes .astronomy .moonrise .text {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  margin-top: 15px;
}
.main-container .container .boxes .astronomy .sunrise {
  background-color: #e9f4fb;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d7eaf8), to(#e9f4fb));
  background-image: -webkit-linear-gradient(top, #d7eaf8, #e9f4fb);
  background-image: -moz-linear-gradient(top, #d7eaf8, #e9f4fb);
  background-image: -ms-linear-gradient(top, #d7eaf8, #e9f4fb);
  background-image: -o-linear-gradient(top, #d7eaf8, #e9f4fb);
}
.main-container .container .boxes .astronomy .moonrise {
  background-color: #81bce5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#394753), to(#81bce5));
  background-image: -webkit-linear-gradient(top, #394753, #81bce5);
  background-image: -moz-linear-gradient(top, #394753, #81bce5);
  background-image: -ms-linear-gradient(top, #394753, #81bce5);
  background-image: -o-linear-gradient(top, #394753, #81bce5);
  color: white;
}
.main-container .container .boxes .astronomy .moonrise .sun {
  margin-top: 8px;
}
.main-container .container .boxes .astronomy .moonrise .text {
  margin-top: 10px;
}
.main-container .container .boxes .airport {
  background: #00cd34;
  color: white;
  cursor: pointer;
  position: relative;
}
.main-container .container .boxes .airport .airplane {
  font-size: 40px;
  font-size: 4rem;
  float: left;
  margin: 11px 15px 0 10px;
}
.main-container .container .boxes .airport .time {
  font-size: 10px;
  font-size: 1rem;
}
.main-container .container .boxes .airport .text {
  float: left;
  margin-top: 15px;
}
.main-container .container .boxes .airport .link {
  font-size: 20px;
  font-size: 2rem;
  color: white;
  float: right;
  margin: 20px 15px 0 0;
}
.main-container .container .boxes .airport .dropdown-menu {
  left: inherit;
  right: 0;
  top: 40px;
}
.main-container .container .boxes .airport .dropdown-menu li + li {
  border-top: 1px solid #eeeeee;
}
.main-container .container .boxes .airport .dropdown-menu a {
  padding: 7px 10px;
}
.main-container .container .boxes .airport .down-arrow {
  cursor: pointer;
}
aside.left {
  float: left;
  width: 300px;
}
aside.right {
  float: right;
  width: 300px;
}
aside .ad {
  background: white;
  margin-bottom: 20px;
  width: 300px;
}
aside .ski-report {
  background: url(../../img/ski-reports.png) no-repeat;
  color: inherit;
  display: block;
  height: 250px;
  padding-top: 35px;
  text-align: center;
  width: 100%;
}
aside .ski-report h4,
aside .ski-report h5 {
  font-weight: 300;
  margin-bottom: 15px;
}
aside .ski-report .fake-btn {
  font-size: 16px;
  font-size: 1.6rem;
  background: white;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 20px;
}
#main-tab {
  border-bottom: 0;
  overflow: hidden;
}
#main-tab a {
  background: #d9e6ed;
  border-radius: 0 !important;
  border: none !important;
  color: #5b8fb2;
  display: block;
  font-weight: 200;
  padding: 20px;
}
#main-tab a:before {
  color: #83bee7;
  font-family: FontAwesome;
  margin-right: 10px;
}
#main-tab a.forecast:before {
  content: '\f0c2';
}
#main-tab a.maps:before {
  content: '\f041';
}
#main-tab a.charts:before {
  content: '\f080';
}
#main-tab a.marine:before {
  content: '\f13d';
}
#main-tab a.storm:before {
  content: '\f071';
}
#main-tab a:hover {
  background: #334450 !important;
  color: white !important;
}
#main-tab li.active a {
  background: #334450;
  color: white;
}
#main-tab li.active a:before {
  color: white;
}
#main-tab .warning {
  background: #f0bb30;
  color: #e14603;
}
#main-tab .warning:before {
  color: #fc5f1b !important;
}
.sub-nav-tabs {
  background: #334450;
  border-bottom: 0;
  overflow: hidden;
}
.sub-nav-tabs li {
  color: white;
  float: left;
}
.sub-nav-tabs li.active a {
  text-decoration: underline;
}
.sub-nav-tabs a {
  color: white !important;
  display: block;
  padding: 20px;
  background: inherit !important;
  border-radius: 0 !important;
  border: none !important;
}
.forecast-pod {
  border-top: 1px solid #dde7ed;
  cursor: pointer;
  overflow: hidden;
}
.forecast-pod > div {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  float: left;
  height: 90px;
  padding: 0 10px;
}
.forecast-pod > div.day {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  text-transform: uppercase;
  width: 65px;
}
.forecast-pod > div.temp {
  font-size: 40px;
  font-size: 4rem;
}
.forecast-pod > div.temp.high {
  color: #fc5f1b;
  padding-right: 0;
}
.forecast-pod sub {
  font-size: 60%;
  vertical-align: baseline;
}
.forecast-pod .more {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  float: right;
  padding-right: 10px;
}
.forecast-pod .more.up {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.forecast-pod .description {
  margin-bottom: 5px;
}
.forecast-pod .sub-description {
  font-size: 13px;
  font-size: 1.3rem;
}
.forecast-detail {
  display: none;
  margin-bottom: 5px;
  width: 100%;
}
.forecast-detail:before,
.forecast-detail:after {
  content: '';
  display: table;
}
.forecast-detail:after {
  clear: both;
  *zoom: 1;
}
.forecast-detail td {
  background: #ecf2f6;
  color: #666;
  padding: 10px 20px;
  text-align: center;
}
.forecast-detail h4 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: normal;
}
.forecast-detail span {
  font-size: 13px;
  font-size: 1.3rem;
}
.forecast-detail.tide thead {
  background: #83bee7;
  color: white;
}
.forecast-detail.tide thead th {
  padding: 5px 0;
}
.forecast-detail.tide thead th h6 {
  font-weight: normal;
}
.forecast-detail.tide tbody td {
  font-size: 13px;
  font-size: 1.3rem;
  background: white;
  text-transform: uppercase;
}
.forecast-detail.tide tbody td.left {
  text-align: left;
}
.forecast-detail.tide tbody td.right {
  text-align: right;
}
.forecast-detail.tide tfoot td {
  background: white;
}
.forecast-detail.tide tfoot td .more-rows {
  font-size: 13px;
  font-size: 1.3rem;
  background: #83bee7;
  border-radius: 2px;
  color: white;
  padding: 3px 8px;
  text-transform: uppercase;
}
.forecast-detail.tide tfoot td .more-rows span {
  margin-right: 5px;
}
ul.rain-wind {
  overflow: hidden;
}
ul.rain-wind li {
  float: left;
  /*margin-right: 10px;*/
}
ul.rain-wind .wind span {
  color: #666;
}
.hr-day {
  background: #e9e9e9;
  border-top: 1px solid #dde7ed;
  height: 60px;
  overflow: hidden;
}
.hr-day .small-ad {
  float: right;
}
.hr-day p {
  margin: 22px 0 0 15px;
}
.hr-day p span {
  color: #fc5f1b;
  margin-left: 10px;
}
.map-container .title {
  padding: 20px 0;
}
.map-container .title a {
  color: #333;
  text-decoration: underline;
}
.map-container .map {
  width: 100%;
}
.wide-ad {
  clear: both;
  display: table;
  margin: 30px auto;
}
.chart {
  height: 250px;
  margin-top: 20px;
  width: 720px;
}
form#search {
  padding: 20px;
}
form#search .search-field {
  position: relative;
}
form#search .search-field .fa-search {
  color: #6790ae;
  left: 7px;
  position: absolute;
  top: 12px;
}
form#search input[type=text] {
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 3px;
  border: 2px solid #ccc;
  padding: 10px 10px 10px 30px;
  width: 100%;
}
.temp {
  font-size: 40px;
  font-size: 4rem;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}
.temp .temp-text {
  line-height: 0.4;
}
.temp .temp-text {
  line-height: inherit;
  margin-bottom: 5px;
}
.temp sub {
  font-size: 60%;
  vertical-align: baseline;
}
.icon {
  float: left;
  margin-right: 10px;
}
.icon:before,
.icon:after {
  content: '';
  display: table;
}
.icon:after {
  clear: both;
  *zoom: 1;
}
.outer-conts {
  margin-bottom: 20px;
}
.outer-conts:before,
.outer-conts:after {
  content: '';
  display: table;
}
.outer-conts:after {
  clear: both;
  *zoom: 1;
}
.outer-cont {
  float: left;
  margin-right: 20px;
}
.outer-cont:before,
.outer-cont:after {
  content: '';
  display: table;
}
.outer-cont:after {
  clear: both;
  *zoom: 1;
}
.outer-cont:last-child {
  margin-right: 0;
}
.wind-direction {
  font-size: 45px;
  font-size: 4.5rem;
  color: #7bd747;
  float: left;
}
.wind-direction.small {
  font-size: 18px;
  font-size: 1.8rem;
  color: inherit;
  margin: 0 2px 0 8px;
}
.cont .description {
  clear: both;
}
.wave-bars-chart {
  height: 36px;
  float: left;
  position: relative;
  width: 62px;
}
.wave-bars-chart [class^=bar] {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  position: absolute;
  width: 10px;
}
.wave-bars-chart .bar1 {
  height: 12px;
  left: 0;
}
.wave-bars-chart .bar2 {
  height: 18px;
  left: 13px;
}
.wave-bars-chart .bar3 {
  height: 24px;
  left: 26px;
}
.wave-bars-chart .bar4 {
  height: 30px;
  left: 39px;
}
.wave-bars-chart .bar5 {
  height: 36px;
  left: 52px;
}
.wave-bars-chart .orange {
  background: orange;
}
.column-cycled {
  margin-bottom: 20px;
  width: 100%;
}
.column-cycled td {
  padding: 10px;
  text-align: left;
}
.column-cycled td:nth-child(even) {
  background: white;
}
.small-print {
  font-size: 12px;
  font-size: 1.2rem;
  background: #ecf2f6;
  color: #bbb;
  padding: 15px;
}
@media (max-width: 1400px) {
  body {
    margin: 0 auto;
    width: 1000px;
  }
  aside.left {
    display: none;
  }
  .main-container .container {
    margin-left: 0;
    width: 640px;
  }
  .chart {
    width: 640px;
  }
}
@media (max-width: 1000px) {
  body {
    padding: 0 20px;
    width: 100%;
  }
  .main-container .container {
    float: none;
    width: 100%;
  }
  aside.right {
    float: none;
    display: table;
    margin: 0 auto;
    width: auto;
  }
  aside.right:before,
  aside.right:after {
    content: '';
    display: table;
  }
  aside.right:after {
    clear: both;
    *zoom: 1;
  }
  aside.right .ad {
    float: left;
  }
  aside.right .ad + .ad {
    margin-left: 20px;
  }
  .wide-ad {
    display: none;
  }
  .chart {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .page-footer .cw-logo {
    float: none;
    margin: 10px auto;
  }
  .page-footer .copyright {
    float: none;
    display: table;
    margin: 0 auto 30px;
  }
  aside.right {
    width: 300px;
  }
  aside.right .ad {
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.capitalized {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.warning-title {
  font-size: 21px;
  font-size: 2.1rem;
  margin: 0 0 10px 10px;
}
.warning-title .fa {
  font-size: 30px;
  font-size: 3rem;
  color: orange;
}
table.airports {
  width: 100%;
}
table.airports tr td {
  text-align: left;
}
table.airports tr td:first-child {
  vertical-align: top;
  width: 100px;
}
table.airports tr td ~ td {
  background: white;
}
table.airports tr td ~ td div {
  display: block;
  margin-bottom: 10px;
}
table.airports tr td ~ td span {
  font-size: 16px;
  font-size: 1.6rem;
}
table.airports tr td ~ td span.daytime {
  display: inline-block;
  width: 100px;
}
table.airports tr td ~ td span.delay {
  color: #00d035;
}
table.airports tr td ~ td span.delay .fa {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 5px;
}
table.airports tr td ~ td span.delay.medium {
  color: #fc5f1b;
}
table.airports tr td ~ td span.delay.long {
  color: crimson;
}
table.airports tr td ~ td span .wind-type {
  color: #666;
}
.hero-airport {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #83bee7;
  background-image: url(../../img/airport-hero.png);
  background-repeat: no-repeat;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.hero-airport h2 {
  color: #333;
  font-weight: 300;
}
.downcase {
  text-transform: lowercase;
}
.hero-ski {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-image: url(../../img/ski-reports-hero.png);
  background-color: #83bee7;
  background-position: center top;
  background-repeat: no-repeat;
  color: white;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.hero-ski h2 {
  color: #333;
  font-weight: 300;
}
.sub-title {
  color: #999;
  margin: 0 10px 5px;
}
header#header {
  background: rgba(255, 255, 255, 0.95);
  height: 60px;
  left: 0;
  padding: 0 20px;
  /*position: fixed; */
  right: 0;
  top: 0;
  z-index: 1;
}
header#header:before,
header#header:after {
  content: '';
  display: table;
}
header#header:after {
  clear: both;
  *zoom: 1;
}
header#header #logo {
  font-size: 33px;
  font-size: 3.3rem;
  color: #333;
  float: left;
  margin-top: 9px;
}
header#header #logo span {
  color: #83bee7;
}
header#header #menu {
  float: right;
  margin-top: 15px;
}
header#header #menu.close {
  float: right;
  margin-top: 15px;
  pointer-events:none;
}
header#header #menu.open {
  float: right;
  margin-top: 15px;
  pointer-events:auto;
}
#menu .fa {
  font-size: 24px;
  font-size: 2.4rem;
  cursor: pointer;
}
#menu .fa-search {
  margin-right: 20px;
}
header#header .current-city {
  font-size: 21px;
  font-size: 2.1rem;
  cursor: pointer;
  display: table;
  margin: 16px auto 0;
}
header#header .dropdown-menu {
  left: inherit;
  min-width: 250px;
  right: 0;
}
header#header .dropdown-menu li {
  border-top: 1px solid #ccc;
}
header#header .dropdown-menu li:first-child {
  border-top: none;
  padding: 10px;
}
footer .container {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #83bee7;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  overflow: hidden;
  position: relative;
}
footer .container.evening {
  background-color: #6590af;
}
footer .container.night {
  background-color: #374450;
}
footer .box {
  color: white;
  margin: 50px auto 0;
  text-align: center;
  width: 400px;
}
footer .box h4 {
  font-weight: normal;
  margin-bottom: 10px;
}
footer .btn {
  margin-top: 20px;
}
footer .page-footer {
  height: 100px;
}
footer .page-footer:before,
footer .page-footer:after {
  content: '';
  display: table;
}
footer .page-footer:after {
  clear: both;
  *zoom: 1;
}
footer .cw-logo {
  display: block;
  float: left;
  height: auto;
  margin-top: 10px;
}
footer .copyright {
  color: #506b78;
  float: right;
  margin-top: 45px;
}
.list li > .fa-umbrella::before {
    content: inherit !important;
}
.list li > .fa-umbrella{
display:block;
width:22px;
height:22px;
background:url(../../img/RH@16w.png) no-repeat !important;
float:left;
margin-top: 3px;
}
.purple {
  background-color: #7366ae;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#61539d), to(#7366ae));
  background-image: -webkit-linear-gradient(top, #61539d, #7366ae);
  background-image: -moz-linear-gradient(top, #61539d, #7366ae);
  background-image: -ms-linear-gradient(top, #61539d, #7366ae);
  background-image: -o-linear-gradient(top, #61539d, #7366ae);
  color: white;
}
.purple:hover {
  background-color: #7366ae;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#61539d), to(#7366ae));
  background-image: -webkit-linear-gradient(bottom, #61539d, #7366ae);
  background-image: -moz-linear-gradient(bottom, #61539d, #7366ae);
  background-image: -ms-linear-gradient(bottom, #61539d, #7366ae);
  background-image: -o-linear-gradient(bottom, #61539d, #7366ae);
  color: white;
}
@media (max-width: 730px) {
  .forecast-pod > div {
    height: 70px !important;
    padding: 0 5px;
  }
  .forecast-pod > div.icon {
    margin-right: 0;
  }
  .forecast-pod > div.icon img {
    height: 40px;
    width: 40px;
  }
  .forecast-pod > div.temp {
    font-size: 25px;
    font-size: 2.5rem;
    margin-right: 0;
    padding-left: 0;
  }
  .forecast-pod > div.details {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 0;
    padding-right: 0;
  }
  .fa.more {
    padding-right: 0;
  }
  .forecast-detail td {
    padding: 10px 5px !important;
  }
  .forecast-detail td h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .forecast-detail td span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 670px) {
  .ex-res {
    display: none !important;
  }
  .current-details li {
    padding: 5px !important;
  }
  #main-tab a {
    padding: 15px !important;
  }
  #main-tab a:before {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  .sub-nav-tabs a {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .box.astronomy,
  .box.airport {
    width: 100% !important;
  }
  .box.astronomy {
    margin-bottom: 10px;
  }
  .box.airport {
    margin-left: 0 !important;
  }
}
@media (max-width: 560px) {
  .hero .reporting-station {
    padding: 0 10px;
  }
  .hero .current-info {
    margin-top: 20px;
  }
  .hero .current-info .temp {
    font-size: 60px;
    font-size: 6rem;
    border-right: none;
    display: block;
    float: none;
    margin-right: 0;
    padding-right: 0;
    text-align: center;
  }
  .hero .current-info .description {
    padding: 0 10px;
    text-align: center;
  }
  .hero .current-info .down-more {
    display: none;
  }
  .hero .current-info ul.list {
    display: table;
    margin: 5px auto 0;
  }
}
@media (max-width: 500px) {
  .forecast-pod > div.details p.named {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 135px;
  }
  #forecast-15day .forecast-pod > div.details p.named {
    width: 250px;
  }
  .more.to-hide {
    display: none;
  }
}
@media (max-width: 470px) {
  #main-tab a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  @media only screen and (max-width: 479px) {
#header{ height:auto !important}
header#header .current-city{ width: 100% !important; text-align:center !important}

}
}
