.site-footer {
  background-color:#004769 /*#002d44*/;
  color: #fff;
  padding-top: 5px;
  text-transform: uppercase;
}

.site-footer p + p {
  margin-top: 0;
}

@media (min-width: 992px) {
  .fixed-footer .site-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .site-footer {
    padding-top: 58px;
  }
}

.site-footer > .container {
  padding-bottom: 36px;
}

@media (min-width: 992px) {
  .site-footer > .container {
    padding-bottom: 66px;
  }
}

.site-footer .widget-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 18px;
  margin: 0;
  margin-bottom: 24px;
  padding-bottom: 16px;
  position: relative;
}

.site-footer .widget-title:after {
  background-color: #fab702;
  bottom: -1px;
  content: "";
  left: 0;
  height: 1px;
  position: absolute;
  width: 73px;
}

@media (min-width: 992px) {
  .site-footer .widget-title {
    margin-bottom: 34px;
  }
}

.site-footer .widget + .widget {
  margin-top: 16px;
}

.site-footer .menu {
  list-style: none;
  padding: 0;
}

.site-footer .menu li {
  float: left;
  margin-bottom: 15px;
  width: 50%;
}

.site-footer .menu li.current-page a {
  color: #fab702;
  cursor: default;
}

.site-footer .menu a {
  padding-left: 14px;
  position: relative;
}

.site-footer .menu a:before {
  content: "\f105";
  left: 0;
  font-size: 10px;
  font-family: "FontAwesome";
  position: absolute;
}

.site-footer .working-hours td {
  color: #fff;
}

@media (max-width: 991px) {
  .site-footer [class*="col-md"] + [class*="col-md"] {
    margin-top: 25px;
  }
}

.site-footer .widget-title {
  color: #fff;
}

.site-footer a {
  color: inherit;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #fab702;
}