footer {
  position: relative;
}
footer .footerWrapper {
  background: #f3f3f3;
  padding: 50px 0;
}
footer .footerWrapper .contentWrapper .fwRow {
  position: relative;
}
footer .footerWrapper .contentWrapper .fwRow .socials {
  margin-top: 28px;
  font-size: 14px;
}
footer .footerWrapper .contentWrapper .fwRow .socials a {
  margin-right: 20px;
  color: #404041;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .footerWrapper .contentWrapper .fwRow .socials a:hover {
  color: #1b7da8;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .footerWrapper .contentWrapper .fwRow .socials a:last-child {
  margin-right: 0;
}
footer .footerWrapper .contentWrapper .fwRow.big:after {
  content: "";
  background: #404041;
  position: absolute;
  right: 0;
  top: 0;
  height: 2px;
  width: 10px;
}
footer .footerWrapper .contentWrapper .fwRow.big .fwCol {
  display: inline-block;
  vertical-align: top;
  width: 160px;
}
footer .footerWrapper .contentWrapper .fwRow.big .fwCol.big {
  width: 320px;
}
footer .footerWrapper .contentWrapper .fwRow.big .fwCol.big .fwLogo {
  width: 135px;
}
footer .footerWrapper .contentWrapper .fwRow.big .fwCol.big .fwLogo .logo {
  height: 90px;
  width: 135px;
}
footer .footerWrapper .contentWrapper .fwRow.big .fwCol ul {
  list-style: none;
  line-height: 24px;
  font-size: 12px;
}
footer .footerWrapper .contentWrapper .fwRow.big .fwCol ul a {
  color: #404041;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .footerWrapper .contentWrapper .fwRow.big .fwCol ul a:hover {
  color: #1b7da8;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .footerWrapper .contentWrapper .fwRow.big .fwCol.menu {
  width: 400px;
}
footer .footerWrapper .contentWrapper .fwRow.big .fwCol.menu ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
footer .footerWrapper .contentWrapper .fwRow.small {
  margin-top: 50px;
}
footer .footerWrapper .contentWrapper .fwRow.small .fwCol {
  display: inline-block;
  color: #cccccc;
  font-size: 12px;
  width: calc(100% - 480px);
  text-align: center;
}
footer .footerWrapper .contentWrapper .fwRow.small .fwCol:first-child {
  width: 240px;
  text-align: left;
}
footer .footerWrapper .contentWrapper .fwRow.small .fwCol:last-child {
  width: 240px;
  text-align: right;
}
footer .footerWrapper .contentWrapper .fwRow.small .fwCol a {
  color: #cccccc;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .footerWrapper .contentWrapper .fwRow.small .fwCol a:hover {
  color: #1b7da8;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .footerWrapper .contentWrapper .fwRow.small .fwCol.design a:hover #designBy path {
  fill: #1b7da8;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .footerWrapper .contentWrapper .fwRow.small .fwCol.design a #designBy {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 5px;
}
footer .footerWrapper .contentWrapper .fwRow.small .fwCol.design a #designBy path {
  fill: #cccccc;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 970px) {
  footer .footerWrapper .contentWrapper .fwRow.big .fwCol.big {
    width: 200px;
  }
  footer .footerWrapper .contentWrapper .fwRow.small .fwCol {
    width: calc(100% - 400px);
  }
  footer .footerWrapper .contentWrapper .fwRow.small .fwCol:first-child {
    width: 240px;
  }
  footer .footerWrapper .contentWrapper .fwRow.small .fwCol:last-child {
    width: 160px;
  }
}
@media all and (max-width: 970px) {
  footer .footerWrapper .contentWrapper .fwRow.big:after {
    display: none;
  }
  footer .footerWrapper .contentWrapper .fwRow.big .fwCol.menu {
    display: none !important;
  }
  footer .footerWrapper .contentWrapper .fwRow.big .fwCol.big {
    display: block;
    margin: 0 auto;
  }
  footer .footerWrapper .contentWrapper .fwRow.big .fwCol.big .fwLogo {
    margin: 0 auto;
  }
  footer .footerWrapper .contentWrapper .fwRow.big .fwCol:last-child {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    display: block;
  }
  footer .footerWrapper .contentWrapper .fwRow.small {
    margin-top: 20px;
  }
  footer .footerWrapper .contentWrapper .fwRow.small .fwCol {
    width: 100% !important;
    text-align: center !important;
    margin: 10px;
  }
  footer .footerWrapper .contentWrapper .fwRow.small .fwCol:first-child {
    margin-top: 0;
  }
  footer .footerWrapper .contentWrapper .fwRow.small .fwCol:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=footer.css.map */