/* @since 1.0.13 */
/*add font-face*/
@font-face {
    font-family: Anton;
    src: url(fonts/Anton.ttf);
}
@font-face {
    font-family: RobotoLight;
    src: url(fonts/RobotoLight.ttf);
}
#jux-search-box{
  position: absolute;
  z-index: 99999999;
  /*float:left;*/
  left: 275px;
  top: 41px;
}
.skg-weather #Standard .Standard_content {
  /*top: 5px;*/
}
.jux_sb_ul > li {
  list-style: none;
  float: left;  
}
.jux-icon-search{
  height: 25px;
  width: 35px;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 15px;
}
.jicon-small{
  margin: 5px;
  background: url("../img/search-icon.png") no-repeat 72% 72%; 
}
.jicon-big{
  margin: 5px 5px 5px -38px;
  background: url("../img/search-icon-big.png") no-repeat 72% 72%;
}
.jux-icon-search,.jwfS-temp-fahr{
  outline:none;
}
.ipjwf-location{
  border-radius: 2px 2px 0px 0px;
  border: 2px;
  padding: 0px 2px 2px 0px;
}/*
#jwfSearchLoc {
  font-family: inherit;
  font-size: 14px;
  background-color: #ffffff;
  border: 0px solid #259de4;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.33);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.33);
  height: 30px;
  text-indent: 10px;
  z-index: 300;
  border-radius: 0px;
  width: 55px;
  outline:none;
}

/*input[id=jwfSearchLoc]{
    -webkit-transition: all ease-in-out .3s;
}
#jwfSearchLoc:focus{
  width: 211px;
}*/
#jwfSearchLoc{
  background: #ffffff url("../img/search-icon-big.png") no-repeat 9px center;
  border: none;
  padding: 4px 5px 4px 30px;
  width: 150px;
  font-family: inherit;
  font-size: 14px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  outline:none;
  margin: 5px;
  height: 15px;
}
#jwfSearchLoc:focus{
  width: 250px;
  border-radius: 0px;
}
.jwfTR{
  width: 614px;
  position: absolute;
  left: 275px;
  top: 41px;
}
li.jux-temp {
/*position: absolute;
width: 150px;
margin-left: 45px;*/
padding-left: 60px;
}
.jwfSearchLoc input[type=text]{
  z-index:2; 
  position: absolute;
}
.jwfSearchLoc input[type=submit]{
  position:relative;
  margin-left: 0px;
  width: 38px;
  height: 38px;
  background: #3883cc;
  z-index:2;
}
.ipjwf-location img{
  margin-left: 0px;
  top: 14px;
  left: 14px;
  z-index: 4;
  pointer-events: none;
}

.jwf-typeahead-results {
  background: #FFFFFF;
  position: absolute;
  z-index: 9999;
  list-style: none;  
  width: 285px;
  float: right;
  top: 28px;
  margin-left: 5px;
  padding: 0px;
}
.jwf-typeahead-results > li {
  border: none;
  color: #ffffff;
  cursor: pointer;
}
.resultsoff {
  opacity: 1;
}
.jwf-typeahead-results > li > a {
  text-decoration: none;
  margin: 5px;
}
.jwf-typeahead-results > li:hover {
  background-color: #3883cc;
  color: #ffffff;
}
.jwfS-temp-fahr {
padding: 5px;
/*border: 2px solid #ffffff;*/
border: none;
background: transparent;
color: #ffffff;
/*border-radius: 15px;*/
opacity: 0.5;
font-size: 24px;
line-height: 24px;
font-family: anton;
}
.jwfS-active{
  opacity: 1;
}
#weather .jwf-re-active {
background-color: #1B6902;
}
.jwf-re-active a{
  color:#ffffff;
}

/*@media screen and (max-width: 650px){
  .skg-weather #chart1 {
  margin: 145px 13% !important;
}
@media screen and (max-width: 540px) {
  height: 400px !important;
}*/

ul.jux_sb_ul {
  padding: 0px;
}

/*add css new versions*/
#button_s{
  border-left: 1px solid;
}