<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'sharer';
    src:    url('fonts/sharer.eot?mifrvb');
    src:    url('fonts/sharer.eot?mifrvb#iefix') format('embedded-opentype'),
        url('fonts/sharer.ttf?mifrvb') format('truetype'),
        url('fonts/sharer.woff?mifrvb') format('woff'),
        url('fonts/sharer.svg?mifrvb#sharer') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icn-"], [class*=" icn-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'sharer' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icn-whatsapp:before {
    content: "\ec01b";
}
.icn-mail:before {
    content: "\ec01f";
}
.icn-reddit:before {
    content: "\ec022";
}
.icn-twitter:before {
    content: "\ec040";
}
.icn-facebook:before {
    content: "\ec041";
}
.icn-googleplus:before {
    content: "\ec042";
}
.icn-pinterest:before {
    content: "\ec043";
}
.icn-linkedin:before {
    content: "\ec049";
}
.icn-xing:before {
    content: "\ec04b";
}
.icn-telegram:before {
    content: "\ec06e";
}
.icn-viber:before {
    content: "\ec071";
}


.sharer {
    background-color: transparent;
}

.icons-wrapper {
    background-color: #d6d9e0;
}
.share-button {
    border: 2px solid #d6d9e0;
    border-radius: 4px;
    height: 36px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    width: 111px;
}
.share-button a,
.share-button button {
     color: #7f7f7f;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
/*    padding: 7px 13px; */
    text-decoration: none;
}

.share-button a:hover,
.share-button button:hover,
.share-button a:focus,
.share-button button:focus {
    color: white;
}

/* icon after the share text
.share-button &gt; a:after,
.share-button &gt; button:after {
   font-family: FontAwesome;
   font-size: 14px;
   content: "\f064";
   margin-left: 8px;
}
 =========== */

.share-button &gt; a:hover,
.share-button &gt; a:hover:after {
	color: #fff;
	background-color: #c0c2c7;
}

.share-button .icons-wrapper ul li a:hover i {
   color:white;
}

.share-button .icons-wrapper ul li:last-child a:hover i {
	color: #D24D33;
}
.share-button .icons-wrapper {
    position: absolute;
    left: -310px;
    top: 0;
    width: 310px;
}

.share-button .icons-wrapper &gt; a {
    display: inline-block;
}
.share-button a.hidden{
    display: none;
}
.share-button.active .icons-wrapper {
    max-height: 36px;
}
.share-button .icons-wrapper ul{
    padding-left: 0;
    margin: 0;
    height: 32px;
}
.share-button .icons-wrapper ul:after {
    clear: both;   
}
.share-button .icons-wrapper ul li{
    display: inline-block;
}
.share-button .icons-wrapper ul li:last-child {
    float: right;
}
.share-button .icons-wrapper ul li a i{
    color: #7f7f7f;
    font-size: 16px;
}
.share-button .icons-wrapper ul li:last-child a {
    background-color: #e1e5eb;
	line-height: 18px;
    margin-right: 2px;
}
.share-button .icons-wrapper ul li:last-child a i {
    color: #777;
    position: relative;
}

.share-button .shareit-txt {
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    width: 100%;
}





.popup-btn {
    margin-right: 5px;
}

.popup-wrap {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  content: '';
  background: rgba(0, 0, 0, 0.15);
  z-index:3;
}

.popup-box {
  width: 320px;
  max-width:100%;
  border: 2px solid #ccc;
  padding: 50px 20px;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background: #fff;
  text-align: center;
  z-index:3;
}
.popup-box h2 {
  color: #1a1a1a;
}
.popup-box h3 {
  color: #888;
}
.popup-box .close-btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all ease 0.50s;
  transition: all ease 0.75s;
  border-radius: 1000px;
  background: #EE836E;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  line-height: 28px;
}
.popup-box .close-btn:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
      transform: rotate(360deg);
}

.transform-in, .transform-out {
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.transform-in {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
}

.transform-out {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
      transform: translate(-50%, -50%) scale(0.5);
}

.popup-box .sharer i {
   color: #ccc;
   font-size: 24px;
}


.sharer-mobile{
  width: 100%;
  text-align: center;
}


.sharer-mobile .btn {
    float: left;
    margin-bottom: 8px;
    margin-right: 7px;
    padding: 6px 18px;
}

.breadcrumb-share {
    position: absolute;
    right: 0;
    top: 2px;
}</pre></body></html>