@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');
.footer-container {
  height: 208px;
  position: absolute;
  width: 100%;
  bottom: -40px;
}
.footer-container .line-logo {
  position: relative;
}
.footer-container .line-logo .line {
  background: none repeat scroll 0 0 #f3f2ef;
  float: left;
  height: 1px;
  margin: 20px 0;
  width: 100%;
}
.footer-container .line-logo span.img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 15%;
  background: #fff;
  text-align: center;
}
.footer-container .line-logo span.img img {
  width: auto;
  height: auto;
  max-width: 115px;
}
.footer-container .footer-links {
  margin-top: 20px;
  margin-left: 20px;
}
.footer-container .footer-links .link-header {
  font-size: 16px;
  font-weight: 600;
}
.footer-container .footer-links .link-submenu {
  margin-top: 15px;
}
.footer-container .footer-links .links {
  margin-top: 10px;
}
.footer-container .footer-links .links .link-wrapper {
  position: relative;
  margin-left: 12px;
}
.footer-container .footer-links .links .link-wrapper a {
  color: #595959;
  font-size: 14px;
  transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
}
.footer-container .footer-links .links .link-wrapper a:hover {
  text-decoration: none;
  color: #e1831e;
}
.footer-container .footer-links .links .link-wrapper a:before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  position: absolute;
  left: -12px;
  top: 7px;
  font-size: 12px;
  color: #e1831e;
  transform: rotate(-90deg);
}
.footer-container .information {
  max-width: 70%;
  text-align: center;
  margin: 50px auto 0;
  font-size: 14px;
  color: #595959;
  transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  -webkit-transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
}
.footer-container .information .item {
  display: inline-block;
  padding: 0 15px;
}
.footer-container .socials {
  margin: 30px 0 100px 0;
  font-size: 14px;
  color: #595959;
}
@media screen and (min-width: 930px) {
  .footer-container .socials {
    text-align: center;
  }
}
.footer-container .socials .item {
  display: inline-block;
  padding: 0 30px;
}
.footer-container .socials .item a {
  color: #333;
  font-weight: 600;
}
.footer-container .socials .item a:hover {
  text-decoration: none;
}
.footer-container .socials .item a:hover.hover-color-red {
  color: #cf3427;
}
.footer-container .socials .item a:hover.hover-color-blue {
  color: #295396;
}
.footer-container .socials .item img {
  max-width: 35px;
}
.address-info {
  text-align: center;
}
@media screen and (min-width: 930px) {
  .address-info li {
    display: inline-block;
    padding: 0 40px 0 40px;
  }
}
#cookie-policy-agreement {
  width: 100%;
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 5px 20px 5px 20px;
  position: fixed;
  bottom: 0;
  text-align: center;
}
.close {
  display: inline-block;
  margin-left: 10px;
  float: none !Important;
}
/*# sourceMappingURL=/media/compiled/dk_partials_footer.less_f6642c674ecac7d224b12f04ef8b94a9.map */