/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
@keyframes bottomtop {
  0% {
    top: 0px;
  }
  100% {
    top: 30px;
  }
}
.effect-1 {
  display: block;
  overflow: hidden;
  position: relative;
}
.effect-1:before,
.effect-1:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .9s ease 0s;
}
.effect-1:hover:before {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 50%;
  top: 50%;
}
.effect-1:hover:after {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  left: 51%;
  right: 50%;
}
.effect-2 {
  display: block;
  overflow: hidden;
  position: relative;
}
.effect-2:before {
  border: 1px solid #fff;
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
  -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
  transition: opacity .35s ease 0s, transform .35s ease 0s;
  z-index: 1;
}
.effect-2:after {
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 14px;
  top: 15px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
  -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
  transition: opacity .35s ease 0s, transform .35s ease 0s;
  z-index: 1;
}
.effect-2:hover:before,
.effect-2:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/**
 * Footer 1 style
 */
.footer-top {
  border-top: solid 1px #eee;
  padding: 75px 0 35px;
}
.social-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-footer ul:after {
  content: "";
  display: block;
  clear: both;
}
.social-footer ul li {
  float: left;
  margin-right: 5px;
  margin-bottom: 8px;
  padding: 0px !important;
}
.social-footer ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background-color: #f5f5f5;
  display: block;
  position: relative;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.block-footer {
  margin-bottom: 40px;
}
.block-footer .block-footer-title {
  font-size: 128.57%;
  font-weight: 600;
  color: #111;
  margin-bottom: 20px;
  padding-top: 4px;
}
.block-footer .block-footer-content ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.block-footer .block-footer-content ul li {
  margin-bottom: 5px;
}
.block-footer .block-footer-content ul li a {
  margin-bottom: 10px;
  display: block;
  font-size: 85.71%;
  position: relative;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.block-footer .block-footer-content ul li a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 0;
}
.block-footer .block-footer-content ul li a:hover {
  padding: 0 0 0 10px;
}
.block-footer .block-footer-content ul li a:hover:before {
  opacity: 1;
}
.contactinfo-box > div {
  min-height: 20px;
  margin-bottom: 20px;
  position: relative;
}
.contactinfo-box .phone {
  font-size: 257.14%;
  font-weight: 600;
  color: #111;
  line-height: 1;
}
.contactinfo-box .phone small {
  font-size: 24px;
  font-weight: 600;
  margin-right: 8px;
}
.contactinfo-box .email {
  font-size: 114.28%;
  font-weight: 600;
}
.footer-bottom {
  border-top: 1px solid #eee;
  padding: 30px 0;
}
.footer-bottom address {
  font-size: 100%;
  margin: 5px 0 0;
  text-align: right;
}
.newsletter-footer {
  margin-bottom: 30px;
}
.newsletter-footer .newsletter-content {
  display: block;
  width: 100%;
  padding-top: 4px;
}
.newsletter-footer .input-box {
  display: block;
  vertical-align: top;
  width: 100%;
}
.newsletter-footer .newsletter-text {
  margin: 15px 0;
}
.newsletter-footer #newsletter-footer {
  height: 50px;
  background-color: #f5f5f5;
  border: none;
  padding: 0 15px;
  color: #111;
  font-family: inherit;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.newsletter-footer .action-button {
  display: block;
  vertical-align: top;
}
.newsletter-footer .action-button button {
  padding: 0 20px;
  height: 50px;
  min-width: 170px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  letter-spacing: 1px;
}
/**
 * Responsive footer 1
 */
@media (max-width: 991px) {
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom address {
    text-align: center;
    margin: 20px 0 0;
  }
}
