.footer-wrap {
  background: #222222 none repeat scroll 0 0;
  padding: 20px 0 50px;
  position: relative;
}
.ft-links {
  list-style-type: none;
  padding: 0;
}
.ft-links li a {
  color: #afafaf;
  display: block;
  font-size: 13px;
  padding: 8px 0;
}
.ft-links li::before {
  color: #9f9f9f;
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  left: -15px;
  position: absolute;
  top: 6px;
}
.ft-links li {
  position: relative;
}
.main-link h3 {
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0;
  position: relative;
  text-transform: uppercase;
}
.main-link h3::after {
  background: #1485ff none repeat scroll 0 0;
  bottom: -20px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 40px;
}
.ft-links a:hover {
  color: white;
  text-decoration: none;
}
.fb-box h3::after {
  background: #1485ff none repeat scroll 0 0;
  bottom: -20px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 40px;
}
.fb-box h3 {
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0;
  position: relative;
  text-transform: uppercase;
}
.cpy-text {
  color: #bbbbbb;
  float: left;
  padding: 20px 10px;
}
.privacy-text {
  float: right;
}
.privacy-text>a:hover {
  color: white;
}
.privacy-text>a {
  color: #bbbbbb;
  display: inline-block;
  padding: 20px 10px;
  text-decoration: none;
}
.cpy-right {
  background-color: #3f3f3f;
}
.fb {
  background-color: #385b94;
  border: 2px solid #385b94;
  transition: all 0.3s linear 0s;
}
.fb:hover {
  background-color: #222222;
}
.tw {
  background-color: #00aced;
  border: 2px solid #00aced;
  transition: all 0.3s linear 0s;
}
.tw:hover {
  background-color: #222222;
}
.gp {
  background-color: #dd4b39;
  border: 2px solid #dd4b39;
  transition: all 0.3s linear 0s;
}
.gp:hover {
  background-color: #222222;
}
.fb-box {
  float: left;
  overflow: hidden;
  width: 100%;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  background-color: rgba(53, 117, 221, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top i {
  line-height: 40px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #1555b3;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
  .cd-top i {
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-text {
    float: none;
    text-align: center;
  }
  .cpy-text {
    float: none;
    padding: 10px;
    text-align: center;
  }
}