@media screen and (min-width: 680px){
#footer1 {
  clear:both;
  width: 100%;
  height:100%;
  padding: 0px;
  background-color: #283848;
  font-size: 16px;/
  background-repeat:repeat-x;
  background-size: 100%;
  text-align:center;
  color:#fff;
  letter-spacing:0.2em;
  line-height: 1.5em;
}

.fnav {
  width: 95%;
    display: table;
    background-color: #283848;
}
.fnav__item {
  color:#fff;
  font-weight: bold;
  font-size: 16px;
    width: 20%;
    display: table-cell;
    text-align: left;
    vertical-align:top;
}
.fnav__item img{
  vertical-align:middle	;
  padding-right:70px;

}
.fnav__item span{
  border-bottom:solid 1px #fff	;
}

.fnav__item a {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.1em;
    cursor: hand;
}

.fimg{display:none;}


}




@media only screen and (max-width:679px){
#footer1 {
  clear:both;
  width: 100%;
  height:100%;
  padding: 0px;
  background-color: #283848;
  font-size: 16px;/
  background-repeat:repeat-x;
  background-size: 100%;
  text-align:center;
  color:#fff;
  letter-spacing:0.2em;
  line-height: 1.5em;
}

.fnav {
    background-color: #283848;
}
.fnav__item {
  color:#fff;
  font-weight: bold;
  font-size: 16px;
    text-align: left;
    vertical-align:top;
    line-height: 30px;
}
.fnav__item img{
  display: none;

}
.fnav__item span{
  border-bottom:solid 1px #fff	;
}

.fnav__item a {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.1em;
    cursor: hand;
}


    .fnav { margin: 0 -10px;   margin: 0 auto; }
    .fnav ul,
    .fnav ul,
 .fnav li{
    width: 100%;
    display: block;
    border-top: none;
    align: center;

    }
  .fnav ul:first-child li { }


}
