#footer ul {
  position: absolute;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);*/
  display: flex;
  margin: 0;
  padding: 0; }

#footer ul li {
  list-style: none; }

#footer ul li a {
  display: block;
  width: 100px;
  height: 100px;
  font-size: 50px;
  text-align: center;
  color: #3398cc;
  line-height: 100px;
  margin: 0 10px;
  position: relative; }

@media screen and (max-width: 425px) {
  #footer ul li a {
    width: 75px;
    height: 100px;
    font-size: 50px; } }
@media screen and (max-width: 375px) {
  #footer ul li a {
    width: 65px;
    height: 100px;
    font-size: 50px; } }
@media screen and (max-width: 320px) {
  #footer ul li a {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px; } }
#footer ul li a span {
  position: absolute;
  transition: transform 0.5s; }

#footer ul li a span:nth-child(1),
#footer ul li a span:nth-child(3) {
  width: 100%;
  height: 1px;
  background-color: #3398cc; }

#footer ul li a span:nth-child(1) {
  top: 0;
  left: 0;
  transform-origin: right; }

#footer ul li a:hover span:nth-child(1) {
  transform: scaleX(0);
  transition: transform 0.5s;
  transform-origin: left; }

#footer ul li a span:nth-child(3) {
  bottom: 0;
  left: 0;
  transform-origin: left; }

#footer ul li a:hover span:nth-child(3) {
  transform: scaleX(0);
  transition: transform 0.5s;
  transform-origin: right; }

#footer ul li a span:nth-child(2),
#footer ul li a span:nth-child(4) {
  width: 1px;
  height: 100%;
  background-color: #3398cc; }

#footer ul li a span:nth-child(2) {
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: bottom; }

#footer ul li a:hover span:nth-child(2) {
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.5s; }

#footer ul li a span:nth-child(4) {
  top: 0;
  right: 0;
  transform: scaleY(0);
  transform-origin: top; }

#footer ul li a:hover span:nth-child(4) {
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.5s; }

/*# sourceMappingURL=ncgsocial.css.map */
