﻿@font-face {
  font-family: 'fontello';
  src: url('/fonts/fontello.eot?92742236');
  src: url('/fonts/fontello.eot?92742236#iefix') format('embedded-opentype'),
       url('/fonts/fontello.woff2?92742236') format('woff2'),
       url('/fonts/fontello.woff?92742236') format('woff'),
       url('/fonts/fontello.ttf?92742236') format('truetype'),
       url('/fonts/fontello.svg?92742236#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-camera:before { content: '\e800'; } 
.icon-videocam:before { content: '\e801'; } 
.icon-logo-tiktok:before { content: '\e802'; } 
.icon-spin6:before { content: '\e839'; } 
.icon-spin4:before { content: '\e834'; }
.icon-twitter:before { content: '\f099'; } 
.icon-youtube-play:before { content: '\f16a'; }
.icon-weibo:before { content: '\f18a'; } 
.icon-qq:before { content: '\f1d6'; }
.icon-wechat:before { content: '\f1d7'; } 
.icon-facebook-official:before { content: '\f230'; } 
.icon-linkedin-squared:before { content: '\f30c'; }
.icon-instagram:before { content: '\f32d'; }

.animate-spin {
  -moz-animation: spin 1.3s infinite linear;
  -o-animation: spin 1.3s infinite linear;
  -webkit-animation: spin 1.3s infinite linear;
  animation: spin 1.3s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.button.btn-loading,.btn-loading{padding-right:12px; position:relative;}
.button.btn-loading:before,.btn-loading:before{position:absolute; right:18px; font-family:fontello; content:'\e834'; -moz-animation: spin 1.5s infinite linear; -o-animation: spin 1.5s infinite linear;  -webkit-animation: spin 1.5s infinite linear;  animation: spin 1.5s infinite linear; display: inline-block;}
.member-wrapper .form-box .btn .button-link.btn-loading{ padding-right:40px;}
#comment .button-link.large.btn-loading{ padding-right:35px;}
#comment .button-link.large.btn-loading:before{ right:10px;}
