ul.kiwi-article-bar {
  line-height: 30px;
  padding: 0;
  margin: 0;
  vertical-align: top;
  text-align: center;
}
ul.kiwi-article-bar li {
  list-style-type: none;
  transition: max-width .2s, margin .2s;
  overflow: hidden;
  margin: 0 5px 0 0;
  display: inline-block;
  padding: 0 5px;
}
ul.kiwi-article-bar li [class*="kiwi-nw-"] .fa {
  line-height: 28px;
}
ul.kiwi-article-bar li:before {
  content: '';
  display: none !important;
}
ul.kiwi-article-bar li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  min-width: 80px;
  transition: all .3s;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  box-sizing: border-box;
}
ul.kiwi-article-bar li a:hover, ul.kiwi-article-bar li a:focus, ul.kiwi-article-bar li a:active {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul.kiwi-article-bar.leaf a {
  border-radius: 12px 0 12px 0;
}
ul.kiwi-article-bar.pill a {
  border-radius: 15px;
}
ul.kiwi-article-bar.shift a {
  -ms-transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
ul.kiwi-article-bar.shift span {
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
ul.kiwi-article-bar.kiwi-article-bar-fit {
  display: table;
  width: 100%;
  table-layout: fixed;
}
ul.kiwi-article-bar.kiwi-article-bar-fit li {
  display: table-cell;
  padding: 0;
  margin: 0;
  overflow: visible;
  vertical-align: bottom;
}
ul.kiwi-article-bar.kiwi-article-bar-fit li a {
  min-width: initial;
}
ul.kiwi-article-bar.kiwi-article-bar-fit.leaf a {
  width: 120%;
}
ul.kiwi-article-bar.kiwi-article-bar-fit.leaf li:last-of-type a {
  width: 100%;
}
ul.kiwi-article-bar.kiwi-article-bar-fit.pill {
  border-radius: 15px;
  overflow: hidden;
}
ul.kiwi-article-bar.kiwi-article-bar-fit.pill a {
  width: 120%;
  border-radius: 15px 0 0 15px;
}
ul.kiwi-article-bar.kiwi-article-bar-fit.pill li:last-child a {
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 768px) {
  ul.kiwi-article-bar.kiwi-article-bar-fit.icons-visible-desktop .kiwi-visible-desktop {
    display: block;
  }
}

ul.kiwi-floating-bar {
  position: fixed;
  list-style-type: none;
  margin-bottom: 0;
  z-index: 9999;
  padding: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
ul.kiwi-floating-bar [class*="kiwi-nw-"] .fa {
  line-height: 39px;
}
ul.kiwi-floating-bar li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
}
ul.kiwi-floating-bar li:last-of-type {
  margin-bottom: 0;
}
ul.kiwi-floating-bar li:before {
  content: '';
  display: none !important;
}
ul.kiwi-floating-bar li .network-label {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  font-size: 13px;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
ul.kiwi-floating-bar li a:first-of-type {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  min-width: 40px;
  transition: all .3s;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
ul.kiwi-floating-bar li a:first-of-type:hover, ul.kiwi-floating-bar li a:first-of-type:focus, ul.kiwi-floating-bar li a:first-of-type:active {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul.kiwi-floating-bar .kiwi-share-count {
  display: none;
}
ul.kiwi-floating-bar.left {
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
ul.kiwi-floating-bar.left .network-label {
  top: 0;
  left: -56px;
  height: 100%;
  line-height: 40px;
  width: 95px;
  text-align: left;
  padding: 0 10px;
}
ul.kiwi-floating-bar.left > li:hover > .network-label {
  opacity: 1;
  left: 40px;
  visibility: visible;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
ul.kiwi-floating-bar.right {
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
ul.kiwi-floating-bar.right .network-label {
  top: 0;
  right: -56px;
  height: 100%;
  line-height: 40px;
  width: 95px;
  text-align: left;
  padding: 0 10px;
}
ul.kiwi-floating-bar.right > li:hover > .network-label {
  opacity: 1;
  right: 40px;
  visibility: visible;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
ul.kiwi-floating-bar.bottom {
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  line-height: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
ul.kiwi-floating-bar.bottom .network-label {
  bottom: 0;
  left: 0;
  height: 100%;
  line-height: 18px;
  width: 95px;
  text-align: center;
  padding: 10px 5px;
  visibility: hidden;
  transform: rotate(90deg);
  transform-origin: 40% 6%;
}
ul.kiwi-floating-bar.bottom > li:hover > .network-label {
  opacity: 1;
  visibility: visible;
  bottom: 59px;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
ul.kiwi-floating-bar.bottom li {
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
}
ul.kiwi-floating-bar.pill a:first-of-type {
  border-radius: 50%;
}
ul.kiwi-floating-bar.pill.left > li .network-label {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-left: 25px;
  width: 120px;
  left: 5px;
}
ul.kiwi-floating-bar.pill.left > li:hover .network-label {
  left: 20px;
}
ul.kiwi-floating-bar.pill.right > li .network-label {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-right: 25px;
  width: 120px;
  right: 5px;
}
ul.kiwi-floating-bar.pill.right > li:hover .network-label {
  right: 20px;
}
ul.kiwi-floating-bar.pill.bottom > li .network-label {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
ul.kiwi-floating-bar.pill.bottom > li:hover .network-label {
  bottom: 42px;
}

.kiwi-article-bar [class*="kiwi-nw-"], .kiwi-floating-bar [class*="kiwi-nw-"] {
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #fff;
}
.kiwi-article-bar [class*="kiwi-nw-"]:hover, .kiwi-article-bar [class*="kiwi-nw-"]:focus, .kiwi-floating-bar [class*="kiwi-nw-"]:hover, .kiwi-floating-bar [class*="kiwi-nw-"]:focus {
  -webkit-transition: all .2s;
  transition: all .2s;
}
.kiwi-article-bar .kiwi-nw-facebook, .kiwi-floating-bar .kiwi-nw-facebook {
  background: #3B5998;
}
.kiwi-article-bar .kiwi-nw-facebook:hover, .kiwi-article-bar .kiwi-nw-facebook:focus, .kiwi-floating-bar .kiwi-nw-facebook:hover, .kiwi-floating-bar .kiwi-nw-facebook:focus {
  background: #1b4199;
  color: #fff;
}
.kiwi-article-bar .kiwi-nw-twitter, .kiwi-floating-bar .kiwi-nw-twitter {
  background: #4EAEF8;
}
.kiwi-article-bar .kiwi-nw-twitter:hover, .kiwi-article-bar .kiwi-nw-twitter:focus, .kiwi-floating-bar .kiwi-nw-twitter:hover, .kiwi-floating-bar .kiwi-nw-twitter:focus {
  background: #1193f7;
  color: #fff;
}
.kiwi-article-bar .kiwi-nw-google-plus, .kiwi-floating-bar .kiwi-nw-google-plus {
  background: #DB4437;
}
.kiwi-article-bar .kiwi-nw-google-plus:hover, .kiwi-article-bar .kiwi-nw-google-plus:focus, .kiwi-floating-bar .kiwi-nw-google-plus:hover, .kiwi-floating-bar .kiwi-nw-google-plus:focus {
  background: #db2615;
  color: #fff;
}
.kiwi-article-bar .kiwi-nw-pinterest, .kiwi-floating-bar .kiwi-nw-pinterest {
  background: #BD081C;
}
.kiwi-article-bar .kiwi-nw-pinterest:hover, .kiwi-article-bar .kiwi-nw-pinterest:focus, .kiwi-floating-bar .kiwi-nw-pinterest:hover, .kiwi-floating-bar .kiwi-nw-pinterest:focus {
  background: #770107;
  color: #fff;
}
.kiwi-article-bar .kiwi-nw-fintel, .kiwi-floating-bar .kiwi-nw-fintel {
  background: #087515;
}
.kiwi-article-bar .kiwi-nw-linkedin, .kiwi-floating-bar .kiwi-nw-linkedin {
  background: #1A85BC;
}
.kiwi-article-bar .kiwi-nw-linkedin:hover, .kiwi-article-bar .kiwi-nw-linkedin:focus, .kiwi-floating-bar .kiwi-nw-linkedin:hover, .kiwi-floating-bar .kiwi-nw-linkedin:focus {
  background: #006aa8;
  color: #fff;
}
.kiwi-article-bar .kiwi-nw-reddit, .kiwi-floating-bar .kiwi-nw-reddit {
  background: #FF4500;
}
.kiwi-article-bar .kiwi-nw-reddit:hover, .kiwi-article-bar .kiwi-nw-reddit:focus, .kiwi-floating-bar .kiwi-nw-reddit:hover, .kiwi-floating-bar .kiwi-nw-reddit:focus {
  background: #e22500;
  color: #fff;
}
.kiwi-article-bar .kiwi-nw-email, .kiwi-floating-bar .kiwi-nw-email {
  background: #4D9159;
}
.kiwi-article-bar .kiwi-nw-email:hover, .kiwi-article-bar .kiwi-nw-email:focus, .kiwi-floating-bar .kiwi-nw-email:hover, .kiwi-floating-bar .kiwi-nw-email:focus {
  background: #0e9126;
  color: #fff;
}
.kiwi-article-bar .kiwi-nw-whatsapp, .kiwi-floating-bar .kiwi-nw-whatsapp {
  background: #0DC143;
}
.kiwi-article-bar .kiwi-nw-whatsapp:hover, .kiwi-article-bar .kiwi-nw-whatsapp:focus, .kiwi-floating-bar .kiwi-nw-whatsapp:hover, .kiwi-floating-bar .kiwi-nw-whatsapp:focus {
  background: #499b06;
  color: #fff;
}
.kiwi-article-bar .kiwi-nw-whatsapp.kiwi-visible-desktop {
  display: inline-block;
}
@media (min-width: 768px) {
  .kiwi-floating-bar .kiwi-nw-whatsapp.kiwi-visible-desktop, .kiwi-floating-bar .kiwi-nw-whatsapp.kiwi-visible-desktop + a[data-class] {
    display: inline-block;
  }
}
.kiwi-article-bar .kiwi-nw-telegram, .kiwi-floating-bar .kiwi-nw-telegram {
  background: #179CDE;
}
.kiwi-article-bar .kiwi-nw-telegram:hover, .kiwi-article-bar .kiwi-nw-telegram:focus, .kiwi-floating-bar .kiwi-nw-telegram:hover, .kiwi-floating-bar .kiwi-nw-telegram:focus {
  background: #008cea;
  color: #fff;
}
.kiwi-article-bar .kiwi-nw-skype, .kiwi-floating-bar .kiwi-nw-skype {
  background: #009EE5;
}
.kiwi-article-bar .kiwi-nw-skype:hover, .kiwi-article-bar .kiwi-nw-skype:focus, .kiwi-floating-bar .kiwi-nw-skype:hover, .kiwi-floating-bar .kiwi-nw-skype:focus {
  background: #008ae0;
  color: #fff;
}

.kiwi-highlighter-excerpt-area, .kiwi-highlighter-content-area {
  position: relative;
}

.kiwi-highlight-sharer {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
  display: none;
  position: absolute;
}
.kiwi-highlight-sharer .kiwi-nw-twitter {
  background: #4EAEF8;
  color: #fff;
  padding: 5px 15px;
}
.kiwi-highlight-sharer .kiwi-nw-twitter:hover, .kiwi-highlight-sharer .kiwi-nw-twitter:focus {
  background: #fff;
  color: #4EAEF8;
}

.kiwi-click-to-tweet-content-area {
  border-radius: 6px;
  border: 1px solid #DDDDDD;
  padding: 15px;
  position: relative;
}
.kiwi-click-to-tweet-content-area > a.kiwi-click-to-tweet-url {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 21px;
  font-style: normal;
}
.kiwi-click-to-tweet-content-area > a.kiwi-click-to-tweet-url:hover, .kiwi-click-to-tweet-content-area > a.kiwi-click-to-tweet-url:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.kiwi-click-to-tweet-content-area > a.kiwi-click-to-tweet-url .kiwi-click-to-tweet .kiwi-click-to-tweet-text {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}
.kiwi-click-to-tweet-content-area > a.kiwi-click-to-tweet-url .kiwi-click-to-tweet .kiwi-click-to-tweet-button {
  text-transform: uppercase;
  position: absolute;
  font-size: 12px;
  font-style: normal;
  bottom: 15px;
  right: 15px;
}
.kiwi-click-to-tweet-content-area > a.kiwi-click-to-tweet-url .kiwi-click-to-tweet .kiwi-click-to-tweet-button i {
  margin-left: 5px;
  color: #4EAEF8;
  font-size: 15px;
}

.kicon-mix:before {
  content: "";
  background: url(../img/mix.png) center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.kiwi-article-bar .kiwi-nw-mix, .kiwi-floating-bar .kiwi-nw-mix {
  background: #ff8226;
}

.kiwi-article-bar [class*=kiwi-nw-] {
  position: relative;
}

a.kiwi-nw-mix {
  display: inline-block !important;
  vertical-align: bottom;
  width: 100%;
}

ul[data-style="center"].shift a.kiwi-nw-mix {
  display: block !important;
  width: auto;
}

ul[data-style="fit"] a.kiwi-nw-mix {
  display: inline-block !important;
  width: 100%;
}

ul[data-id="networks_ordering_floating_bar"].pill a.kiwi-nw-mix .kicon-mix:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);;
  -ms-transform: translateY(-50%);;
  -o-transform: translateY(-50%);;
  transform: translateY(-50%);;
}