
   .footerBottom a {
    color:            #aa0;
    text-decoration:  none;
   }

   .footerBottom a:hover {
    color:            #dd0;
    text-decoration:  none;
   }

  footer {
    background-color: #006;
    color:            #fff;
    font-size:        90%;
/*     background-image: url("../images/star-footer.png");  */
  }

  .footer-ico a img {
    border:           0px solid transparent;
    opacity:          1;
    transition:       opacity .5s ease-out;
    -moz-transition:  opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition:    opacity .5s ease-out;
    padding:          2px;
    box-shadow:       0 0 3px 3px #fff;  /* box-shadow: none|h-offset v-offset blur spread color |inset|initial|inherit; */
}

  .footer-ico a img:hover{
    border:           0px solid #dd0;
    opacity:          .7;
    box-shadow:       0 0 3px 3px #ff0;  /* box-shadow: none|h-offset v-offset blur spread color |inset|initial|inherit; */
  }

  .row {
    display:          block;
    padding:          4px 4px;
  }

  .divLeft {
    display:          block;
    position:         relative;
    top:              15px;
    left:             48px;
    float:            left;
    padding:          4px 4px;
  }

  .divLeft a img {
    border:           0px solid transparent;
    opacity:          1;
    transition:       opacity .5s ease-out;
    -moz-transition:  opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition:    opacity .5s ease-out;
    padding:          2px;
    box-shadow:       0 0 10px 10px #fff;  /* box-shadow: none|h-offset v-offset blur spread color |inset|initial|inherit; */
}

  .divLeft a img:hover{
    border:           0px solid #dd0;
    box-shadow:       0 0 10px 10px #ff0;  /* box-shadow: none|h-offset v-offset blur spread color |inset|initial|inherit; */
  }

  .footer-menu{
    float:            left;
    margin-top:       10px;
  }

  .footer-menu a{
    color:            #000;
    padding:          6px;
    text-decoration:  none;
  }
  
  .footer-menu a:hover{
    color:            #333;
  }

  .footerBottom {
    margin:           auto;
    height:           auto;
    padding:          4px;
    background-color: #333;
  }
  
  .footerBottom p {
    font-size:        80%;
    text-align:       center;
  }
