.feedback {
  /* background: url(../image/feedback/feedback.png) no-repeat left top; */
  padding: 2px 0 2px 10px;
  position: relative;
  width: 54%;
}
.feedback:hover {
    cursor:pointer;
}
.feedback:hover .pull-left-tel {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    
}
.feedback:hover .pull-left-tel i {
  color: #ffffff;
}
.pull-left-tel i {
    font-size: 30px;
    height: 30px;
    width: 30px;
    color: #333333;
    /* margin-right: 10px; */
    text-align: center;
    float: left;
}
.feedback .icon {
    position: absolute;
    left:0;
    top:0;
    width:31px;
    height:31px;
    transform-origin: center center;
}
.feedback .icon:before {
  content: '\f095';
  /* fa-phone  */
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  width: 19px;
  height: 19px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  background: #ffb131;
  /* var secondary */
  border: 6px solid #ffb131;
  /* var secondary */
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
}
.feedback:hover .icon:before {
  background: #ffa003;
  /* var secondary-dark */
  border-color: #ffa003;
  /* var secondary-dark */
}
.feedback p {
  color: #333333;
  /* var gray-dark */
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  padding: 0;
  text-align: left;
}
.feedbackform {
  padding-left: 5px;
  clear: both;
}
.feedbackform p {
  margin-bottom: 10px;
}
.feedback p span {
  /* font-size: 20px; */
  color: #333333;
}
.feedbackform input,
.feedbackform textarea {
  display: block;
  padding: 8px 2%;
  width: 96%;
  margin-top: 5px;
}
.feedback-form-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 47%;
}
.feedback-form-block.right {
  margin-left: 3%;
}
a.feedback-button-small {
  padding: 2px 5px 2px 5px;
  display: inline-block;
  margin-right: 3px;
  margin-top: 10px;
  background: #ffb131;
  /* var secondary */
  /*background:url('../image/button_left.png') top left no-repeat;*/
  text-decoration: none;
  color: #fff;
  *display: inline;
  *zoom: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.feedback-button-small:hover {
  background: #ffa003;
  /* var secondary-dark */
  text-decoration: none;
}
.shake, .shake-horizontal {
  transform-origin: center center;
}

.icon {
  animation-play-state: paused; 
}


.feedback:hover .icon {
  animation-play-state: running; 
}
@keyframes shake-horizontal {
/*
  10% {
    transform: translate(0, -1px) rotate(0); }
  20% {
    transform: translate(0, -2px) rotate(0); }
  30% {
    transform: translate(0, -2px) rotate(0); }
  40% {
    transform: translate(0, -1px) rotate(0); }
  50% {
    transform: translate(0, 0) rotate(0); }
  60% {
    transform: translate(0, 1px) rotate(0); }
  70% {
    transform: translate(0, 2px) rotate(0); }
  80% {
    transform: translate(0, 2px) rotate(0); }
  90% {
    transform: translate(0, 1px) rotate(0); }

  0%, 100% {
    transform: translate(0, 0) rotate(0); } }
*/
  10% {
    transform: rotate(-2deg); }
  20% {
    transform: rotate(-6deg); }
  30% {
    transform: rotate(-6deg); }
  40% {
    transform: rotate(-2deg); }
  50% {
    transform: rotate(0); }
  60% {
    transform: rotate(2deg); }
  70% {
    transform: rotate(6deg); }
  80% {
    transform: rotate(6deg); }
  90% {
    transform: rotate(2deg); }

  0%, 100% {
    transform: translate(0, 0) rotate(0); } }
.feedback:hover .icon {
  animation: shake-horizontal 200ms ease-in-out infinite; }
  
/****************************************** 
  dark-style
******************************************/
.dark-style .feedback:before {
  color: #fff;
  background: #ffb131;
  /* var secondary */
  border-color: #ffb131;
  /* var secondary */
}
.dark-style .feedback p {
  color: #f1f1f1;
  /* var gray-light */
}
.dark-style .feedback p span {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style a.feedback-button-small {
  background: #ffa003;
  /* var secondary-dark */
  color: #fff;
}
.dark-style a.feedback-button-small:hover {
  background: #ffb131;
  /* var secondary */
}

@media screen and (max-width: 400px) {
  .header-center .feedback {
    float: none;
    display: block;
    margin: 25px 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .feedback-form-block {
    width: 99%;
  }
  .feedback-form-block.right {
    margin-left: 0;
  }
  .feedbackform table td {
    width: 100%;
    display: block;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 0 10px;
  }
  .feedbackform .button {
    float: none !important;
  }
}
 