.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.sk-three-bounce .sk-bounce1 {
  animation-delay: -.32s
}

.sk-three-bounce .sk-bounce2 {
  animation-delay: -.16s
}

@keyframes sk-three-bounce {

  0%,
  80%,
  100% {
    transform: scale(0)
  }

  40% {
    transform: scale(1)
  }
}

.previewZoom {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9)
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

* {
  font-family: 'Roboto', sans-serif !important
}

html {
  height: 100%;
  min-height: 100%
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #82848f;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  background: #f7f7f7
}

a {
  text-decoration: none;
  color: #323032;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  outline: none
}

a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
  color: #181718
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #323032;
  font-weight: 400
}

p {
  line-height: 1.4;
  color: #82848f;
  margin: 0;
  padding: 0
}

ul {
  margin: 0;
  padding: 0;
  list-style: none
}

button {
  padding-top: 0 !important
}

label {
  margin: 0
}

.text-regular {
  font-weight: 400
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 35px 0 35px;
  background-color: #50b8e7;
  border: none;
  color: #fff;
  border-radius: 3px;
  box-shadow: none !important;
  outline: 0 !important;
  -moz-transition: all .15s ease;
  -o-transition: all .15s ease;
  -webkit-transition: all .15s ease;
  transition: all .15s ease
}

.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
  background-color: #3aafe4;
  text-decoration: none;
  outline: 0 !important
}

.btn.small {
  height: 36px;
  padding-top: 10px;
  font-size: 14px
}

.btn.big {
  height: 56px;
  padding-top: 19px;
  font-size: 16px
}

.btn.big.fs14 {
  font-size: 14px;
  padding-top: 20px
}

.btn.fw400 {
  font-weight: 400
}

.btn.wide {
  padding-left: 135px;
  padding-right: 135px
}

@media (max-width: 767px) {
  .btn.wide {
    padding-left: 50px;
    padding-right: 50px
  }
}

.btn.i span {
  display: inline-block;
  vertical-align: middle
}

.btn.i i {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px
}

.btn.i-right span {
  display: inline-block;
  vertical-align: middle
}

.btn.i-right i {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: 0
}

.btn.lc {
  text-transform: none !important
}

.btn.round {
  width: 40px;
  text-align: center;
  padding: 11px 0 0 0
}

.btn.round.small {
  padding: 10px 0 0 0;
  width: 36px;
  height: 36px
}

.btn.block {
  display: block;
  width: 100%
}

.btn.green {
  background-color: #70c250;
  color: #fff !important
}

.btn.green:hover,
.btn.green:focus,
.btn.green:active {
  background-color: #62b840;
  color: #fff !important
}

.btn.red {
  background-color: #f65f6e;
  color: #fff !important
}

.btn.red:hover,
.btn.red:focus,
.btn.red:active {
  background-color: #f54758;
  color: #fff !important
}

.btn.gray {
  background-color: #f7f7f7;
  color: #82848f !important;
  border: 1px solid #eaeaea
}

.btn.gray:hover,
.btn.gray:focus,
.btn.gray:active {
  background-color: #f2f2f2;
  color: #323032 !important;
  border: 1px solid #e5e5e5
}

.btn.white {
  background-color: #fff;
  color: #82848f !important;
  border: 1px solid #eaeaea
}

.btn.white:hover,
.btn.white:focus,
.btn.white:active {
  color: #323032 !important;
  border: 1px solid #d1d1d1
}

.btn.blue-dark {
  background-color: #2283f6;
  color: #fff !important;
  box-shadow: 5px 8.7px 20px rgba(86, 86, 86, 0.5) !important
}

.btn.blue-dark:hover,
.btn.blue-dark:focus,
.btn.blue-dark:active {
  background-color: #0a75f5;
  color: #fff !important;
  box-shadow: 5px 8.7px 20px rgba(86, 86, 86, 0.7) !important
}

.btn.white-transparent {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important
}

.btn.white-transparent:hover,
.btn.white-transparent:focus,
.btn.white-transparent:active {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.7) !important
}

.btn.transparent {
  background-color: transparent;
  color: #50b8e7 !important;
  border: 1px solid transparent
}

.btn.transparent:hover,
.btn.transparent:focus,
.btn.transparent:active {
  color: #23a6e1 !important
}

.left_20 {
  margin-left: -20px !important
}

.mt-10 {
  margin-top: 10px
}

.mt-20 {
  margin-top: 20px
}

.mt-40 {
  margin-top: 40px
}

.mb-30 {
  margin-bottom: 30px !important
}

.opacity-half {
  opacity: 0.54
}

.text-regular-blue {
  font-size: 15px;
  font-weight: 400;
  color: #47bdef;
  text-align: center;
  float: left;
  width: 100%
}

.text-regular-blue:hover {
  cursor: pointer;
  color: #25acdd
}

#previewIframe html {
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8)
}

#previewIframe html .vcard-top-info {
  height: 213px !important
}

@media (max-width: 320px) {

  #mp3-body .event-action-btn,
  #mp3-body .event-slim-button {
    font-size: 14px;
    font-size: .7rem !important
  }

  #mp3-body .vcard-template .vcard-body .vcard-row {
    padding: 25px 70px 20px 15px !important
  }

  #mp3-body .vcard-template .vcard-body .vcard-row label {
    font-size: 14px;
    font-size: .7875rem !important
  }

  #mp3-body .vcard-template .vcard-body .vcard-row h4 {
    font-size: 16px;
    font-size: .9rem !important
  }

  #mp3-body .vcard-template .vcard-body .vcard-row small {
    font-size: 14px;
    font-size: .7875rem !important
  }

  #mp3-body .fabs {
    right: 20px
  }

  #mp3-body .fab {
    width: 50px;
    height: 50px
  }

  #mp3-body .fab>i {
    font-size: 30px;
    line-height: 60px
  }
}

.shadow-2 {
  box-shadow: 0 2px 2.82px 0.18px rgba(0, 0, 0, 0.24), 0 1px 3.92px 0.08px rgba(0, 0, 0, 0.16)
}

.height-30 {
  min-height: 30px !important
}

.pt-10 {
  padding-top: 10px !important
}

.mb-5 {
  margin-bottom: 5px !important
}

.channel-label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 400;
  float: left;
  width: 100%;
  text-align: center;
  word-wrap: break-word;
  line-height: 1.5em;
}

.table-cell-middle {
  display: table-cell;
  vertical-align: middle
}

.pl-55 {
  padding-left: 55px
}

.pos-relative {
  position: relative !important;
  float: left !important;
  width: 100%
}

@media (max-width: 480px) {
  .pos-relative {
    padding-right: 35px !important
  }
}

#mp3-body {
  overflow-x: hidden
}

#mp3-body .ripplelink {
  text-align: center;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease
}

#mp3-body .ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}

#mp3-body .animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5)
  }
}

@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5)
  }
}

@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5)
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5)
  }
}

#mp3-body .event-action-btn {
  margin-top: 15px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  padding: 11px 20px;
  line-height: 1.2;
  background: #fff;
  border-radius: 2px;
  color: #ea4b88;
  box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24), 0 1px 6.86px 0.14px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24), 0 1px 6.86px 0.14px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24), 0 1px 6.86px 0.14px rgba(0, 0, 0, 0.16)
}

#mp3-body .event-slim-button {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  padding: 11px 20px;
  line-height: 1.2;
  background: transparent !important;
  border-radius: 2px;
  color: #ea4b88
}

#mp3-body .event-slim-button:hover {
  background: rgba(0, 0, 0, 0.08) !important;
  box-shadow: none !important
}

#mp3-body .event-simple-button {
  font-size: 14px;
  font-weight: 500
}

.solution-card {
  float: left !important;
  box-shadow: 0 1px 19.2px 0.8px rgba(0, 0, 0, 0.16);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}

@media (min-width: 690px) {
  .solution-card {
    width: 550px !important;
    margin: 30px 0 0 calc((100% - 550px) / 2);
    padding-top: 0 !important;
    top: 0
  }
}

@media (min-width: 321px) and (max-width: 689px) {
  .solution-card {
    width: 328px !important;
    margin: 20px 0 0 calc((100% - 328px) / 2)
  }
}

@media (max-width: 320px) {
  .solution-card {
    width: 280px !important;
    margin: 20px 0 0 calc((100% - 280px) / 2)
  }
}

.pb-0 {
  padding-bottom: 0 !important
}

#gotIt .download-mp3 {
  width: 100%;
  position: relative;
  background: #000;
  right: inherit;
  margin: 0 0 20px !important;
  top: 0;
  height: 45px;
  line-height: 45px
}

#gotIt .rating-button {
  position: relative !important;
  margin: 0 0 20px !important;
  box-shadow: none;
  opacity: 1
}

#gotIt .share-icon {
  position: relative;
  background: #3866b8;
  width: 100%;
  display: block;
  top: 0;
  padding: 10px 0 5px;
  margin-bottom: 20px;
  left: 0
}

#gotIt .event-gotIt-button a {
  color: #3866b8
}

#gotIt .event-gotIt-button a i.icon-back {
  display: none
}

#gotIt .dialog-body {
  text-align: left !important
}

.col-lg-12 {
  float: left;
  width: 100%
}

.loading-vcard {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  z-index: 9999998;
  opacity: 1
}

.loading-vcard.active {
  display: block
}

.loading-vcard>div {
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999999
}

.loading-vcard .sk-three-bounce {
  margin-left: -25px;
  margin-top: -25px
}

.mb10 {
  margin-bottom: 10px !important
}

.mb20 {
  margin-bottom: 20px !important
}

.divider {
  background: #eaeaea;
  margin: 30px 0;
  width: 100%;
  height: 1px;
  float: left
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  height: 44px;
  width: 100%;
  margin-bottom: 0;
  background-color: #fff;
  border: 2px solid #eaeaea;
  border-radius: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  color: #323032;
  font-weight: 400;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  line-height: normal !important
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(130, 132, 143, 0.5)
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  font-weight: 400;
  color: rgba(130, 132, 143, 0.5)
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  font-weight: 400;
  color: rgba(130, 132, 143, 0.5)
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-weight: 400;
  color: rgba(130, 132, 143, 0.5)
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
  border: 2px solid #ddd
}

.page.ng-leave {
  z-index: 9999
}

.page.ng-enter {
  z-index: 8888
}

.hidden {
  display: none
}

#card-body,
#devent-maps,
.devent-map-header {
  display: none
}

.mb-10 {
  margin-bottom: 10px
}

.mt-30 {
  margin-top: 30px
}

#card-body textarea {
  background: #f7f7f7;
  border: 1px #eaeaea solid;
  color: rgba(0, 0, 0, 0.37);
  font-size: 14px;
  min-height: 100px;
  padding: 15px;
  resize: vertical
}

.card-title {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  word-wrap: break-word;
  line-height: 32px;
  text-align: center
}

@media (max-width: 768px) {
  .card-title {
    font-size: 20px;
    line-height: 28px
  }
}

@media (max-width: 320px) {
  .card-title {
    line-height: 18px;
    font-size: 24px;
    font-size: 1.05rem !important
  }
}

.page-home,
#rootElement {
  height: 100%
}

.page-home #card-body {
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 20px 0px
}

.event-padding-no-avatar {
  padding-top: 80px !important
}

@media (max-width: 690px) {

  .share-container,
  .calendar-container {
    z-index: 999
  }
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

#mp3-body .dialog-body {
  text-align: justify;
  line-height: 1.6;
  color: #82848f;
  font-size: 14px
}

.event-gotIt-button {
  width: 100%;
  text-align: center;
  float: left
}

.event-gotIt-button a {
  float: none !important;
  margin: 20px auto !important;
  display: inline-block !important
}

.darkTheme .dynamicTextColor {
  color: #000 !important
}

.whiteTheme .dynamicTextColor {
  color: #fffefe !important
}

.text-center {
  text-align: center
}

.company-name {
  text-align: center;
  font-size: 20px
}

.white-card {
  animation-name: opacity-enter;
  animation-duration: 1000ms;
  transform-origin: 50% 50%;
  animation-timing-function: ease-in-out;
  min-height: 530px;
  border-radius: 3px !important;
  box-shadow: 0px 1px 19.2px 0.8px rgba(0, 0, 0, 0.16);
  padding: 25px 20px;
  background: #fff;
  text-align: center;
  margin: 45px auto 60px !important
}

@media (min-width: 480px) {
  .white-card {
    float: inherit;
    left: calc(50% - 275px) !important
  }
}

@media (max-width: 480px) {
  .white-card {
    margin: 20px auto !important;
    min-height: 415px;
    float: left;
    left: calc(50% - 164px)
  }
}

@media (max-width: 320px) {
  .white-card {
    left: calc(50% - 140px)
  }
}

.white-card .circle-done {
  border-radius: 50%;
  border: 3px #ff7057 solid;
  background: #f7f7f7;
  width: 92px;
  height: 92px;
  text-align: center;
  display: table;
  margin: 90px auto 35px auto
}

@media (max-width: 480px) {
  .white-card .circle-done {
    margin-top: 35px !important
  }
}

.white-card .circle-done .table-cell-middle {
  animation-name: zoom-enter;
  animation-duration: 1500ms;
  transform-origin: 50% 50%;
  animation-timing-function: ease-in-out
}

.white-card .circle-done i {
  color: #ff7057;
  font-size: 55px
}

@keyframes opacity-enter {
  0% {
    opacity: 0.2
  }

  100% {
    opacity: 1
  }
}

@keyframes zoom-enter {
  0% {
    transform: scale(0.5)
  }

  85% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

@media (min-height: 1140px) {
  .solution-website a {
    color: rgba(0, 0, 0, 0.7)
  }
}

.solution-website {
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  float: left;
  position: absolute;
  left: 0;
  margin: 0;
  bottom: 24px
}

@media (max-width: 767px) {
  .solution-website {
    bottom: 16px
  }
}

.solution-website a {
  color: rgba(0, 0, 0, 0.54)
}

@media (max-width: 320px) {
  .solution-website {
    font-size: 16px;
    font-size: .9rem !important
  }
}

.skewBackground {
  z-index: -1;
  position: relative;
  transform: skewY(-5deg);
  height: 350px;
  top: -95px;
  margin-bottom: -250px
}

@media (max-width: 768px) {
  .skewBackground {
    height: 430px;
    margin-bottom: -265px
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .skewBackground {
    transform: skewY(-7deg);
    height: 300px;
    top: -70px;
    margin-bottom: -230px
  }
}

@media (max-width: 567px) {
  .skewBackground {
    transform: skewY(-10deg);
    height: 240px;
    top: -35px;
    margin-bottom: -175px
  }
}

.share-icon {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 12px;
  font-size: 33px
}

.avatar-container {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin: 0 auto 20px;
  border-radius: 2px
}

.avatar-container.avatar-square {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.54);
  height: 264px;
  width: 264px;
  box-shadow: -2px 10px 20px 0.9px rgba(0, 0, 0, 0.24), 0px 4px 20px 0.4px rgba(0, 0, 0, 0.16)
}

@media (max-width: 768px) {
  .avatar-container.avatar-square {
    margin-bottom: 30px
  }
}

.avatar-container.playZoom {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.sh-button {
  width: auto;
  display: inline-block;
  padding: 10px 26px;
  margin: 0 0 85px;
  line-height: 19px;
  text-align: center;
  border: 1px solid #fff;
  background: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
  color: inherit;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.sh-button:hover,
.sh-button:focus {
  outline: none;
  color: inherit
}

@media (min-width: 480px) {

  .sh-button:hover,
  .sh-button:focus {
    color: #3c4245 !important;
    border-color: #3c4245 !important
  }
}

@media (min-width: 480px) {
  .sh-button {
    color: #3c4245 !important;
    border-color: #3c4245 !important
  }
}

.play-container {
  float: left;
  width: 100%
}

#audioplayer {
  width: 100%;
  height: 60px;
  margin: 95px auto 30px auto;
  border: 0
}

@media (max-width: 768px) {
  #audioplayer {
    margin: 50px auto 30px auto
  }
}

#pButton {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  line-height: 62px;
  font-size: 24px;
  color: #fff;
  float: left;
  outline: none;
  cursor: pointer;
  text-align: center;
  padding-left: 4px;
  box-shadow: 0px 8px 16px 0.9px rgba(0, 0, 0, 0.24), 0px 4px 10px 0.4px rgba(0, 0, 0, 0.16)
}

#pButton.icon-play {
  border: 0 !important
}

#pButton.icon-pause {
  padding-left: 0;
  box-shadow: none;
  border: 1px solid
}

.slim-header {
  height: 60px;
  display: none;
}

#timeline {
  width: calc(100% - 81px);
  height: 4px;
  margin-top: 25px;
  margin-left: 25px;
  float: left;
  border-radius: 15px;
  background: #d4d4d4;
  position: relative;
  margin-bottom: 4px
}

#playhead {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: -3px;
  border: 2px rgba(255, 255, 255, 0.7) solid;
  cursor: pointer
}

.times {
  position: relative;
  width: 100%;
  float: left;
  cursor: default
}

#playedBar {
  width: 0;
  height: 4px;
  top: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  position: absolute;
  left: 0;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 400
}

.download-mp3 {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 56px;
  font-size: 18px
}

.download-mp3,
.share-icon {
  color: #fff;
  opacity: 0.7;
  display: none;
}

.upload-droppable .popover-error.right {
  margin-top: 35px !important
}

.body-center-vertical {
  height: calc(100% - 60px);
  width: 100% !important
}

.body-center-vertical #card-body {
  position: absolute;
  max-width: calc(670px - 80px);
  top: 57%;
  transform: translateY(-57%);
  left: calc(50% - (670px - 80px)/2)
}

@media (max-width: 768px) {
  .body-center-vertical #card-body {
    left: 70px;
    max-width: calc(100% - 140px)
  }
}

@media (max-width: 480px) {
  .body-center-vertical #card-body {
    left: 0;
    max-width: 100%
  }
}

.body-center-vertical .solution-website {
  margin-bottom: 0 !important
}

.page-body {
  width: 670px;
  margin: 0 auto;
  padding: 0 160px
}

@media (max-width: 768px) {
  .page-body {
    padding: 0 90px;
    width: 100%
  }
}

@media (max-width: 480px) {
  .page-body {
    padding: 0;
    width: 100%
  }
}

@media (max-width: 320px) {
  #mp3-body .skewBackground {
    margin-bottom: -180px
  }

  #mp3-body .download-mp3 {
    font-size: 16px
  }

  #mp3-body .share-icon {
    font-size: 29px
  }

  #mp3-body .avatar-container.avatar-square {
    height: 200px;
    width: 200px;
    margin-bottom: 20px
  }

  #mp3-body #audioplayer {
    margin: 30px auto 20px auto
  }

  #mp3-body .sh-button {
    padding: 7px 26px;
    margin: 0 0 45px
  }

  #mp3-body .solution-website {
    bottom: 5px
  }

  #mp3-body #pButton {
    height: 50px;
    width: 50px;
    line-height: 55px;
    font-size: 20px
  }
}

.fabs {
  bottom: 0;
  position: absolute;
  margin: 1em;
  right: 0;
  z-index: 998
}

@media (min-width: 667px) {
  .fabs {
    position: relative;
    margin: 0 auto;
    max-width: 438px
  }
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none
  }
}

.fixed-blur-bgd {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none
}

.fab {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin: 25px auto 0;
  box-shadow: 0px 10px 14.1px 0.9px rgba(0, 0, 0, 0.24), 0px 4px 19.6px 0.4px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden
}

.fab:hover {
  box-shadow: 0px 20px 28.2px 0.9px rgba(0, 0, 0, 0.24), 0px 8px 40.18px 0.82px rgba(0, 0, 0, 0.16);
  color: #fff
}

.fab.white-bgd {
  background: #fff;
  color: rgba(0, 0, 0, 0.87)
}

.fab.white-bgd i {
  color: rgba(0, 0, 0, 0.6)
}

@media (min-width: 667px) {
  .fab {
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 2px;
    margin-top: 0 !important
  }

  .fab .prime.visible-xs {
    display: none
  }

  .fab span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    line-height: 56px;
    position: relative;
    padding-left: 45px
  }

  .fab span i {
    font-size: 34px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px
  }
}

.fab>i {
  font-size: 34px;
  line-height: 67px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-in-out
}

.fab:not(:last-child) {
  width: 0;
  height: 0;
  margin: 20px auto 0;
  opacity: 0;
  visibility: hidden
}

.fab:not(:last-child)>i {
  font-size: 1.4em;
  line-height: 40px
}

.fab:not(:last-child).is-visible {
  width: 40px;
  height: 40px;
  margin: 15px auto 10px;
  opacity: 1;
  visibility: visible
}

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  -moz-transition-delay: 25ms;
  -o-transition-delay: 25ms;
  transition-delay: 25ms
}

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  -moz-transition-delay: 20ms;
  -o-transition-delay: 20ms;
  transition-delay: 20ms
}

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  -moz-transition-delay: 40ms;
  -o-transition-delay: 40ms;
  transition-delay: 40ms
}

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  -moz-transition-delay: 60ms;
  -o-transition-delay: 60ms;
  transition-delay: 60ms
}

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  -moz-transition-delay: 80ms;
  -o-transition-delay: 80ms;
  transition-delay: 80ms
}

.fab:not(:last-child):active,
.fab:not(:last-child):focus,
.fab:not(:last-child):hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32)
}

@media (max-width: 767px) {
  #gotIt .dialog-container {
    top: 100px !important
  }
}

.dialog-container {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  top: 0
}

.dialog-container .event-title {
  color: rgba(0, 0, 0, 0.87) !important;
  font-weight: 500 !important;
  margin-bottom: 20px
}

@media (min-width: 768px) {
  .dialog-container {
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0ms ease-in-out 0ms
  }
}

@media (max-width: 767px) {
  .dialog-container {
    top: 150px !important;
    z-index: 9999 !important;
    right: calc((100% - 312px) / 2) !important
  }
}

.chat {
  position: absolute;
  right: 85px;
  bottom: 0;
  width: 400px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

@media (min-width: 768px) {
  .chat {
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0ms ease-in-out 0ms
  }
}

.chat_loader {
  display: none;
  float: right;
  background: transparent;
  height: 8px;
  width: 8px;
  margin: 5px 10px 0 0;
  border-radius: 50%;
  border: solid 2px #263238
}

.dialog-container.is-visible,
.chat.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-animation: zoomIn 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-animation: zoomIn 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-animation: zoomIn 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  animation: zoomIn 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: 999
}

@media (min-width: 768px) {

  .dialog-container.is-visible,
  .chat.is-visible {
    position: fixed;
    left: calc(50% - 156px);
    top: 60px;
    height: 0
  }
}

.chat_option ul {
  display: none;
  position: absolute;
  list-style: none;
  top: 100%;
  left: 0;
  background: #eceff1;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
  padding: 0;
  z-index: 1000;
  width: 150px
}

.chat_option ul li {
  float: none;
  position: relative
}

.chat_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 10px;
  float: left
}

.chat_option.is-dropped>ul {
  display: block
}

#shareFab .fab-body ul li a {
  padding-left: 38px;
  text-align: left;
  float: left;
  padding-top: 7px;
  width: calc(100% - 38px)
}

#shareFab .fab-body ul li i {
  font-size: 33px;
  float: left
}

.disabledClick {
  pointer-events: none
}

.fab-body {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: left;
  padding: 25px;
  background: #fff;
  box-shadow: 0px 4px 7.36px 0.64px rgba(0, 0, 0, 0.24), 0px 1px 7.68px 0.32px rgba(0, 0, 0, 0.16);
  z-index: 999
}

.fab-body .channel-label {
  text-align: left;
  max-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.fab-body .channel-name {
  max-width: 100%;
  text-align: left;
  line-height: 1.2
}

.fab-body .channel-prop-container {
  width: calc(100%)
}

.fab-body .channel-container {
  overflow: hidden
}

.fab-body .icon-fab-close {
  cursor: pointer;
  position: absolute;
  right: 3px;
  font-size: 35px;
  top: 3px;
  color: rgba(0, 0, 0, 0.37)
}

.fab-body .icon-fab-close:hover {
  color: rgba(0, 0, 0, 0.54)
}

.fab-body ul {
  margin-top: 30px
}

.fab-body ul li {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  float: left;
  display: table;
  margin-bottom: 20px
}

.fab-body ul li img,
.fab-body ul li a {
  display: table-cell;
  vertical-align: middle
}

.fab-body ul li a {
  padding-left: 15px
}

.fab-body ul li i[class^='icon-fab-share-'] {
  color: rgba(0, 0, 0, 0.6)
}

.fab-body ul li i.icon-fab-share-facebook {
  color: #3a5897
}

.fab-body ul li i.icon-fab-share-twitter {
  color: #1da1f2
}

.fab-body ul li i.icon-fab-share-whatsapp {
  color: #25d366
}

.fab-body ul li:last-child {
  margin-bottom: 0 !important
}

.fab-body ul li:hover {
  cursor: pointer;
  color: #000000
}

.fab-body .fab-header {
  margin-bottom: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500
}

.fab-body input {
  float: left;
  width: 65%;
  margin-left: 35px;
  box-shadow: none;
  border: 2px #d4d4d4 solid;
  background: #fff;
  position: relative;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  outline: none;
  display: inline-block;
  height: 30px;
  resize: none;
  padding: 5px;
  border-radius: 2px
}

.fab-body .chat_login_alert {
  margin-top: 10px;
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 500
}

.chat_field {
  position: relative;
  margin: 5px 0 5px 0;
  width: 50%;
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: none;
  outline: none;
  background: #eceff1;
  display: inline-block
}

.chat_field.chat_message {
  height: 30px;
  resize: none
}

.fab_field {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #eceff1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32)
}

.fab_field a {
  display: inline-block;
  text-align: center
}

#fab_listen {
  float: left;
  background: transparent
}

#fab_send {
  float: right;
  background: transparent
}

.fab_field .fab {
  width: 35px;
  height: 35px;
  box-shadow: none;
  margin: 5px
}

.fab_field .fab>i {
  font-size: 1.6em;
  line-height: 35px;
  color: #263238
}

.chat_converse {
  position: relative;
  background: inherit;
  margin: 6px 0 0 0;
  max-height: 256px;
  min-height: 0;
  font-size: 12px;
  line-height: 18px;
  overflow-y: auto;
  width: 100%;
  float: right
}

.chat_list {
  opacity: 0;
  visibility: hidden;
  height: 0
}

.chat_list .chat_list_item {
  opacity: 0;
  visibility: hidden
}

.chat .chat_converse .chat_msg_item {
  position: relative;
  margin: 8px 0 15px 0;
  padding: 8px 10px;
  max-width: 40%;
  display: block;
  word-wrap: break-word;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
  border-radius: 3px;
  -webkit-animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -o-animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  clear: both;
  z-index: 999
}

.chat .chat_converse .chat_msg_item .chat_avatar {
  position: absolute;
  top: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28)
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
  left: -52px;
  background: rgba(255, 255, 255, 0.6)
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
  right: -52px;
  background: rgba(0, 0, 0, 0.6)
}

.chat .chat_converse .chat_msg_item .chat_avatar {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%
}

.chat .chat_converse .chat_msg_item .chat_avatar>i {
  font-size: 22px;
  line-height: 40px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.chat .chat_converse .chat_msg_item_user .chat_avatar>img {
  width: inherit;
  height: inherit;
  border-radius: 50%
}

.chat .chat_converse .chat_msg_item_user .chat_avatar>img {
  width: inherit;
  height: inherit;
  border-radius: 50%
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {
  margin-left: 60px;
  float: left;
  background: rgba(255, 255, 255, 0.4);
  color: #263238
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
  margin-right: 60px;
  float: right;
  background: rgba(0, 0, 0, 0.4);
  color: #eceff1
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
  content: '';
  position: absolute;
  top: 15px;
  left: -12px;
  z-index: 998;
  border: 6px solid transparent;
  border-right-color: rgba(255, 255, 255, 0.4)
}

.chat_msg_item.chat_msg_item_user:before {
  content: '';
  position: absolute;
  top: 15px;
  right: -12px;
  z-index: 998;
  border: 6px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.4)
}

strong.chat_time {
  padding: 0 1px 1px 0;
  font-weight: 500;
  font-size: 8px;
  display: block
}

.is-active {
  -o-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

.fabOnTop {
  z-index: 9999
}

.is-float {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32)
}

.is-max {
  box-shadow: inset 0 -12px 10px -10px rgba(0, 0, 0, 0.18), inset 0 12px 10px -10px rgba(0, 0, 0, 0.1)
}

.is-loading {
  display: block;
  -webkit-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
  -moz-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
  -o-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
  animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite
}

@keyframes zoomIn {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0
  }

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

@keyframes load {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0
  }

  50% {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1
  }

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

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

  .chat,
  .dialog-container {
    width: 290px;
    right: calc(50% - 145px) !important
  }
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  .chat {
    width: 280px !important;
    right: 0 !important
  }

  .dialog-container {
    width: 280px !important;
    right: calc(50% - 140px) !important
  }
}

@media only screen and (min-width: 320px) {
  .chat {
    right: 20px !important;
    bottom: 20px
  }

  .chat,
  .dialog-container {
    width: 312px;
    right: 0px
  }
}

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

  .chat,
  .dialog-container {
    width: 300px
  }

  .chat_field {
    width: 65%
  }
}

@media (max-width: 666px) {
  .fabs {
    float: right;
    position: relative;
    margin: 0;
    right: 15px
  }

  .fab {
    margin: 0
  }
}

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

  .chat,
  .dialog-container {
    width: 300px
  }

  .chat_field {
    width: 65%
  }
}

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

  .chat,
  .dialog-container {
    width: 312px
  }

  .chat_field {
    width: 65%
  }
}

#copyButton {
  height: 30px;
  float: right;
  top: 0;
  background: #fff;
  border: 1px #ccc solid;
  padding: 5px 10px !important;
  cursor: pointer;
  text-align: center
}

#copyButton:hover {
  background: #f7f7f7
}

#copyButton:focus {
  outline: 0
}

#shortUrl {
  width: 50% !important;
  pointer-events: none
}

@media (max-width: 320px) {
  #shortUrl {
    width: 70% !important;
    margin-bottom: 10px
  }
}

.ifCopySucceed {
  font-size: 15px;
  color: #000;
  opacity: 0.82;
  font-weight: 400;
  float: right;
  text-align: right
}

.icon-fab-share-email,
.icon-fab-share-message {
  color: rgba(0, 0, 0, 0.54)
}

.welcome-screen .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.welcome-screen img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100px;
  max-width: 100px;
  margin: 0 auto;
  animation-name: pulse_animation;
  animation-duration: 2500ms;
  transform-origin: 50% 50%;
  animation-timing-function: ease-in-out
}

@media (min-width: 375px) {
  .welcome-screen img {
    max-width: 180px !important;
    max-height: 180px !important
  }
}

@keyframes pulse_animation {
  0% {
    transform: scale(0.8)
  }

  100% {
    transform: scale(1)
  }
}

.loading-welcome {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  z-index: 9999998;
  opacity: 1
}

.loading-welcome.active {
  white-space: nowrap;
  text-align: center;
  display: inline-block
}

.loading-welcome #welcomeImg {
  display: none
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #F4F4F4;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0 auto;
  overflow: hidden
}

.progress .loading-bar {
  background-color: #797d80
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%
  }

  60% {
    left: 100%;
    right: -90%
  }

  100% {
    left: 100%;
    right: -90%
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%
  }

  60% {
    left: 100%;
    right: -90%
  }

  100% {
    left: 100%;
    right: -90%
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%
  }

  60% {
    left: 107%;
    right: -8%
  }

  100% {
    left: 107%;
    right: -8%
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%
  }

  60% {
    left: 107%;
    right: -8%
  }

  100% {
    left: 107%;
    right: -8%
  }
}

div[class^='channel-bgd-'] {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  position: absolute;
  margin-right: 15px;
  left: 0;
  top: calc(50% - 15px)
}

div[class^='channel-bgd-'] i {
  position: absolute !important;
  font-size: 36px !important;
  color: #fff !important;
  line-height: 50px !important;
  left: 2px !important;
  top: 0 !important
}

.channel-bgd-website {
  background: #616568
}

.channel-bgd-facebook {
  background: #3b5998
}

.channel-bgd-twitter {
  background: #1da1f2
}

.channel-bgd-instagram {
  background: #e1306c
}

.channel-bgd-snapchat {
  background: #fffc00
}

.channel-bgd-youtube {
  background: #cd201f
}

.channel-bgd-pinterest {
  background: #bd081c
}

.channel-bgd-googleplus {
  background: #dd4b39
}

.channel-bgd-linkedin {
  background: #0077b5
}

.channel-bgd-xing {
  background: #026466
}

.channel-bgd-flickr {
  background: #ff0084
}

.channel-bgd-vimeo {
  background: #1ab7ea
}

.channel-bgd-dribbble {
  background: #ea4c89
}

.channel-bgd-vkontakte {
  background: #45668e
}

.channel-bgd-tripadvisor {
  background: #589442
}

.channel-bgd-wechat {
  background: #7bb32e
}

.channel-bgd-line {
  background: #00c300
}

.channel-bgd-reddit {
  background: #ff4500
}

.channel-bgd-tumblr {
  background: #35465c
}

.channel-bgd-github {
  background: #191717
}

.channel-bgd-whatsapp {
  background: #25d366
}

.channel-bgd-skype {
  background: #00aff0
}

@charset "UTF-8";

@font-face {
  font-family: "solution-mp3";
  src: url("fonts/solution-mp3.eot");
  src: url("fonts/solution-mp3.eot?#iefix") format("embedded-opentype"),
    url("fonts/solution-mp3.woff") format("woff"),
    url("fonts/solution-mp3.ttf") format("truetype"),
    url("fonts/solution-mp3.svg#solution-mp3") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "solution-mp3" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "solution-mp3" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pause:before {
  content: "\61";
}

.icon-play:before {
  content: "\62";
}

.icon-fab-share-email:before {
  content: "\63";
}

.icon-fab-share-facebook:before {
  content: "\64";
}

.icon-fab-share-googleplus:before {
  content: "\65";
}

.icon-fab-share-message:before {
  content: "\66";
}

.icon-fab-share-twitter:before {
  content: "\68";
}

.icon-fab-close:before {
  content: "\67";
}

.icon-download:before {
  content: "\69";
}

.icon-share:before {
  content: "\6a";
}

.icon-fab-share-whatsapp:before {
  content: "\6b";
}