/* #Footer
================================================== */
#footer {
	background: url(../images/footer-bg.jpg);
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;

	border-top: 4px solid #F2AA0F;
	color: #424242;
}
#footer #copyright {
  background-color: #333333;
  padding: 24px 0;
  line-height: 33px;
}
#copyright {
  color: #ffffff;
}

#footer #copyright a {
  color: #fff;
}
#footer #copyright a:hover {
  color: #F2AA0F;
  text-decoration: none;
}
#footer-top {
  padding-top: 50px;
}
#footer-top h3 {
  color: #F2AA0F;
  margin-bottom: 25px;
}
#footer-top .block {
  padding-bottom: 50px;
}
#footer-top a {
  color: #74777c;
}
#footer-top a:hover {
  color: #F2AA0F;
  text-decoration: none;
}
#footer-top img {
  max-width: 100%;
}
.footer-contacts {
  list-style: none;
  padding: 0;
  overflow: hidden;
  color: #424242;
}
.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;
}
.footer-listings li li:hover > p a {
  color: #F2AA0F !important;
}
.footer-listings li li:hover > p a span {
  border-color: #F2AA0F;
}

