/* !Footer ---------------------------------------------------------------------------- */


footer.main { 
background-image: url(../images/design/footer-bg.png);
background-repeat: repeat-x;
background-position: 0 0;
background-color: #333;
padding: 40px 0 0 0;
}

a.footer-logo {
  width: 189px;
  height: 65px;
  display: block;
  text-indent: -9999em;
  float: right;
  background-image: url(../images/footer-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

a:hover.footer-logo {
  background-position: 0 -66px;
}

.link-group h2 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 15px 0;
  padding: 0; 
}

.link-group ul {
  margin: 0 0 35px 0;
  padding: 0;
}

.link-group li {
  list-style-type: none;
  margin: 0; padding: 0;
}

.link-group li a {
  color: #999;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #343434;
  text-decoration: none;
}

.link-group li a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #777;
}

a.button-footer { color: #999;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  background-color: #343434;
  padding: 10px 0;
  border-radius:         4px;
  -moz-border-radius:    4px;
  -khtml-border-radius:  4px;
  text-decoration: none;
}

a:hover.button-footer {
  text-decoration: none;
  color: #fff;
  background-color: #444;
  box-shadow:         0px 0px 15px rgba(0,0,0,.85);
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.85);
  -moz-box-shadow:    0px 0px 15px rgba(0,0,0,.85);
}

a:active.button-footer {
  background-color: #343434;
  box-shadow:         0px 3px 5px rgba(0,0,0,.45) inset;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.45) inset;
  -moz-box-shadow:    0px 3px 5px rgba(0,0,0,.45) inset;
}

p.copyright {
  color: #fff;
  text-align: center;
  margin:50px 0;
  float: left;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px; color: #000;
}


/* ------------------------------ 768 ------------------------------- */

@media only screen and (max-width: 768px) {

footer.main .grid {
  padding: 0 2em;
}
footer.main .col {
  float: none;
  padding: 2em 0 0 0;
  width: auto;
}

footer.main .footer-logo {
  display: none;
}

footer.main {
  background-color: #000;
  background-image: none;
}

footer.main .safGrid .cs-3 {
  width: 100%;
  margin-bottom: 35px;
}

a.button-footer { 
  margin-top: 0; font-size: 13px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
}

a.footer-logo {
  display: none;
}

.link-group {
  background-color: #232323;
  padding: 20px 0;
  margin-bottom: 20px;
}

.link-group ul {
  margin-bottom: 0;
  padding-bottom: 28px;
}

.link-group h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1;
}

.link-group li a {
  text-align: center;
}

.link-group li a:hover {
  border-bottom: 1px solid #343434;
}

p.copyright {
  color: #666;
}
}

/* ------------------------------ 480 ------------------------------- */

@media only screen and (max-width: 480px) {

  footer.main .grid {
    padding: 0;
  }

	footer.main .col {
	  float: none;
	  padding: 1em 0;
	  margin-bottom: 1em;
	  width: auto;
	}
  
  footer.main {
    background-color: #000;
    background-image: none;
  }

  footer.main .safGrid .cs-3 {
    width: 100%;
    margin-bottom: 35px;
  }

  a.button-footer {
    margin-top: 0;
  }

  a.footer-logo {
    display: none;
  }

  .link-group {
    background-color: #232323;
    padding: 0;
    margin-bottom: 0;
  }

  .link-group ul {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: none;
  }
  .link-group .link-group-open {
  	display: block;
  	height: auto;
  }

  .link-group h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
  }

  .link-group li a {
    text-align: center;
  }

  .link-group li a:hover {
    border-bottom: 1px solid #343434;
  }

  p.copyright {
    color: #666;
  }

}





