/* weather */
/*add font-face*/
@font-face {
  font-family: Anton;
  src: url(fonts/Anton.ttf);
}
@font-face {
  font-family: RobotoLight;
  src: url(fonts/RobotoLight.ttf);
}
#clear {
  clear: both;
}
#weather {
  max-width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
#weather .skg-weather {
  position: static;
  width: 100%;
  height: 100%;
  /*min-height: 550px;*/
}
.skg-weather #Standard,
.skg-weather #Standard .Standard_bg {
  width: 100%;
  min-height: 330px;
  left: 0px;
  overflow: visible;
}
.skg-weather #wrapper .content {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0% 0%;
}
.skg-weather #Standard .Standard_content {
  /*margin: 0px 5px;*/
}
.skg-weather #Standard .Standard_content .temp {
  font-size: 30px;
  margin: 0;
  border-bottom: 3px solid;
}
.skg-weather #Standard .Standard_content .locatie {
  font-size: 14px;
  font-family: anton;
  text-transform: uppercase;
  line-height: 18px;
  /*custom*/
  /*margin-top: 100px;*/
}
.skg-weather #Standard .Standard_content .uitleg {
  /*custom*/
  /*margin: 72px 0px 0px 10px;*/
  display: block !important;
  /*	width: 90%;*/
  font-size: 13px;
}
.skg-weather #Standard .Standard_content .wind {
  /*custom*/
  /*margin: 72px 0px 0px;*/
  display: block !important;
  /*	width: 90%;*/
  float: left;
  font-size: 13px;
  /*custom*/
  /*left: 111px;*/
}
.skg-weather .t24 {
  margin-left: 25%;
}
.skg-weather #sun {
  right: 2%;
  top: 1%;
  width: 100px;
  height: 100px;
}
.skg-weather #moon {
  position: absolute;
  float: right;
  right: 4%;
  top: 4%;
  margin-top: 0%;
  width: 100px;
  height: 100px;
}
.skg-weather .moon2 {
  right: -27px;
  top: -27px;
}
.skg-weather #text {
  position: relative;
  margin-top: 30px;
}
.jse-detail {
  width: 90%;
  position: absolute;
  float: left;
}
.skg-weather .jse-detail ul li span {
  font-size: 13px;
}
.skg-weather #chart1,
.skg-weather #chart {
  margin-left: 100%;
}
.jse-detail-content {
  width: 75%;
  float: right;
  margin: 0% 4%;
}
/*vooruitzichten > item*/
.skg-weather #vooruitzichten .datum {
  /*margin: 5px 0px 0px 0px;*/
  text-align: center;
}
.skg-weather #vooruitzichten .temp {
  font-size: 18px;
  font-weight: bold;
  margin: -5px 0 0 0px;
  text-align: center;
}
.skg-weather #vooruitzichten .neerslag {
  font-size: 12px;
  font-weight: normal;
  margin: 5px;
  text-align: center;
}
.skg-weather #vooruitzichten .wind {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
/*Setting*/
.skg-weather #settings {
  position: fixed;
  width: 1000px;
  height: 650px;
  left: 50%;
  top: 300px;
  z-index: 1000;
  display: none;
  font-size: 26px;
}
.todayinfo {
  width: 98%;
  margin-left: -15px;
  margin-top: -3px;
}
.todayinfo .today_label {
  padding: 0 7px;
}
.todayinfo .today_label p {
  font-size: 24px;
}
.todayinfo .today_info .jwf_datetime {
  font-size: 12px;
}
.todayinfo .today_info .jwf_today {
  font-size: 12px;
}
.skg-weather #vooruitzichten .width-item {
  width: 49%;
  position: relative;
}
.jfw_skywind {
  padding: 0;
  margin: 0px 0 0 20px;
}
#jux-search-box {
  left: 0;
  margin-top: 80px;
}
#jux-search-box #jwfSearchLoc {
  width: 0px;
  height: 10px;
  background: #ffffff url("../img/search-icon-big.png") no-repeat 4px center;
  padding: 4px 5px 4px 20px;
}
#jux-search-box #jwfSearchLoc:focus {
  width: 90px;
}
li.jux-temp {
  padding-left: 0;
}
.jwfS-temp-fahr {
  font-size: 16px;
  line-height: 16px;
}
.jwfTR {
  left: 0;
  top: 52px;
}
.jwfTR .jwf-typeahead-results {
  width: 175px;
  top: 92px;
}
#vooruitzichten .width-item:nth-child(even) .weekdag {
  border-top: 1px solid;
  border-top-color: rgba(4, 106, 140, 0.22);
}
#vooruitzichten .width-item:nth-child(odd) .weekdag {
  border-top: 1px solid;
  border-top-color: rgba(255, 255, 255, 0.7);
}
