/* weather */
@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%;
  left: 0px;
  overflow: hidden;
}
.skg-weather #wrapper .content {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0% 0%;
}
.skg-weather #Standard .Standard_content .temp {
  font-size: 50px;
  margin: 10px 0 0 0;
  border-bottom: 3px solid;
  /*custom*/
  /*position: relative;*/
}
.skg-weather #Standard .Standard_content .locatie {
  /*custom*/
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-family: anton;
}
.skg-weather #Standard .Standard_content .uitleg {
  /*custom*/
  /*margin: 25px 35% 0;*/
  font-family: robotoLight;
  padding-bottom: 5px;
}
.skg-weather #Standard .Standard_content .wind {
  /*custom*/
  /*margin: 65px 35% 0;*/
  display: block;
  padding-top: 5px;
  font-family: robotoLight;
}
.skg-weather .t24 {
  margin-left: 0%;
}
.skg-weather #sun {
  right: 10%;
  top: 4%;
  width: 200px;
  height: 200px;
}
.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;
}
.jse-detail {
  width: 230px;
  position: absolute;
  float: left;
}
skg-weather .jse-detail ul li span {
  color: #fff;
  font-size: 16px;
}
.skg-weather #chart1 {
  width: 400px;
  margin-left: 270px;
  margin-top: -10px;
}
.skg-weather #chart {
  margin-left: 270px;
  width: 500px;
  height: 150px;
}
.jse-detail-content {
  width: 100%;
  float: right;
}
/*vooruitzichten > item*/
.skg-weather #vooruitzichten .datum {
  text-align: center;
  position: relative;
}
.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;
}
/**************************************************************/
/* Reponsive
/**************************************************************/
@media screen and (max-width: 1024px) {
  /*	#weather .skg-weather {
		min-height: 784px;
	}*/
  .skg-weather #Standard .Standard_content .temp {
    font-size: 55px;
  }
  .skg-weather #Standard .Standard_content .locatie {
    font-size: 22px;
  }
  .skg-weather #Standard .Standard_content .uitleg {
    font-size: 20px;
    margin: 4% 0% 0% 10%;
  }
  .skg-weather #Standard .Standard_content .wind {
    font-size: 20px;
    margin: 4% 0% 0% 10%;
  }
  .skg-weather #chart {
    margin: 1px 4%;
  }
  .skg-weather .icon24 {
    margin: 10px 0 0 15px;
  }
  .skg-weather .temp24 {
    font-size: 18px;
  }
  .jse-detail-content {
    width: 65%;
    float: right;
    margin: 0% 25%;
  }
  .skg-weather #chart1 {
    margin-left: 245px;
  }
  .skg-weather #text .jse-detail li {
    line-height: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .skg-weather #Standard .Standard_content .temp {
    font-size: 50px;
  }
  .skg-weather #Standard .Standard_content .uitleg {
    font-size: 16px;
  }
  .skg-weather #Standard .Standard_content .wind {
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .skg-weather #chart,
  .skg-weather #chart1 {
    margin: 0px 0 0 38%;
    padding-top: 10px;
  }
  .skg-weather #Standard .Standard_content .wind {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
  .skg-weather #Standard .Standard_content .uitleg {
    margin: 0;
    font-size: 16px;
    padding-bottom: 2px;
  }
  .skg-weather #vooruitzichten .width-item {
    min-width: 24.5%;
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.7);
  }
  .jfw_skywind {
    margin: 9px 0 0px 35px;
  }
  .skg-weather #Standard .Standard_content .temp {
    font-size: 35px;
  }
  .todayinfo {
    width: 180px;
  }
  .todayinfo .today_label p {
    font-size: 30px;
  }
  #jux-search-box {
    left: 235px!important;
    top: 39px!important;
  }
  .jse-detail {
    padding: 15px 0 0 0;
  }
  .jse-detail {
    width: 210px;
  }
  #jwfSearchLoc:focus {
    width: 210px;
  }
  .jwfTR {
    left: 235px!important;
    top: 39px!important;
  }
  .jwf-typeahead-results {
    width: 245px!important;
  }
  li.jux-temp {
    padding-left: 15px!important;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  /*  #weather .skg-weather {
    min-height: 874px !important;
  }*/
  .skg-weather #chart,
  .skg-weather #chart1 {
    margin-left: 100%;
  }
  .skg-weather #Standard,
  .skg-weather #Standard .Standard_bg {
    min-height: 345px;
  }
  .skg-weather #Standard .Standard_content .temp {
    font-size: 40px;
    padding-left: 5px;
  }
  .skg-weather #Standard .Standard_content .locatie {
    font-size: 25px;
  }
  .skg-weather #Standard .Standard_content .uitleg {
    font-size: 14px;
    margin: 0;
    padding-bottom: 2px;
  }
  .skg-weather #Standard .Standard_content .wind {
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  .jse-detail {
    margin-top: 0px;
    width: 70%;
    padding: 0 0 0 15%;
  }
  .skg-weather #vooruitzichten .width-item {
    min-width: 24.5%;
  }
  #jux-search-box {
    left: 220px;
    top: 39px!important;
  }
  li.jux-temp {
    padding-left: 0px;
  }
  .jse-detail {
    width: 210px;
  }
  #jwfSearchLoc:focus {
    width: 180px!important;
  }
  #jux-search-box {
    top: 39px;
    left: 240px!important;
  }
  li.jux-temp {
    padding-left: 65px;
  }
  .jwf-typeahead-results {
    width: 215px;
  }
}
@media (max-width: 479px) {
  .skg-weather #Standard,
  .skg-weather #Standard .Standard_bg {
    min-height: 355px !important;
  }
  .skg-weather #chart,
  .skg-weather #chart1 {
    margin-left: 100%;
  }
  .skg-weather #Standard .Standard_content .temp {
    font-size: 25px !important;
    margin: 35px 0 0 0;
  }
  .skg-weather #Standard .Standard_content .locatie {
    font-size: 16px;
  }
  .skg-weather #Standard .Standard_content .uitleg {
    font-size: 14px;
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .skg-weather #Standard .Standard_content .wind {
    /*margin-top: 70px;*/
    font-size: 14px;
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .jse-detail {
    margin-top: 0px;
  }
  .skg-weather #vooruitzichten .width-item {
    min-width: 49%!important;
  }
  .skg-weather #vooruitzichten .item {
    border-top: 1px solid;
    border-color: #B4D2DC;
  }
  #jux-search-box {
    left: 4px!important;
    top: 70px!important;
  }
  .jfw_skywind {
    margin: 30px 0 0px 35px;
  }
  .todayinfo {
    width: 100%;
    margin-left: -2%;
  }
  #jwfSearchLoc:focus {
    width: 210px!important;
  }
  .jwfTR {
    left: 4px!important;
    top: 70px!important;
  }
  .jwf-typeahead-results {
    width: 245px!important;
  }
  li.jux-temp {
    padding-left: 0!important;
  }
}
/*Custom CSS*/
/* iPhone and small phones - screen width up to 479px */
