.btn-metservice,
.btn-metservice:hover {
  color: #FFF;
  background: #00274c url(metservice.png) 7px 7px no-repeat;
  width: 200px;
text-align: right;
padding: 9px;
}
.btn-metservice:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  left: 0;
}


/*
** Weather Forecast Styles
** ===============
*/

@font-face {
  font-family: 'msm-weather';
  src: url('fonts/msm-weather.eot');
  src: url('fonts/msm-weather.eot?#iefix') format('embedded-opentype'), url('fonts/msm-weather.woff') format('woff'), url('fonts/msm-weather.ttf') format('truetype'), url('fonts/msm-weather.svg#msm-weather') format('svg');
  font-weight: normal;
  font-style: normal;
}

#forecast {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  width: 1000px;
  color: #000;
  display: none;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  z-index: 100;
  top: 125px;
  right: 10px;
}
#forecast .padding {
  padding: 0 10px;
}
#forecast .forecast {
  padding: 18px 0;
  padding-bottom: 10px;
}
#forecast .forecast h4 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  padding: 0 0 10px;
}
#forecast .forecast .weather {
  display: block;
  margin-bottom: 20px;
}
#forecast .forecast .weather .icon-font {
  display: block;
  width: 100%;
  float: left;
  min-height: 130px;
  color: #333;
  text-align: center;
}
.icon-font i  {
  font-family: 'msm-weather';
  font-size: 9em;
  position: static;
  font-style: normal;
}
#forecast .forecast .weather .description {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
}
#forecast .forecast .weather .temp-current {
  display: block;
  text-align: center;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
}
#forecast .forecast .weather .temp-current .format {
  vertical-align: middle;
  font-size: 18px;
}
#forecast .forecast .weather .temp-feels {
  display: block;
  text-align: center;
}
#forecast .forecast .weather .temp-feels small {
  padding: 2px 4px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.8);
}
#forecast .forecast .tempdetail,
#forecast .forecast .tides {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
}
#forecast .forecast .marine {
  text-align: center;
  margin: 20px;
}
#forecast .forecast ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#forecast .forecast ul li {
  padding: 5px 15px;
  height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 12px;
}
#forecast .forecast ul li .desc {
  float: left;
}
#forecast .forecast ul li .data {
  float: right;
}
#forecast .forecast ul li.subcatagory {
  text-transform: uppercase;
  border-bottom: none;
  text-align: center;
  font-weight: 700;
  padding: 10px 0 0;
  font-size: 11px;
}
#forecast .forecast.current {
  min-height: 337px;
}
#forecast .forecast.summary h4 {
  padding: 0;
}
#forecast .forecast.summary .weather {
  margin: 0 0 5px;
}
#forecast .forecast.summary .weather .icon-font {
  font-size: 9px;
  height: auto;
  min-height: 0;
}
#forecast .forecast.summary .weather .description {
  font-size: 11px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#forecast .forecast.summary .tempdetail,
#forecast .forecast.summary .tides {
  font-size: 11px;
}
#forecast .forecast.summary .tempdetail .temp-low,
#forecast .forecast.summary .tides .temp-low {
  display: block;
  text-align: right;
}
#forecast .forecast.summary .tempdetail .temp-high,
#forecast .forecast.summary .tides .temp-high {
  display: block;
  text-align: left;
}
#forecast .forecast.summary .tides {
  margin-top: 5px;
}
#forecast .border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
#forecast .border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#forecast .border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


 #weather-section #weather-widget {
   text-align: center;
 }
 #weather-section #weather-widget .forecast-open {
   display: block;
 }
 #weather-section #weather-widget .forecast-open a {
   color: #5C7F89;
   background: none;
   border: none;
 }
 #weather-section #weather-widget .forecast-open:after {
   display: block;
 }
 #weather-section #weather-widget #summary {
   background: none;
   width: 100%;
 }
 #weather-section #weather-widget #summary .location {
   display: block;
   font-size: 15px;
 }
 #weather-section #weather-widget #summary .weather .description {
   display: block;
 }
 #weather-section #weather-widget #summary .weather .icon-font {
   color: #000;
 }
 #weather-section #weather-widget #summary .weather .icon-font i {
   color: #000;
   font-size: 60px;
  line-height: 10px;
 }
 #weather-section #weather-widget #summary .temp .time {
   display: block;
 }
 #weather-section #weather-widget #summary .temp span {
   color: #000;
 }
 #weather-section #weather-widget #summary .temp .data {
   font-size: 30px;
 }


@media(max-width: 992px) {
  #forecast, .expand-weather {
    display: none !important;
  }
}
