/*
added swing analyzer and research menu items
*/
html, body {
  	width:100%;
  	padding:0;
  	margin:0;
    font-family: 'Fira Sans', sans-serif;
    font-weight:400;
    background-color:#555;
  }
  ::-webkit-input-placeholder {
    color: #777;
  }
  ::-moz-placeholder {
    color: #777;
  }
  :-ms-input-placeholder {
    color: #55;
  }
  :-moz-placeholder {
    color: #777;
  }
  [required] {
      box-shadow: none;
  }

  a {
  	color:#fff;
  	text-decoration:none;
  }
  a:hover {
  	text-decoration:underline;
  }
  img {
    max-width: 100%;
  }
textarea,
input {
  -webkit-appearance: none;
}


 .h1 {
   color:#fff;
   text-transform: uppercase;
   font-weight: 900;
   font-size: 35px;
   line-height: 40px;
   font-family: 'Fira Sans', sans-serif;
   letter-spacing: 10px;
   border-bottom:3px dotted #1b6eff;
   display:inline-block;

   padding-bottom:20px;
 }




  h2{
      color:#fff;
      letter-spacing: 2px;
      font-weight:400;
      font-size:22px;
      line-height: 30px;

  }



  .wrapper{
    max-width:1300px;
    margin:0 auto;
    width:96%;
    padding:0 2%;
  }
  .content {
    position: relative;
    z-index: 2;
  }






.text-input {
  color:#333;
  background:#fff;
  border:1px solid #ccc;
  border-radius:0px;
  width:100%;
  box-sizing: border-box;
  padding:8px;
  margin:2px 0;
  font-size:14px;
  letter-spacing: 2px;
  height:30px;
}

.textarea {
  color:#333;
  background:#fff;
  border:1px solid #ddd;
  border-radius:0px;
  padding:8px;
  margin:2px 0;
  font-size:14px;
  box-sizing: border-box;
  letter-spacing: 2px;
  height:75px;
  font-family:sans-serif;
  width:100%;
}
.textarea:disabled,
.text-input:disabled {
  background:#eee;
  color:#555;
}
.btn {
  background:#1b6eff;
  color:#fff;
  border-radius: 0px;
  border-width: 0;
  height:36px;
  font-family:'Fira Sans', sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  font-size:16px;
  line-height: 30px;
  padding:0;
  margin:2px 0;
  width:150px;
  cursor:pointer;
  float:right;
}
.btn:disabled {
  background:#333;
}
.btn:active,
.btn:focus {
  outline:none !important;
}
.btn:hover {
  background:#333;
  }



.clearfix:before,.clearfix:after{content: " ";display: table;}.clearfix:after {clear: both;}
.pull-left {float:left;}
.pull-right {float:right;}
.right {text-align:right;}
.center {text-align:center;}
.full { width:100%; }
.half { width:50%; }
.third { width:33%; }

.two-thirds { width:66%; }
.font-zero {font-size:0;}



@media only screen and (max-width: 500px){
  .center-handhelds{margin:auto;text-align:center}
  .hide-on-handhelds{display:none}
  .full-handhelds{width:100%}
}
@media only screen and (min-width: 501px) and (max-width: 1024px){
  .center-tablets{margin:auto;text-align:center}
  .hide-on-tablets{display:none}
  .pull-right-tablets{float:right}
  .pull-left-tablets{float:left}
  .third-tablets{width:33.333%}
  .half-tablets{width:50%}
  .two-thirds-tablets{width:66.666%}
  .full-tablets{width:100%}
}
@media only screen and (min-width: 1024px){
  .hide-on-desktops{display:none}
  .pull-left-desktop{float:left}
  .pull-right-desktop{float:right}
  .third-desktop{width:33.333%}
  .half-desktop{width:50%}
  .two-thirds-desktop{width:66.666%}
}


#hamburger-link {
  display:none;
}
.mobile-menu-wrapper {
  display:inline-block;
}

.top-nav-wrapper {
  padding:20px 0 75px 0;
  background:rgba(0,0,0,.6);
  background: -moz-linear-gradient(top, rgba(21,35,41,0.95) 0%, rgba(0,0,0,) 100%);
  background: -webkit-linear-gradient(top, rgba(21,35,41,0.95) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(21,35,41,0.95) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );

}

.site-nav {
  padding-top:20px;
  text-align: center;
}

.logo-link {
  display:block;
  width:100%;
  margin-top:20px;
}
.main-logo {
  display:block;
  margin:0 auto;
}








.main-menu-link {
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  text-decoration: none;
  font-size:13px;
  font-weight:100;
  text-transform: uppercase;
  letter-spacing:0px;
  margin:0px 5px 0 5px;
  padding-bottom:8px;
  border-bottom:2px solid transparent;
  transition:all .2s ease;
}

.main-menu-link:focus {
  outline: none;
}

.main-menu-link:hover {
  color:#fff;
  border-color:#fff;
  text-decoration:none;
}
.nav-selected {
  border-color:rgba(255,255,255,.2);
}
.light-layout .nav-selected {
  border-color:#B8B8B8;
}

.menu-devider {
  display:none;
}

.menu-label {
  display:none;
  background:#1b6eff;
  color:white;
  position: absolute;
  top:-16px;
  left:-5px;
  font-size:10px;
  font-weight: 100;
  padding:2px 5px;
  border-radius: 2px;
  letter-spacing: 0;
  transform: rotate(-14deg) translate3d( 0, 0, 0);
}



.social {
position:absolute;
top:5px;
right:40px;
display: inline-block;
z-index: 400;
}
.social-link {
opacity: .5;
transition: opacity .5s ease;
}
.social-link:hover {
opacity: 1;
}
.social-link img {
width:30px;
height:30px;
}



.footer {
  color:#222;
  background-color:#fff;
  padding:30px 0;

}

.footer h2 {
  letter-spacing: 1px;
  font-weight: 900;
  color:#444;
  font-size:25px;
  line-height: 35px;
  margin:0;
}


.copyright {
  color:#fff;
  background-color:#212121;
  letter-spacing: 20px;
  width:100%;
  padding:30px 0;
  text-align:center;
}




.site-footer {
  background:#222;
  text-align: center;
}
.footer-partners {
  margin-bottom:50px;
  background:#1b1b1b;
  font-size:0;
}

.footer-partner-img {
  filter:brightness(0.3) grayscale(1);
  transition: filter .5s ease;
  padding: 30px 1%;
  max-width:250px;
  vertical-align: middle;
  width:18%;
}

.footer-partner-img:hover {
  filter:brightness(1) grayscale(0);
}


.footer-main-menu-link {
  font-size:18px;
  font-weight:900;
  text-transform: uppercase;
  text-decoration: none;
  color:#555;
  padding:20px 8px;
  line-height: 50px;
  transition: color .5s ease;
}
.footer-main-menu-link:hover {
  text-decoration: none;
  color:#aaa;
}

.footer-social-menu {
  padding:20px 0 50px 0;
}

.footer-social-link {
  filter:brightness(0.5);
  transition: filter .5s ease;
  padding:0 20px;

}

.footer-social-link:hover {
  filter:brightness(1);

}
.footer-social-link img {
  width:40px;
}



.video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  filter:grayscale(100%);
  transition: filter 1s ease;
}

.video-sepia {
  filter:grayscale(0%);
}



#hp-video-flip {
  overflow:hidden;
  display:block;
}

.hp-video-wrapper {
  background-color:#fff;
  padding-top:20px;
  text-align: center;
}


.lw-quote {
  max-width:1200px;
  margin:0 auto 20px auto;

}
.testimonial{
  letter-spacing: 2px;
  font-size:18px;
  font-weight: 900;
  line-height: 30px;
  color:#1964e8;
  padding:40px;
}

#close-hidden-video {

  font-size:45px;
  text-decoration: none;
  color:#aaa;
  margin-top:-22px;
  line-height:30px;

}
#hp-hidden-video-wrapper {
  display:none;
  background:#eee;
  padding:20px 0;
}
.hp-video-banner {
  width:100%;
}
.hp-hidden-video {
  height:200px;
  width:90%;
  margin:0 auto;
  max-width:900px;
}

.hp-testimonial-vid {
  height:200px;
  width:90%;
  margin:5%;
}


.hp-book-wrapper {
  background:#1b1b1b;
  color:#fff;
  letter-spacing:2px;
  padding:30px 0 50px 0;
}
form.hp-book-form {
padding: 0;
}
.hp-book-text {
  margin-bottom:20px;
}



.case-study {
  color: #555;
  padding:20px 1%;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.88);
  margin:0;
  border-left:10px solid #1b6eff;
}
.case-study-name{
  font-size:28px;
  color:#222;
  display:block;
}
.case-study-video {
  width:100%;
  height:200px
}


.mobile-yt-video {
  margin:20px 0;
  width:100%;
  height:165px;
}





/*

#ig-feed-wrapper h2 {
  letter-spacing: 1px;
  font-weight: 900;
  color: #666;
  font-size: 20px;
  line-height: 35px;
  margin: 0;
  margin-bottom: 50px;
}
#ig-feed-wrapper {
  background:#222;
}
.ig-img-wrapper {
  width:27.3%;
  display:inline-block;
  margin:30px 0;
  max-height:400px;
}
.ig-img-wrapper:nth-child(even) {
  margin:30px 9%;
}
.ig-img {
  width:100%;
  display:block;
  filter:grayscale(0);
  transition: filter .5s ease;
}
.ig-img:hover {
  filter:grayscale(1);
}

.ig-caption {
  font-size:12px;
  display: block;
  width:98%;
  color:#999;
  background:#1b1b1b;
  padding:8px 1%;
}
.ig-caption a {
  color:#555;
}
*/


#ig-feed-wrapper {
  background:#222;
}

.ig-wrapper {
  padding:100px 0 20px 0;
}
.ig-img-wrapper {
  width:33.33%;
  display:inline-block;
  float:left;
  margin:0;
  overflow: hidden;
  position: relative;
}

.ig-img {
  width:100%;
  display:block;
  transition: transform .8s cubic-bezier(0.18, 0.89, 0.32, 2.18);
}
.ig-img:hover {
  transform: scale(1.1);
}

.ig-caption {
  font-size:14px;
  line-height: 18px;
  display: block;
  position: relative;
  z-index: 2;
  width:98%;
  background:rgba(0,0,0,.8);
  margin-top:-26px;
  padding:5px 1%;
  height:16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  transition: all .8s cubic-bezier(0.18, 0.89, 0.32, 1.18);
}
.ig-caption a {
  color:#39ffad;
  display: block;

}
.ig-img-wrapper:hover .ig-caption {
  white-space: normal;
  height:140px;
  margin-top:-150px;
  text-align: center;

}


.ig-meta {
  position: absolute;
  top:-50px;
  left:0;
  width:100%;
  text-align: center;
  transition: top .8s cubic-bezier(0.18, 0.89, 0.32, 1.18), opacity .8s cubic-bezier(0.18, 0.89, 0.32, 1.18), font-size .8s cubic-bezier(0.18, 0.89, 0.32, 1.18);
  font-size:18px;
  color:#fff;
  opacity: 0;
  height:50px;
  line-height:50px;
  background: rgba(0,0,0,.5);

}
.ig-comment-count {
  margin-left: 30px;
}
.ig-img-wrapper:hover .ig-meta {
  top:0px;
  opacity: 1;
  font-size:21px;
}
/*
.ig-type-video:after {
  content:"\f04b";
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:75px;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  transform:translate(0, 0);
  position: absolute;
  z-index: 5;
  color:rgba(255,255,255,.9);
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
  transition: font-size .8s cubic-bezier(0.18, 0.89, 0.32, 1.18), opacity .8s cubic-bezier(0.18, 0.89, 0.32, 1.18);
}
.ig-type-video:hover:after {
  opacity: 0;
  font-size:50px;
}
*/

@media only screen and (min-width: 400px) {
  .mobile-yt-video {
    height:220px;
  }


}


.mailchimp-form {
  color:white;
  letter-spacing: 2px;
  padding-bottom:130px;
}
.mailchimp-form .text-input {
  width:100%;
  padding:9px 10px;
  height:auto;
  border-color:rgba(255,255,255,.3);
  background:rgba(255,255,255,.5);
}
.mailchimp-form .text-input:focus,
.mailchimp-form .text-input:hover {
  background:rgba(255,255,255,.7);
}
.mailchimp-form .text-input::-webkit-input-placeholder {
  color: #333;
}
.mailchimp-form .text-input::-moz-placeholder {
  color: #333;
}
.mailchimp-form .text-input:-ms-input-placeholder {
  color: #333;
}
.mailchimp-form .text-input:-moz-placeholder {
  color: #333;
}
.mce-field-wrapper {
  margin-right:1%;
  display:inline-block;
  text-align: left;
  width:200px;
}

.yt-playlist-wrapper {
  display: none;
}
.yt-video-details {
  display:none;
}
.yt-mobile-playlist-link-placeholder img{
  width:100%;
}


@media only screen and (min-width: 560px) {
  .case-study-video {
    height:300px;
  }

  .hp-hidden-video,
  .hp-testimonial-vid {
    height:300px;

  }



  #yt-playlist-mobile {
    display:none;
  }
  .yt-playlist-wrapper {
    padding:15px 1%;
    margin-bottom: 130px;
    background:rgba(255,255,255,.6);
    font-size: 0;
    display:block;
  }
  #yt-playlist-title {
    font-size:20px;
    color:#fff;
    display:block;
    margin-bottom:20px;
  }

  #yt-playlist-share {
    position: absolute;
    bottom:15px;
  }
  #yt-placeholder,
  #yt-video {
    width:100%;
    height:378px;
  }
  #yt-video {
    display:none;
  }


  .yt-playlist {
    width:100%;
    font-size:0;
    padding-top:20px;
  }

  .yt-playlist-link-placeholder,
  .yt-playlist-link {
    border:5px solid transparent;
    display:inline-block;
    box-sizing: border-box;
    width:33.333%;
    background:white;
  }
  .yt-playlist-link-placeholder img,
  .yt-playlist-link img {
    width:100%;
    height:100%;
    transition: filter .3s ease;
    filter:grayscale(100%);
  }

  .yt-playlist-link img:hover {
    /*filter: sepia(40%);*/
    filter:grayscale(0%);
  }
  .yt-playlist-link-selected {
    border-color:#1a64e9;
  }

  .footer h2 {
    font-size:40px;
    line-height: 55px;
  }
  #ig-feed-wrapper h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 10px;
  }
}


@media only screen and (max-width: 600px) {


  .social {
    display:none;
  }
  .top-nav-wrapper {
    padding:75px 0 0 0;
  }
  .site-nav {
    display:none;
    background:#fff;
    position: fixed;
    top:75px;
    left:0;
    right:0;
    z-index: 999;
    box-shadow: 0 0px 80px 0px #000;
  }
  .logo-link {
    width:75px;
    padding:10px;
    float:left;
    margin-top:0;
  }
  .main-logo {
    height:auto;
  }
 .mobile-menu-wrapper {
   background:#222;
   position: fixed;
   top:0;
   left:0;
   right:0;
   z-index: 1000;
 }
  #hamburger-link {
    float:right;
    display:block;
    height:75px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight:100;
    line-height: 75px;
    font-size:20px;
    color:#656565;
    text-decoration: none !important;
  }
  #hamburger-wrapper {
    float:right;
    width:60px;
    height:55px;
    padding-top:22px
  }
  .hamburger-line {
    width:30px;
    height:5px;
    margin:4px auto;
    background:#fff;
    transition: transform .8s ease;
    transition-property: transform, opacity;
  }
  .main-menu-link {
    display:block;
    border-color:transparent;
    padding:20px 0;
    color:#222;
    transition: transform .8s ease;
    transform:translateX(100px) scaleX(1.2);

  }
  .main-menu-link:hover {
    color:#888;
  }

  .nav-selected {
    transform:translateX(200px);
    font-style: italic;
    color:#888;
  }

  .mobile-menu-visible {
    transform:translateX(0)  scaleX(1);
    opacity: 1;
  }

  .hamburger-menu-in .hamburger-line-1 {
    transform:rotate(-45deg)  translateY(6px);
    transform-origin: center;
  }
  .hamburger-menu-in .hamburger-line-2 {
    transform:rotate(45deg) translateY(-6px);
    transform-origin: center;
  }
  .hamburger-menu-in .hamburger-line-3 {
    opacity: 0;
  }

  .hp-video-banner {
    width:140%;
    margin-left:-20%;
    max-width:140%;
  }

  .ig-img-wrapper {
      width:100%;
      float:none;
      margin:0;
    }
  .ig-img-wrapper:nth-child(even) {
    margin:0;
  }


}
@media only screen and (min-width: 800px) {


  .main-menu-link {
    font-size:20px;
  }
  .h1 {
    margin:200px auto 0 auto;
    font-size: 50px;
    line-height: 60px;
    text-shadow: 0 0 100px #000;
    border-bottom:20px dotted #1b6eff;
  }
  .lw-quote {
    padding:0 40px;
  }

  .hp-hidden-video {
    height:506px;
    width:98%;
    margin:0 auto;
  }



  .case-study-video {
    width:75%;
    height:550px;
  }
  .case-study {
    width: 19%;
    float: left;
    padding: 20px 2%;
    min-height: 510px;
  }
  .case-study-name {
    margin-top:30px;
  }

  .yt-video-details {
    display: block;
    position: relative;
    width: 33.333%;
    min-height:378px;
    padding: 20px 1% 0 1%;
    float: left;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    background:#1a64e9;
    color: #fff;
  }
  #yt-playlist-title {
    font-size:20px;
    color:#fff;
    display:block;
    margin-bottom:20px;
  }

  #yt-playlist-share {
    position: absolute;
    bottom:15px;
  }
  #yt-placeholder,
  #yt-video {
    width:66.666%;
    height:378px;
  }


  .hp-book-form {
    max-width:500px;
    margin:0 auto;

  }

}
@media only screen and (min-width: 1000px) {
.footer-main-menu-link {
  font-size:20px;
}
      .hp-testimonial-vid {
        height:400px;
        width:66.66%;
        max-width:66.66%;
        margin:20px 0 0 0;
      }
  #yt-placeholder,
  #yt-video {
    width:66.666%;
    height:400px;
  }
  #yt-playlist-title {
    font-size:25px;
  }
  .yt-video-details {
    min-height:400px;
    padding: 20px 2% 0 2%;
  }
  #yt-playlist-description {
    line-height: 20px;
  }
  .footer-partner-img {
    width:auto;
  }

}
@media only screen and (min-width: 1200px) {
  .h1 {
    font-size: 94px;
    line-height: 95px;
    text-shadow: 0 0 100px #000;
    border-bottom:20px dotted #1b6eff;
  }
  #yt-placeholder,
  #yt-video {
    height:478px;
  }
  #yt-playlist-title {
    font-size:28px;
  }
  .yt-video-details {
    min-height:478px;
    padding: 30px 6% 0 2%;
  }
  #yt-playlist-description {
    line-height: 22px;
  }

  .hp-book-form {
    max-width:400px;

    margin-top:25px;
    float:right;
    text-align: right;
  }

  .hp-book-text {
    float:left;
    max-width:750px;
  }

}







.lw-quote h2 {
  letter-spacing: -3px;
  font-weight: 900;
  color:#000;
  font-size:40px;
  line-height: 55px;
}




.training-mailing-list-header {
  font-size:25px;
  color:#fff;
}

#introduction-page {
  background-color:#111;
  background-image: url('/img/lw3.jpg');
  background-size:cover;
}

#videos-page {
  background-color:#111;
  background-image: url('/img/lw1.jpg');
  background-size:cover;
}



#case-studies {
  background-color:#fff;
  background-image: url('/img/lw2.jpg');
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}



@media only screen and (max-width: 600px) {
  #home-page {
    background: url('/img/hp-vid-thumb.jpg');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: top center;
  }

  #videos-page,
  #introduction-page {
    background-color:#eee;
    background-image:none;
  }

  .training-mailing-list-header {
    color:#333;
  }
}



#book-form-message,
#contact-form-message {
  display: none;
  background:#222;
  color:white;
  font-weight: 400;
  font-size:16px;
  padding:5px 2%;
  overflow:hidden;
  white-space: nowrap;
  width:0px;
  transition: all .5s ease;
}
.contact-form-message-in {
  display:block !important;
  width:96% !important;
}



.contact-msg {
  font-size:18px;
  line-height: 22px;
  font-weight: 400;
}




@media only screen and (min-width: 600px) and (max-width:820px) {
  .footer-main-menu-link {
    font-size:16px;
    padding:20px 8px;
  }
}


@media only screen and (min-width: 600px) and (max-width:935px) {
  .main-menu-link {
    display:block;
    margin:10px 0 0 0;
  }
  .site-nav {
    padding-top:30px;
    margin-right: 60px;
    text-align: center;
    float:right;
  }
  .social {
    right:70px;
  }
}



@media only screen and (min-width: 600px) {


    .menu-label {
      display: block;

    }
    .footer-main-menu-link .menu-label {
      top:4px;
    }
    .footer-main-menu-link {
      position: relative;
      white-space: pre;
    }
}
@media only screen and (min-width: 935px) {


  .testimonial{
    padding:40px 50px 40px 0;
  }

  .social {
    right:0;
  }
  .site-nav {
    padding-top:50px;
    float:right;
    position: relative;
  }
  .logo-link {
    display:inline;
    width:auto;
    margin-top:0;
  }
  .main-logo {
    display:inline-block;
    margin:0;
  }
  .menu-devider {
    -ms-transform: skew(-30deg,0deg);
    -webkit-transform: skew(-30deg,0deg);
    transform: skew(-30deg,0deg);
    width:3px;
    height:15px;
    background-color:#B8B8B8;
    display:inline-block;
    margin:0 5px;
  }


  .main-menu-link {
    margin:30px 0px 0 0px;
    font-size:13px;
  }
  .main-menu-link:last-child {
    margin-right:0;
  }
  .top-nav-wrapper {
    padding:20px 0;
  }



}





@media only screen and (max-width: 1024px) {
  .copyright {
    letter-spacing: 3px;
  }
}

@media only screen and (min-width: 935px) and (max-width: 1160px) {
  .menu-devider {
    margin:0 0px;
  }
  .main-menu-link {
    font-size:12px;
  }
}

@media only screen and (min-width: 1344px) {
  .menu-devider {
    margin:0 8px;
  }
  .main-menu-link {
    font-size:13px;
  }
  .menu-label {
    left:-18px;
  }
}
@media only screen and (max-width: 700px) {
  .footer-main-menu-link {
    display:block;
  }
}


@media only screen and (max-width: 600px) {
  .copyright {
    letter-spacing: 2px;
  }
  .footer-social-link {
    padding:0 10px;
  }
  .footer-social-link img {
    width:50px;
  }



}




@-webkit-keyframes btn-waiting {
  0% {transform: scaleX(1);}
  50% {transform: scaleX(1.1);}
  100% {transform: scaleX(1);}
}
@-moz-keyframes btn-waiting {
  0% {transform: scaleX(1);}
  50% {transform: scaleX(1.1);}
  100% {transform: scaleX(1);}
}
@-o-keyframes btn-waiting {
  0% {transform: scaleX(1);}
  50% {transform: scaleX(1.1);}
  100% {transform: scaleX(1);}
}
@keyframes btn-waiting {
  0% {transform: scaleX(1);}
  50% {transform: scaleX(1.1);}
  100% {transform: scaleX(1);}
}
.sending {
  -webkit-animation: btn-waiting .5s ease infinite;
     -moz-animation: btn-waiting .5s ease infinite;
       -o-animation: btn-waiting .5s ease infinite;
          animation: btn-waiting 1s ease infinite;
    outline:none !important;
}
