/*Footer*/
.footerlist {
    border-top: #009999 0.2em solid;
    font-family: arial;
}
.footerlist {
    width: 100%;
    background-color: #333333;
    color: #ADADAD;
    height: 13em;
    position:absolute;
}

.footerlist-links {
    width: 100%;
    margin-top: 0.5em;
    text-align: center;
    text-decoration: none;
}
.footerlist-links a{
    text-decoration: none;
    color: #ADADAD;
}
.footerlist-links li{
    border-bottom: 0.1em solid #ADADAD;
    padding: 1em 0em 1em 0em;
    font-size: 0.8em;
    text-transform: uppercase;
    text-decoration: none;
}
.footerlist li a:hover {
    color: #ffffff;
}
.footerlist-sm {
    font-size: 1em;
    text-align: center;
    padding: 1.5em 0em 1.5em 0em;
}
.footerlist-sm li{
    display: inline-block;
    padding: 0em 0.5em 0em 0.5em;
    font-size: 2em;
}
.footerlist-sm li a {
    color: #ADADAD;
    text-decoration: none;
}
.footerlist-add {
    padding-top: 0.5em;
}
.footerlist-add li {
    width: 100%;
    text-align: left;
    font-size: 0.6em;
    text-transform: uppercase;
    display: inline;
    padding-left: 1em;
    float: bottom;
}
.footerlist-cr {
    font-size: 0.5em;
    text-align: center;
    text-transform: uppercase;
    font-family: helvetica;
    font-weight: 100;
    padding-bottom: 2.5em;
}


@media all and (min-width: 40em) {
    .footerlist {
    padding-bottom: 1em;    
    }
    
    .footerlist-sm {
    width: 100%;
  }
  
  .footerlist-cr {
    float:left;
    width: 100%;
    padding: 0em;
  }
  
  .footerlist-add {
    float:left;
    width: 100%;
    padding: 0em 0em 1em 0em;
    text-align: center;
  }
}

@media all and (max-width: 40em) {
  .footerlist-add {
    display: none;
  }
}

@media all and (min-width: 75em) {
    .footerlist-links {
        display: none;
    }
}