<style>
/*--------------------------------------------------------------
# footer_2_black
--------------------------------------------------------------*/
#footer_2_black {
  background: #132332;
  padding: 0 0 0px 0;
  color: #fff;
}

#footer_2_black .footer_2_black-top {
  padding: 50px 0 30px 0;
}

#footer_2_black .footer_2_black-top .footer_2_black-info .foot_logo {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
}

#footer_2_black .footer_2_black-top .footer_2_black-info p {
  line-height: 24px;
  margin-bottom: 0;
}


#footer_2_black .footer_2_black-top h4 {
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer_2_black .footer_2_black-top .footer_2_black-links {
  margin-bottom: 30px;
}

#footer_2_black .footer_2_black-top .footer_2_black-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}



#footer_2_black .footer_2_black-top .footer_2_black-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer_2_black .footer_2_black-top .footer_2_black-links ul li:first-child {
  padding-top: 0;
}

#footer_2_black .footer_2_black-top .footer_2_black-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer_2_black .footer_2_black-top .footer_2_black-links ul a:hover {
  color: #eb4444;
}

#footer_2_black .footer_2_black-top .footer_2_black-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer_2_black .footer_2_black-top .footer_2_black-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer_2_black .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}

#footer_2_black .credits {
  padding-top: 5px;
  text-align: center;
  color: #fff;
}


@media (max-width: 575px) {
  #footer_2_black .footer_2_black-top .footer_2_black-info {
    margin: -20px 0 30px 0;
  }
}
  .family>a {
    display: block;
    position: relative;
    z-index: 10;
    height:30px;
    padding-left:0px;
    color: #fff;
    text-align: left;
    line-height: 30px;
    transition: all .2s;
    text-decoration: none;
  }

  .family .icon {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 17px;
    overflow: hidden;
    vertical-align: middle;
  }

  .family .icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 2px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .family .icon.rotate:before {
    transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    margin-top: -4px;
  }

  .family ul {
    position: absolute;
    bottom: 0;
    width:100%;
    padding: 0px 0px;
	margin-left:-11px;
    margin-bottom: 40px;
    background: #283341;
	border: 1px solid #EFEFEF;
    opacity: 0;
  }

  .family ul li a {
    display: block;
    position: relative;
    padding: 7px 20px;
    color: #dddfe2;
    text-decoration: none;
	border-bottom: 1px solid #EFEFEF;
  }

  .family ul.opacity {
    opacity: 1;
  }
</style>