.lt-xbutton-main-wrapper {
right: 2%;
    bottom: 5%;
  position: fixed;
  z-index: 999;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.lt-xbutton-main-wrapper * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.lt-xbutton-main-wrapper.active-timer .lt-xbutton {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  z-index: -1;
}

.lt-xbutton-main-wrapper.active-timer .lt-xwidget-caller-statuses {
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 999;
  -webkit-transition: -webkit-transform .2s ease 0s;
  -moz-transition: -moz-transform .2s ease 0s;
  -ms-transition: -ms-transform .2s ease 0s;
  -o-transition: -o-transform .2s ease 0s;
  transition: transform .2s ease 0s;
}

.lt-xbutton-main-wrapper.active-timer .lt-xwidget-caller-statuses:hover .lt-xwidget-close {
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lt-xbutton-main-wrapper.active-timer .lt-xwidget-caller-statuses .lt-xwidget-close {
  position: absolute;
  right: -2px;
  top: -13px;
  font-size: 22px;
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url(/img/predict/ie-bg-close.png) 50% 50% no-repeat;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0, rgba(0,0,0,0.3) 100%);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0, rgba(0,0,0,0.3) 100%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.15) 0, rgba(0,0,0,0.3) 100%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.15) 0, rgba(0,0,0,0.3) 100%);
  background-image: linear-gradient(top, rgba(0,0,0,0.15) 0, rgba(0,0,0,0.3) 100%);
}

.lt-xbutton-main-wrapper.active-timer .lt-xwidget-caller-statuses .lt-xwidget-close .lt-xwidget-close__icon {
  color: #5e6062;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

.lt-xbutton-main-wrapper.active-timer .lt-xwidget-caller-statuses .lt-xwidget-close .lt-xwidget-close__icon:before {
  color: #eee;
  content: "×";
  display: block;
  font-size: 22px;
  font-style: normal;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

.lt-xbutton-main-wrapper.active-timer .lt-xwidget-caller-statuses .lt-xwidget-close .lt-xwidget-close__icon:hover:before {
  color: #fff;
}

.lt-xbutton-main-wrapper.active-timer .lt-xwidget-caller-statuses .lt-xwidget-spiner-left {
  border-radius: 73px 0 0 73px;
  z-index: 200;
  -webkit-animation: spinner 14s linear forwards;
  -moz-animation: spinner 14s linear forwards;
  -ms-animation: spinner 14s linear forwards;
  -o-animation: spinner 14s linear forwards;
  animation: spinner 14s linear forwards;
  border: 6px solid #278ab2;
  border-right: none;
  left: -100%;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.lt-xbutton-main-wrapper.active-timer .lt-xwidget-caller-statuses .lt-xwidget-spiner-right {
  border-radius: 0 73px 73px 0;
  left: 100%;
  z-index: 100;
  -webkit-animation: fill 14s linear 14s forwards;
  -moz-animation: fill 14s linear 14s forwards;
  -ms-animation: fill 14s linear 14s forwards;
  -o-animation: fill 14s linear 14s forwards;
  animation: fill 14s linear 14s forwards;
  border: 6px solid #278ab2;
  border-left: none;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.lt-xbutton-main-wrapper .lt-xwidget-caller-statuses {
  font-family: "Open Sans", Arial, serif;
  background: url(/img/predict/ie-bg.png) 0 0;
  background: none repeat scroll 0 0 rgba(0,0,0,0.62);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  width: 140px;
  padding: 0;
  margin-bottom: 0;
  margin-right: 0;
  height: 140px;
  position: absolute;
  bottom: -38px;
  right: -38px;
}

.lt-xbutton-main-wrapper.lt-call-is-on .lt-xwidget-caller-statuses {
  background: url(http://web-client.livetex.ru/img/predict/ie-bg.png) 0 -140px;
  background-image: -webkit-linear-gradient(top, #41d5d3, #23bc9a);
  background-image: -moz-linear-gradient(top, #41d5d3, #23bc9a);
  background-image: -ms-linear-gradient(top, #41d5d3, #23bc9a);
  background-image: -o-linear-gradient(top, #41d5d3, #23bc9a);
  background-image: linear-gradient(top, #41d5d3, #23bc9a);
  -webkit-transition: 1s background;
  -moz-transition: 1s background;
  -ms-transition: 1s background;
  -o-transition: 1s background;
  transition: 1s background;
}

.lt-xbutton-main-wrapper.lt-call-is-on .lt-xwidget-caller-statuses .lt-xwidget-spiner-min {
  display: none;
}

.lt-xbutton-main-wrapper.lt-call-is-on .lt-xwidget-caller-statuses .lt-call-is-on,.lt-xbutton-main-wrapper.lt-call-is-on .lt-xwidget-caller-statuses .lt-xwidget-counter,.lt-xbutton-main-wrapper.lt-call-is-on .lt-xwidget-caller-statuses .lt-xwidget-caller-on,.lt-xbutton-main-wrapper.lt-call-is-on .lt-xwidget-caller-statuses .lt-caller-on {
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -ms-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
  z-index: -1;
}

.lt-xbutton-main-wrapper.lt-call-is-on .lt-xwidget-caller-statuses .lt-xwidget-caller {
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -ms-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
  z-index: 10;
}

.lt-xbutton-main-wrapper.lt-caller-on .lt-xwidget-caller-statuses {
  background: url(/img/predict/ie-bg.png) 0 -140px;
  background-image: -webkit-linear-gradient(top, #41d5d3, #23bc9a);
  background-image: -moz-linear-gradient(top, #41d5d3, #23bc9a);
  background-image: -ms-linear-gradient(top, #41d5d3, #23bc9a);
  background-image: -o-linear-gradient(top, #41d5d3, #23bc9a);
  background-image: linear-gradient(top, #41d5d3, #23bc9a);
  -webkit-transition: 1s background;
  -moz-transition: 1s background;
  -ms-transition: 1s background;
  -o-transition: 1s background;
  transition: 1s background;
}

.lt-xbutton-main-wrapper.lt-caller-on .lt-xwidget-caller-statuses .lt-xwidget-spiner-min {
  display: none;
}

.lt-xbutton-main-wrapper.lt-caller-on .lt-xwidget-caller-statuses .lt-call-is-on,.lt-xbutton-main-wrapper.lt-caller-on .lt-xwidget-caller-statuses .lt-xwidget-counter,.lt-xbutton-main-wrapper.lt-caller-on .lt-xwidget-caller-statuses .lt-xwidget-caller-on,.lt-xbutton-main-wrapper.lt-caller-on .lt-xwidget-caller-statuses .lt-caller-on {
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -ms-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
  z-index: -1;
}

.lt-xbutton-main-wrapper.lt-caller-on .lt-xwidget-caller-statuses .lt-xwidget-caller-on {
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -ms-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
  z-index: 10;
}

.lt-xbutton-main-wrapper.lt-call-error .lt-xwidget-caller-statuses {
  background: url(http://web-client.livetex.ru/img/predict/ie-bg.png) 0 -280px;
  background-image: -webkit-linear-gradient(top, #ed4848, #d32b2b);
  background-image: -moz-linear-gradient(top, #ed4848, #d32b2b);
  background-image: -ms-linear-gradient(top, #ed4848, #d32b2b);
  background-image: -o-linear-gradient(top, #ed4848, #d32b2b);
  background-image: linear-gradient(top, #ed4848, #d32b2b);
}

.lt-xbutton-main-wrapper.lt-call-error .lt-xwidget-caller-statuses .lt-call-is-on,.lt-xbutton-main-wrapper.lt-call-error .lt-xwidget-caller-statuses .lt-xwidget-counter,.lt-xbutton-main-wrapper.lt-call-error .lt-xwidget-caller-statuses .lt-xwidget-caller-on,.lt-xbutton-main-wrapper.lt-call-error .lt-xwidget-caller-statuses .lt-caller-on {
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -ms-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
  z-index: -1;
}

.lt-xbutton-main-wrapper.lt-call-error .lt-xwidget-caller-statuses .lt-xwidget-spiner-min {
  display: none;
}

.lt-xbutton-main-wrapper.lt-call-error .lt-xwidget-caller-statuses .lt-xwidget-caller-error {
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -ms-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
  z-index: 10;
}

.lt-xbutton-main-wrapper.lt-call-busy .lt-xwidget-caller-statuses {
  background: url(/img/predict/ie-bg.png) 0 -280px;
  background-image: -webkit-linear-gradient(top, #ed4848, #d32b2b);
  background-image: -moz-linear-gradient(top, #ed4848, #d32b2b);
  background-image: -ms-linear-gradient(top, #ed4848, #d32b2b);
  background-image: -o-linear-gradient(top, #ed4848, #d32b2b);
  background-image: linear-gradient(top, #ed4848, #d32b2b);
}

.lt-xbutton-main-wrapper.lt-call-busy .lt-xwidget-caller-statuses .lt-call-is-on,.lt-xbutton-main-wrapper.lt-call-busy .lt-xwidget-caller-statuses .lt-xwidget-caller-on,.lt-xbutton-main-wrapper.lt-call-busy .lt-xwidget-caller-statuses .lt-xwidget-caller,.lt-xbutton-main-wrapper.lt-call-busy .lt-xwidget-caller-statuses .lt-xwidget-counter,.lt-xbutton-main-wrapper.lt-call-busy .lt-xwidget-caller-statuses .lt-caller-on {
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -ms-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
  z-index: -1;
}

.lt-xbutton-main-wrapper.lt-call-busy .lt-xwidget-caller-statuses .lt-xwidget-spiner-min {
  display: none;
}

.lt-xbutton-main-wrapper.lt-call-busy .lt-xwidget-caller-statuses .lt-xwidget-caller-busy {
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -ms-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
  z-index: 10;
}

.lt-xbutton {
  font-family: "Open Sans", Arial, serif;
  width: 58px;
  height: 58px;
  text-align: left;
  -webkit-transition: width .5s ease-in-out,-webkit-box-shadow .3s ease-in-out;
  -moz-transition: width .5s ease-in-out,-moz-box-shadow .3s ease-in-out;
  -ms-transition: width .5s ease-in-out,-ms-box-shadow .3s ease-in-out;
  -o-transition: width .5s ease-in-out,-o-box-shadow .3s ease-in-out;
  transition: width .5s ease-in-out,box-shadow .3s ease-in-out;
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0);
  background: #fff;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  border-radius: 58px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-animation: buttonShow .7s both ease-in-out 1;
  -moz-animation: buttonShow .7s both ease-in-out 1;
  -ms-animation: buttonShow .7s both ease-in-out 1;
  -o-animation: buttonShow .7s both ease-in-out 1;
  animation: buttonShow .7s both ease-in-out 1;
}

.lt-xbutton * {
  margin: 0;
  padding: 0;
  font-style: normal;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.lt-xbutton .lt-xbutton-flash {
  width: 58px;
  height: 58px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lt-xbutton .lt-xbutton-flash.lt-flash-left {
  -webkit-animation: iconAnim 2s both ease-in-out infinite;
  -moz-animation: iconAnim 2s both ease-in-out infinite;
  -ms-animation: iconAnim 2s both ease-in-out infinite;
  -o-animation: iconAnim 2s both ease-in-out infinite;
  animation: iconAnim 2s both ease-in-out infinite;
}

.lt-xbutton .lt-xbutton-flash.lt-flash-right {
  -webkit-animation: iconAnimtwo 2s both ease-in-out infinite;
  -moz-animation: iconAnimtwo 2s both ease-in-out infinite;
  -ms-animation: iconAnimtwo 2s both ease-in-out infinite;
  -o-animation: iconAnimtwo 2s both ease-in-out infinite;
  animation: iconAnimtwo 2s both ease-in-out infinite;
}

.lt-xbutton .lt-xbutton-dialler {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 74px;
  height: 74px;
}

.lt-xbutton .lt-xbutton-dialler .lt-xbutton-dialler-half {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.lt-xbutton .lt-xbutton-dialler .lt-xbutton-dialler-half.half-left {
  left: 0;
}

.lt-xbutton .lt-xbutton-dialler .lt-xbutton-dialler-half.half-right {
  right: 0;
}

.lt-xbutton .lt-xbutton-dialler .lt-xbutton-dialler-half .lt-xbutton-dialler-pie {
  border: 1px solid #278ab2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-clip: padding-box;
  width: 36px;
  height: 72px;
}

.lt-xbutton .lt-xbutton-dialler .lt-xbutton-dialler-half .lt-xbutton-dialler-pie.pie-left {
  border-radius: 76px 0 0 76px;
  border-right: none;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: pie-left 4s both linear infinite;
  -moz-animation: pie-left 4s both linear infinite;
  -ms-animation: pie-left 4s both linear infinite;
  -o-animation: pie-left 4s both linear infinite;
  animation: pie-left 4s both linear infinite;
}

.lt-xbutton .lt-xbutton-dialler .lt-xbutton-dialler-half .lt-xbutton-dialler-pie.pie-right {
  border-radius: 0 76px 76px 0;
  border-left: none;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: pie-right 4s both linear infinite;
  -moz-animation: pie-right 4s both linear infinite;
  -ms-animation: pie-right 4s both linear infinite;
  -o-animation: pie-right 4s both linear infinite;
  animation: pie-right 4s both linear infinite;
}

.lt-xbutton .lt-xbutton-form {
  width: auto;
}

.lt-xbutton .lt-xbutton-wrapper {
  overflow: hidden;
  height: 100%;
  -webkit-border-radius: 0 50% 50% 0;
  -moz-border-radius: 0 50% 50% 0;
  border-radius: 0 50% 50% 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lt-xbutton .lt-xbutton-wrapper .lt-xbutton-txt {
  font: 15px "Open Sans";
  font-weight: 300;
  float: left;
  width: 100px;
  margin: 14px 100px;
  color: #4c4c4c;
  opacity: 0;
}

.lt-xbutton .lt-xbutton-wrapper .lt-xbutton-input {
  border: 1px solid rgba(0,0,0,0.18);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
  width: 150px;
  font-size: 16px;
  font-family: "Open Sans";
  margin: 16px 0 0 15px;
  height: 26px;
  padding: 0 10px;
  outline: none;
  background: #fff;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lt-xbutton .lt-xbutton-wrapper .lt-xbutton-input:focus {
  outline: none;
  border: 1px solid #a6c8ff;
  -webkit-box-shadow: 0 0 0 1px #a6c8ff,inset 0 1px 1px rgba(0,0,0,0.07);
  -moz-box-shadow: 0 0 0 1px #a6c8ff,inset 0 1px 1px rgba(0,0,0,0.07);
  box-shadow: 0 0 0 1px #a6c8ff,inset 0 1px 1px rgba(0,0,0,0.07);
}

.lt-xbutton .lt-xbutton-wrapper .lt-xbutton-input::-ms-clear {
  display: none;
}

.lt-xbutton .lt-xbutton-wrapper .lt-xbutton-bttn {
  background: none repeat scroll 0 0 padding-box #3abfe7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  color: #fff;
  position: relative;
  border: none;
  font-size: 18px;
  opacity: 0;
  text-align: center;
}

.lt-xbutton .lt-xbutton-icons {
  line-height: 76px;
  text-align: center;
  height: 54px;
  width: 54px;
  border: 2px solid #278ab2;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  border-radius: 54px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .5s,border-color .5s;
  -moz-transition: -moz-transform .5s,border-color .5s;
  -ms-transition: -ms-transform .5s,border-color .5s;
  -o-transition: -o-transform .5s,border-color .5s;
  transition: transform .5s,border-color .5s;
}

.lt-xbutton .lt-xbutton-icons .lt-xbutton-phone-icon {
  color: #278ab2;
  font-size: 36px;
  line-height: 58px;
}

.lt-xbutton.lt-xbutton-active {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.24),0 5px 35px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.24),0 5px 35px 0 rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.24),0 5px 35px 0 rgba(0,0,0,0.3);
  width: 410px;
}

.lt-xbutton.lt-xbutton-active .lt-xbutton-flash {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lt-xbutton.lt-xbutton-active .lt-xbutton-dialler {
  display: none;
}

.lt-xbutton.lt-xbutton-active .lt-xbutton-icons {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
  margin-right: 5px;
  border-color: #fff;
  -webkit-transition: -webkit-transform .5s,border-color .5s;
  -moz-transition: -moz-transform .5s,border-color .5s;
  -ms-transition: -ms-transform .5s,border-color .5s;
  -o-transition: -o-transform .5s,border-color .5s;
  transition: transform .5s,border-color .5s;
}

.lt-xbutton.lt-xbutton-active .lt-xbutton-icons .lt-xbutton-close-icon {
  display: block;
}

.lt-xbutton.lt-xbutton-active .lt-xbutton-icons {
  float: left;
}

.lt-xbutton.lt-xbutton-active .lt-xbutton-txt {
  margin: 11px 0;
  opacity: 1;
  -webkit-transition: margin 1s,opacity 1s;
  -moz-transition: margin 1s,opacity 1s;
  -ms-transition: margin 1s,opacity 1s;
  -o-transition: margin 1s,opacity 1s;
  transition: margin 1s,opacity 1s;
}

.lt-xbutton.lt-xbutton-active .lt-xbutton-bttn {
  outline: none;
  opacity: 1;
  z-index: 9;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  cursor: pointer;
}

.lt-xbutton.lt-xbutton-active .lt-xbutton-bttn:active {
  padding: 0;
  margin: 0;
}

.lt-xbutton.lt-xbutton-active .lt-xbutton-bttn .lt-xbutton-bttn-flur {
  -webkit-animation: flur 2s both ease-in-out infinite;
  -moz-animation: flur 2s both ease-in-out infinite;
  -ms-animation: flur 2s both ease-in-out infinite;
  -o-animation: flur 2s both ease-in-out infinite;
  animation: flur 2s both ease-in-out infinite;
  background: rgba(255,255,255,0.6);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lt-xbutton.lt-xbutton-active .lt-xbutton-bttn-wrap {
  position: absolute;
  top: 8px;
  right: 8px;
  left: auto;
  -webkit-transition: right .5s;
  -moz-transition: right .5s;
  -ms-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s;
}

.lt-xbutton .lt-xbutton-status-busy {
  position: absolute;
  left: 100%;
  top: 0;
  height: 58px;
  background: none repeat scroll 0 0 #fff;
  width:;
  display: block;
  overflow: hidden;
  width: 0;
  padding: 0;
  opacity: 0;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  border-radius: 58px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lt-xbutton .lt-xbutton-status-busy-txt {
  margin-left: 65px;
  line-height: 16px;
  margin-top: 15px;
  white-space: nowrap;
}

.lt-xbutton .lt-xbutton-status-busy-txt .lt-xbutton-status-busy-txt-h1 {
  margin: 0;
  font-size: 14px;
  padding: 0;
  line-height: 16px;
}

.lt-xbutton .lt-xbutton-status-busy-txt .lt-xbutton-status-busy-txt-p {
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 16px;
}

.lt-xbutton .lt-xbutton-call-recuest-icon {
  line-height: 0;
  opacity: 0;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #278ab2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.lt-xbutton .lt-xbutton-call-recuest-icon:after {
  content: "\f095";
  font-size: 12px;
  color: #506467;
  font-family: FontAwesome;
  position: absolute;
  top: 21px;
  font-size: 28px;
  left: 7px;
}

.lt-xbutton .lt-xbutton-call-recuest-icon:before {
  content: "\f060";
  font-size: 10px;
  font-family: FontAwesome;
  color: #278ab2;
  position: absolute;
  top: 15px;
  left: 19px;
  transform: rotate(-45deg);
}

.lt-xbutton.lt-status-busy .lt-xbutton-bttn-wrap {
  right: 88%;
}

.lt-xbutton.lt-status-busy .lt-xbutton-bttn-wrap:hover .lt-xbutton-close-icon {
  display: block;
  top: -1px;
  left: -1px;
  z-index: 99;
}

.lt-xbutton.lt-status-busy .lt-xbutton-bttn-wrap .lt-xbutton-call-recuest-icon {
  opacity: 1;
}

.lt-xbutton.lt-status-busy .lt-xbutton-status-busy {
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: left .5s,width .5s,opacity .5s;
  -moz-transition: left .5s,width .5s,opacity .5s;
  -ms-transition: left .5s,width .5s,opacity .5s;
  -o-transition: left .5s,width .5s,opacity .5s;
  transition: left .5s,width .5s,opacity .5s;
}

.lt-xbutton.lt-status-busy .lt-xbutton-bttn {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.lt-xbutton .lt-xbutton-close-icon {
  position: absolute;
  display: none;
  top: 6px;
  left: 6px;
  color: #d4d4d4;
  border: 1px solid #d4d4d4;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 32px;
  background: #fff;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lt-xbutton .lt-xbutton-close-icon:after {
  content: "×";
  font-family: 'Verdana';
}

.lt-xwidget-caller-statuses {
  opacity: 0;
  z-index: -1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  font-family: "Open Sans";
  background: url(/img/predict/ie-bg.png) 0 0;
  background: none repeat scroll 0 0 rgba(0,0,0,0.62);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  width: 140px;
  padding: 0;
  margin-bottom: 0;
  margin-right: 0;
  height: 140px;
  position: absolute;
  bottom: -38px;
  right: -38px;
}

.lt-xwidget-caller-statuses .lt-xwidget-counter,.lt-xwidget-caller-statuses .lt-xwidget-success,.lt-xwidget-caller-statuses .lt-xwidget-caller,.lt-xwidget-caller-statuses .lt-xwidget-caller-error,.lt-xwidget-caller-statuses .lt-xwidget-caller-busy,.lt-xwidget-caller-statuses .lt-xwidget-caller-on {
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lt-xwidget-caller-statuses .lt-xwidget-caller-on__img {
  width: 100%;
}

.lt-xwidget-caller-statuses .lt-xwidget-caller {
  text-align: center;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -ms-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
  z-index: -1;
}

.lt-xwidget-caller-statuses .lt-xwidget-caller-img {
  height: 41px;
  width: 41px;
  overflow: hidden;
  margin: 22px auto 10px;
}

.lt-xwidget-caller-statuses .lt-xwidget-caller-img .lt-xwidget-caller__img {
  height: 41px;
  width: auto;
  -webkit-animation: 2s steps(4, end) 0s reverse none infinite animate-img;
  -moz-animation: 2s steps(4, end) 0s reverse none infinite animate-img;
  -ms-animation: 2s steps(4, end) 0s reverse none infinite animate-img;
  -o-animation: 2s steps(4, end) 0s reverse none infinite animate-img;
  animation: 2s steps(4, end) 0s reverse none infinite animate-img;
  max-width: none !important;
}

.lt-xwidget-caller-statuses .lt-xwidget-caller-img .lt-xwidget-caller-error__img {
  height: 40px;
  max-width: none;
}

.lt-xwidget-caller-statuses .lt-xwidget-caller__txt {
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  margin-top: 0;
  line-height: 16px;
}

.lt-xwidget-caller-statuses .lt-xwidget-counter__txt-before-hide {
  display: none;
}

.lt-xwidget-caller-statuses .lt-xwidget-spiner-min {
  background: none repeat scroll 0 0 transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 148px;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 148px;
  z-index: 50;
}

.lt-xwidget-caller-statuses .lt-widget-pie {
  width: 67px;
  height: 134px;
  position: absolute;
}

.lt-xwidget-caller-statuses .lt-xwidget-spiner-left-hidden {
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  height: 100%;
}

.lt-xwidget-caller-statuses .lt-xwidget-spiner-right-hidden {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
}

.lt-xwidget-caller-statuses.lt-timer-on .lt-xwidget-counter {
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: 1s opacity;
  -moz-transition: 1s opacity;
  -ms-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
  z-index: 10;
  text-align: center;
}

.lt-xwidget-caller-statuses.lt-timer-on .lt-xwidget-counter__count {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: .3s .2s;
  -moz-transition: .3s .2s;
  -ms-transition: .3s .2s;
  -o-transition: .3s .2s;
  transition: .3s .2s;
}

.lt-xwidget-caller-statuses.lt-timer-on .lt-xwidget-counter__count .lt-xwidget-counter__count-left,.lt-xwidget-caller-statuses.lt-timer-on .lt-xwidget-counter__count .lt-xwidget-counter__count-right {
  display: inline-block;
  width: 50px;
}

.lt-xwidget-caller-statuses.lt-timer-on .lt-xwidget-counter__count .lt-xwidget-counter__count-left {
  text-align: right;
}

.lt-xwidget-caller-statuses.lt-timer-on .lt-xwidget-counter__count .lt-xwidget-counter__count-right {
  text-align: left;
}

.lt-xwidget-caller-statuses.lt-timer-on .lt-xwidget-counter__txt-after {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  -webkit-transition: .3s .2s;
  -moz-transition: .3s .2s;
  -ms-transition: .3s .2s;
  -o-transition: .3s .2s;
  transition: .3s .2s;
  color: #fff;
}

.lt-xwidget-caller-statuses.lt-timer-on .lt-xwidget-counter__txt-before {
  font-size: 14px;
  margin: 12px 0 0;
  line-height: 18px;
  text-align: center;
  -webkit-transition: .3s .2s;
  -moz-transition: .3s .2s;
  -ms-transition: .3s .2s;
  -o-transition: .3s .2s;
  transition: .3s .2s;
  color: #fff;
}

@keyframes pie-left {
  0% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  10% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  30% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  40% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-moz-keyframes pie-left {
  0% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  10% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  30% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  40% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes pie-left {
  0% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  10% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  30% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  40% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes pie-right {
  0% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  10% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  30% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  40% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-moz-keyframes pie-right {
  0% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  10% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  30% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  40% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes pie-right {
  0% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  10% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  30% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  40% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes iconAnim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }

  30% {
    -webkit-box-shadow: 0 0 0 12px rgba(39, 138, 178, 0.45);
    -moz-box-shadow: 0 0 0 12px rgba(39, 138, 178, 0.45);
    box-shadow: 0 0 0 12px rgba(39, 138, 178, 0.45);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}

@-moz-keyframes iconAnim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }

  30% {
    -webkit-box-shadow: 0 0 0 12px rgba(48,216,178,0.1);
    -moz-box-shadow: 0 0 0 12px rgba(48,216,178,0.1);
    box-shadow: 0 0 0 12px rgba(48,216,178,0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}

@-webkit-keyframes iconAnim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }

  30% {
    -webkit-box-shadow: 0 0 0 12px rgba(48,216,178,0.1);
    -moz-box-shadow: 0 0 0 12px rgba(48,216,178,0.1);
    box-shadow: 0 0 0 12px rgba(48,216,178,0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}

@keyframes iconAnimtwo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }

  70% {
    -webkit-box-shadow: 0 0 0 16px rgba(48, 132, 216, 0.1);
    -moz-box-shadow: 0 0 0 16px rgba(48, 132, 216, 0.1);
    box-shadow: 0 0 0 16px rgba(48, 132, 216, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}

@-moz-keyframes iconAnimtwo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }

  70% {
    -webkit-box-shadow: 0 0 0 16px rgba(48,216,178,0.1);
    -moz-box-shadow: 0 0 0 16px rgba(48,216,178,0.1);
    box-shadow: 0 0 0 16px rgba(48,216,178,0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}

@-webkit-keyframes iconAnimtwo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }

  70% {
    -webkit-box-shadow: 0 0 0 16px rgba(48,216,178,0.1);
    -moz-box-shadow: 0 0 0 16px rgba(48,216,178,0.1);
    box-shadow: 0 0 0 16px rgba(48,216,178,0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}

@keyframes iconAnimt {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes iconAnimt {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes iconAnimt {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes flur {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}

@-moz-keyframes flur {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}

@-webkit-keyframes flur {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}

@keyframes buttonShow {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  70% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes buttonShow {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  70% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes buttonShow {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  70% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes fill {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-moz-keyframes fill {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-o-keyframes fill {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes fill {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes animate-img {
  from {
    margin-left: 0;
  }

  to {
    margin-left: -164px;
  }
}

@-moz-keyframes animate-img {
  from {
    margin-left: 0;
  }

  to {
    margin-left: -164px;
  }
}

@-o-keyframes animate-img {
  from {
    margin-left: 0;
  }

  to {
    margin-left: -164px;
  }
}

@keyframes animate-img {
  from {
    margin-left: 0;
  }

  to {
    margin-left: -164px;
  }
}