.print {
  margin: 0;
  float: left;
  padding: 12px 0 0;
}

.social {
  margin: 0;
  padding-right: 20px;
  float: left;
}

.print a::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 22px;
  background-repeat: no-repeat;
  background: url("../img/printer.svg");
  padding: 0px 10px 0;
  margin: 3px 10px 0 0;
  position: relative;
  top: 6px;
}

.social a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 26px;
  background-repeat: no-repeat;
  background: url("../img/icons/social-link.svg");
  padding: 0px 10px 0;
  margin: 12px;
  position: relative;
  top: 20px;
}

.social_wr p {
  font-size: 12px;
  width: 69%;
  margin-top: 10px;
}

.social a {
  position: relative;
  top: -13px;
  color: #333 !important;
  text-decoration: none;
}

.social a:hover {
  text-decoration: underline;
}

.social_wr {
  float: left;
  clear: both;
  margin-bottom: 20px;
}

.social_wr a {
  display: none;
}

.print a {
  text-decoration: none;
  color: #333 !important;
}

.print a:hover {
  text-decoration: underline;
  color: #333;
}

.layout-index a {
  text-decoration: none;
  color: #5a9f02;
  font-weight: 500;
  /* font-size: 15px; */
}

.layout-index a:hover {
  text-decoration: none;
  color: #5a9f02;
}

/* === Footer === */

.footer-sub {
  background-color: dfdfdf;
  max-width: 1160px;
  margin: 0 auto;
  padding: 2px;
  border-bottom: 1px solid #fff;
}

.footer-sub h5 {
  color: #333;
  font-weight: 600;
  line-height: 40px;
}

.footer-sub ul {
  margin: 0;
  padding: 0;
}

.footer-sub ul li {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 0;
}

.footer-sub li a {
  text-decoration: none;
  line-height: 47px;
  font-size: 0.8em;
}

.footer-sub ul li img {
  padding: 0;
  float: left;
}

.footer-sub li:first-child {
  padding-right: -1px;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 1.1em !important;
  line-height: 18px;
}

footer li:first-child {
  padding-right: 89px;
}

footer ul li a:after {
  content: "|";
  padding: 0 1em;
  display: inline-block;
  float: none;
}

footer ul li:last-child a:after {
  content: "";
}

/* Sub Footer */

.footer-sub ul li a:after {
  content: "";
  padding: 0;
  display: inline-block;
  float: none;
}

.footer-sub ul li:last-child a:after {
  content: "";
}

/* === // END === */

footer li a {
  color: #333;
  text-decoration: none;
  font-weight: 300;
}

footer h5 {
  color: #333;
  font-weight: 400;
  font-size: 1em;
  line-height: 40px;
}

footer {
  background-color: #dfdfdf;
  color: #5c5c5c;
  font-size: 0.8em;
  overflow: hidden;
  padding: 10px;
  max-width: 1180px;
  min-height: 50px;
  margin: 0 auto;
  clear: both;
}