/* #Footer
================================================== */
#footer {
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top, #222222 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #222222 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #222222 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #222222 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #222222 0%,#000000 100%); /* W3C */
	color: #ffffff;
}
#footer #copyright {
  background-color: #333333;
  padding: 24px 0;
  line-height: 33px;
}
#copyright {
  color: #ffffff;
}

#footer #copyright a {
  color: #fff;
}
#footer #copyright a:hover {
  text-decoration: none;
}
#footer-top {
  padding-top: 50px;
}
#footer-top h3 {
  margin-bottom: 25px;
}
#footer-top .block {
  padding-bottom: 50px;
}
#footer-top a {
  color: #74777c;
}
#footer-top a:hover {
  text-decoration: none;
}
#footer-top img {
  max-width: 100%;
}
.footer-contacts {
  list-style: none;
  padding: 0;
  overflow: hidden;
  color: #ffffff;
}
.footer-contacts li {
  margin-bottom: 10px;  
  padding: 5px 0 0 35px;  
  min-height: 20px;
  display: block;
  position: relative;
}
.footer-contacts li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16pt;

  margin-right: 5px;

}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  border-top: 1px solid #E2E3E7;
  position: relative;
}
.footer-links li a {
  display: inline-block;
  width: 100%;
  padding: 14px 10px 14px 0;
  position: relative;
}
.footer-links li a:after {
  content: "\f0da";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-links li:last-child {
  border-bottom: 1px solid #E2E3E7;
}
.footer-listings {
  list-style: none;
  padding: 0;
}
.footer-listings li {
  min-height: 58px;
  display: block;
  margin-bottom: 2px;
  width: 100%;
  position: relative;
  padding: 4px 42px 0 64px;
}
.footer-listings li .image {
  width: 58px;
  height: 58px;
  overflow: hidden;
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
}
.footer-listings li .image img {
  height: 100%;
}
.footer-listings li a {
  line-height: 8px;
  z-index: 1;
  display: inline;
  width: 100%;
  min-height: 58px;
  vertical-align: middle;
}
.footer-listings li a span {
  position: absolute;
  right: 0;
  top: 10px;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13pt;
  border: 1px solid #74777c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

