/* Uplne globalni veci  */
.a11y_hidden {
  color: transparent;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Hlavicka a celeho webu */


/* Zapati a celeho webu */
.footer {
  height: 60px;
  vertical-align: middle;
  width: 100%;
  border-top: 1px solid #E5E5E5;
}

.footer .copyright {
  color: #999;
  text-align: center;
  padding-left: 60px;
  padding-top: 20px;
}

.footer .fb {
  float: right;
  margin-top: -20px;
  overflow: hidden;
}

.footer .fb a {
  height: 60px;
  width: 60px;
  display: inline-block;
  background: url(../resources_images/fb.png) center center no-repeat;
  margin-left: 0;
  transition: all 0.2s ease-in-out;
}

.footer .fb a:hover {
  background: url(../resources_images/fb2.png) center center no-repeat;
}
