/****************************
-- Footer --
****************************/
#footer .container {
  background-color: #fff;
  max-width: 1440px;
  text-align: center;
}

#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1280px) {
  #footer .container {
    padding: 45px 40px 110px;
    text-align: left;
  }
}

/****************************
-- Footer Logo --
****************************/
.footer_logo {
  margin: 26px auto 16px;
  width: 73px;
}

@media screen and (min-width: 768px) {
  .footer_logo {
    margin: 36px auto 22px;
  }
}

@media screen and (min-width: 1280px) {
  .footer_logo {
    float: left;
  }
}

/****************************
-- Footer Social --
****************************/
/* NL Signup */
.foter_social_signup {
  padding-bottom: 22px;
}

.foter_social_signup h3 {
  margin: 0 0 15px;
}

.foter_social_signup .input-wrapper {
  margin: 0 auto;
  max-width: 290px;
}

.foter_social_signup .nl-signup-iframe,
.foter_social_signup .after-signup {
  display: none;
}

.foter_social_signup .after-signup p {
  color: rgba(51,51,51,0.6);
}

/* Social Share */
.foter_social_share {
  margin-bottom: 10px;
}

.foter_social_share li {
  margin-left: 18px;
}

.foter_social_share li:first-child {
  margin: 0;
}

.foter_social_share a {
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}

.foter_social_share a:before {
  color: #06a84e;
  font-size: 20px;
}

.foter_social_share a:hover:before {
  color: #0f6d35;
}

@media screen and (min-width: 1024px) {
  .foter_social_signup h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1280px) {
  .footer_social {
    float: left;
    margin-left: 30px;
    width: 290px;
  }
}

@media screen and (min-width: 1440px) {
  .footer_social {
    margin-left: 45px;
  }
}

/****************************
-- Footer Links --
****************************/
.footer_links .col {
  border-bottom: 1px solid #e1e1e1;
  padding: 28px 0;
}

.footer_links h3 {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.footer_links li {
  margin-bottom: 8px;
}

.footer_links li:last-child {
  margin: 0;
}

.footer_links li a {
  color: rgba(51,51,51,0.6);
  font-size: 15px;
  line-height: 17px;
}

.footer_links li a:hover {
  color: rgba(51,51,51,1);
}


@media screen and (min-width: 768px) {
  .footer_links {
    padding-top: 25px;
  }

  .footer_links .col {
    border: 0;
    display: inline-block;
    padding: 0 8px 30px;
    vertical-align: top;
    width: 175px;
  }

  .footer_links li.extra {
    margin-top: 22px;
    padding-top: 23px;
    position: relative;
  }

  .footer_links .extra:before {
    border-top: 1px solid #e1e1e1;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    top: 0;
    width: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .ibp .footer_links {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .ibp .footer_links {
    float: left;
    margin-left: 45px;
    padding: 0;
    width: auto;
  }

  .footer_links .col {
    padding: 0 20px 0 0;
    width: 180px;
  }

  .footer_links h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .footer_links .extra:before {
    left: 0;
    margin: 0;
  }
}

@media screen and (min-width: 1440px) {
  .ibp .footer_links {
    float: left;
    margin-left: 65px;
    padding: 0;
  }
}

/****************************
-- Footer Twitter Feed --
****************************/
.ibp .footer_twitter {
  display: none;
  vertical-align: top;
  width: 50%;
  padding-top: 0px !important;
}

@media screen and (min-width: 1024px) {
  .ibp .footer_twitter {
    display: inline-block;
    min-height: 200px;
    padding-top: 25px;
    position: relative;
  }

  .footer_twitter h3 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 15px;
  }

  .footer_twitter .follow {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .footer_twitter .tweet a {
    color: rgba(51,51,51,0.6);
    font-size: 15px;
    line-height: 25px;
  }

  .footer_twitter .tweet a:hover {
    color: rgba(51,51,51,1);
  }
}

@media screen and (min-width: 1280px) {
  .ibp .footer_twitter {
    border-left: 1px solid #e1e1e1;
    bottom: 0;
    padding: 45px 40px;
    /*position: absolute;*/
    position: relative;
    float: right;
    /*right: 0;*/
    top: 0;
    width: 440px;
  }

  .footer_twitter .follow {
    bottom: 25px;
    line-height: 16px;
    left: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

section.footer_twitter ul.footer_twitter_feed li.tweet:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}

section.footer_twitter ul.footer_twitter_feed{
  margin-bottom: 30px !important;
}

/****************************
-- Footer Bottom --
****************************/
.footer_bottom {
  padding: 26px 0;
}

.bottom_netgear {
  color: #06a84e;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 17px;
}

.bottom_legal_privacy {
  color: #999999;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 7px;
}

.ibp .bottom_legal_copy {
  color: #999999;
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .footer_bottom {
    border-top: 1px solid #e1e1e1;
    padding: 25px 0;
  }

  .bottom_netgear {
    margin-bottom: 10px;
  }

  .ibp .bottom_legal_copy {
    display: inline-block;
    margin-left: 20px;
  }

  .bottom_legal_privacy {
    margin: 0;
  }

  .bottom_legal_privacy:hover {
    color: rgba(51,51,51,1);
  }
}

@media screen and (min-width: 1280px) {
  .footer_bottom {
    border: 0;
    bottom: 25px;
    left: 40px;
    padding: 0;
    position: absolute;
  }

  .bottom_netgear {
    float: left;
    margin: 0;
  }

  .bottom_legal {
    float: left;
    margin-left: 48px;
  }

  .bottom_legal_privacy {
    font-size: 14px;
    line-height: 16px;
  }

  .bottom_legal_copy {
    font-size: 14px;
    line-height: 16px;
  }
}
