/****
FOOTER
*****/
footer{
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x:hidden;
  display: block;
  font-family: "Lato", sans-serif;
  padding: 40px 0 10px 0;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  bottom: 0;
}

footer .company {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.42857143;
}

footer .adress {
  margin-top: 0px
}

footer .adress:after {
  content: "";
  display: block;
  position: absolute;
  height: 140px;
  min-height: 140px;
  min-width: 1px;
  width: 1px;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  left: 200px;
}

footer p{
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}


footer .copyright {
  position: relative;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.copyright p {
  color: #727272;
}

ul.social-icons, ul.links{
  list-style: none;
  padding: 0;
}

ul.social-icons {
  position: absolute;
  top: 40px;
  right: 0px;
}

ul.social-icons > li{
  float: left;
  margin-right: 25px;
}

ul.social-icons > li > a{
  color: #333;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 100%;
  background: transparent;
  display: block;
  text-align: center;
}

ul.links {
  position: absolute;
  padding-left: 183px;
/*  padding-left: 135px;
*/  padding-right: 183px;
  height: 30px;
  width: 100%;
  margin-top: 58px;
}

ul.links > li {
  font-size: 14px;
  padding: 10px 25px;
  float: left;
}

ul.links > li:after {
  content: "";
  display: inline-block;
  position: relative;
  height: 14px;
  min-height: 14px;
  min-width: 1px;
  width: 1px;
  background-color: #ffffff;
  top: 3px;
  left: 26px;
}

ul.links > li:last-child:after {
  background-color: transparent;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer a:hover {
  text-decoration: none;
  color: #dedede;
}









@media only screen and (min-device-width : 320px) and (max-device-width : 667px) {

  footer .adress {
      text-align: center;
      padding-top: 45px;
      margin-top: 70px;
      display: block;
    }

    footer .company:before {
      content: "";
      display: block;
      position: relative;
      height: 1px;
      min-height: 1px;
      min-width: 100px;
      width: 100px;
      background-color: #fff;
      left: 50%;
      transform: translateX(-50%);
      top: -38px;
    }

    footer .adress:after {
      display: none;

    }

    footer .footer-links {
      height: 80px;
      position: absolute;
      display: block;
      top: 0px;
      text-align: center;
      margin-bottom: 20px;
      padding: 0;
      padding-top: 20px;
    }

    footer ul.links {
      text-align: center;
      margin-top: 0;
      width: 40%;
      margin-left: 30%;
      padding: 0;
    }

    footer ul.links > li {
      display: block;
      float: none;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    footer ul.links > li:after {
      display: none;
    }


    footer {
      padding-bottom: 68px;
      position: relative;

    }

    footer .copyright {
      text-align: center;
      float: none;
      margin-left: auto;
      margin-right: auto;
    }



}