.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
@-webkit-keyframes kenb {
  0% {
    -webkit-background-size: 100%;
    background-position: 0 0;
  }
  100% {
    -webkit-background-size: 125%;
    background-position: -30px -10px;
  }
}
@-moz-keyframes kenb {
  0% {
    background-size: 100%;
    background-position: 0 0;
  }
  100% {
    background-size: 125%;
    background-position: -30px -10px;
  }
}
@-ms-keyframes kenb {
  0% {
    background-size: 100%;
    background-position: 0 0;
  }
  100% {
    background-size: 125%;
    background-position: -30px -10px;
  }
}
@keyframes kenb {
  0% {
    background-size: 100%;
    background-position: 0 0;
  }
  100% {
    background-size: 125%;
    background-position: -30px -10px;
  }
}
.footer-style-1 {
  background: url("../images/bg-layout.jpg") repeat-x bottom center;
  padding-bottom: 38px;
  background-size: auto 45px;
}
.footer-style-1 .footer-content {
  border-bottom: 8px solid #856f50;
  margin-bottom: 15px;
}
.footer-style-1 .footer-content .container {
  border-top: 4px solid #424242;
}
.newsletter-footer .newsletter-content {
  width: 100%;
  margin-bottom: 50px;
}
.newsletter-footer .newsletter-title {
  margin-bottom: 10px;
}
.newsletter-footer .newsletter-form,
.newsletter-footer .input-box {
  width: 100%;
}
.newsletter-footer .input-box input {
  border: none;
  height: 45px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 6px solid #424242;
  margin-bottom: 10px;
}
.newsletter-footer .action-button button {
  height: 45px;
  font-size: 123%;
  line-height: 45px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  width: 100%;
  background: #424242;
}
.newsletter-footer .action-button button:hover {
  opacity: 0.8;
}
.footer-block {
  padding-top: 60px;
  margin-bottom: 50px;
}
.footer-block .footer-block-title {
  font-size: 123%;
  color: #424242;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.footer-block .links-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-block .links-footer li {
  display: block;
  padding: 10px 0;
  margin: 0px;
}
.footer-block .links-footer li.social-footer ul {
  margin: 0px;
  padding: 0px;
}
.footer-block .links-footer li.social-footer ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer-block .links-footer li.social-footer ul li a {
  font-size: 16px;
}
@media (max-width: 992px) {
  .footer-style-1 .footer-content .container {
    padding-top: 50px;
  }
  .footer-block {
    padding-top: 0;
    margin-bottom: 25px;
  }
}
