.footer_1_col .widget_wrap {
  width: 545px;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 30px !important;
}
.footer_2_col .widget_wrap {
  width: 570px;
}
.footer_3_col .widget_wrap {
  width: 370px;
}
.footer_4_col .widget_wrap {
  width: 25%;
  padding: 0px 10px;
}
footer .footer_content {
  position: relative;
  width: 100%;
}
footer .widget_wrap {
  float: left;
  margin: 30px 0px 30px 0;
}
@media only screen and (max-width: 1035px) and (min-width: 768px) {
  footer .widget_wrap {
    width: 477px;
  }
}
footer .footer_coms {
  padding: 15px 0;
  font-size: 12px;
}
footer .footer_coms p {
  font-size: 12px;
  line-height: 32px;
  margin-bottom: 0;
}
footer .footer_coms .footer_message {
  float: left;
  line-height: 32px;
  text-align: left;
}
footer .footer_coms .footer_message-right {
  float: right;
}
footer .footer_coms .footer_social {
  float: left;
}
footer .footer_coms .f_social_icons div {
  float: left;
  position: relative;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer_coms .f_social_icons div a {
  display: block;
  font-size: 16px;
  line-height: 29px;
}
footer .footer_coms .ass {
  float: right;
  line-height: 32px;
}
footer .footer_coms .ass a img {
  margin: 0 5px;
  vertical-align: top;
  border: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
footer .footer_coms .ass a:hover img {
  -moz-transform: scale(1.1) rotatey(360deg) translateX(0px) translateY(0px) skewX(1deg) skewY(1deg);
  -webkit-transform: scale(1.1) rotatey(360deg) translateX(0px) translateY(0px) skewX(1deg) skewY(1deg);
  -o-transform: scale(1.1) rotatey(360deg) translateX(0px) translateY(0px) skewX(1deg) skewY(1deg);
  -ms-transform: scale(1.1) rotatey(360deg) translateX(0px) translateY(0px) skewX(1deg) skewY(1deg);
  transform: scale(1.1) rotatey(360deg) translateX(0px) translateY(0px) skewX(1deg) skewY(1deg);
}
