/* ----- basic styling ----- */

.stickymenu {
    position: sticky;
    top: 0;
    z-index: 900;
}

p {
    padding-top: 5px;
    padding-bottom: 5px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.alert {
    background-color: #F67373;
    padding: 10px;
    border-radius: 5px;
}

table { 
/*
    border-spacing: 0px;
*/
    border-collapse: collapse;
}

td {
   padding: 0px; 
   margin: 0px;
}

/*
https://stackoverflow.com/questions/10732690/offsetting-an-html-anchor-to-adjust-for-fixed-header
*/
a.anchor {
    display: block;
    position: relative;
    top: -160px;
    visibility: hidden;
}

/*
---------------------------------------
heading
---------------------------------------
*/
.container {
    width: 100%;
    margin: 0 auto;
}

.page-container {
    position:fixed;
    padding:0;
    margin:0 auto;
    overflow: scroll;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    /*background-color: #696969;*/

}

.topline {
    width: 100%;
    height: 30px;
    background-color: white;
}

header {

}

/* clear fix */
header::after {
    content: '';
    display: table;
    clear: both;
}

/* top buttons base layout */

nav-left ul, nav-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ----- left top menu ----- */

nav-left {
    float: left;
    font-family: Verdana, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

nav-left > ul > li {
    display: inline-block;
    padding-left: 50px;
    padding-top: 10px;

    position: relative;
}

nav-left li:hover .menu-panel {
    display: block;
}

.logo {
    background: white;
    scale: 100%;
    padding: 0px;
    margin: 0;
}

.logo:hover {
    background: #f0f0f0;
}

.logo-inner {
    width: 1440px;
    padding: 1px;
}

.llclogo {
    padding-left: 10px;
}

nav-left a.top-left::after {
    content: '\2630';
    color: #C2D0DE;
    font-weight: bold;
    font-size: 26px;
    display: inline-block;
    height: 76px;
    width: 36px;
    background-color: #587999;

    text-align: center;
    vertical-align: middle;
    line-height: 76px;

    position: absolute;
}

nav-left a.top-left:hover::after {
    background: #C2D0DE;
    color: #587999;
}

.copyright {
    float: left;
    padding-left: 20px;
}

.optimizedfor {
    float: left;
    padding-left: 150px;
}

.legal {
    width: 50px; 
    float: right;
    text-align: center;
}
.legal a {
    background-color: #3E6386; 
    color: white; 
    display: block; 
    margin: 0; 
    padding: 2px;
    font-size: 9px; 
    font-weight: bold; 
    text-decoration: none;
}
.legal a:hover {
    background-color: #C2D0DE;
    color: black;
}

/* ----- panel layout ----- */

.panel-space {
    height: 6px;
}

.menu-panel {
    position: absolute;
    background-color: rgb(224, 224, 224, 0.97);
    width: 850px;
    display: none;
    color: #216778;
    padding-left: 2em;
    z-index: 900;
}

.menu-panel li {
    display: block;
}

.menu-panel ul li a {
    padding: 0;
    text-decoration: none;
    display: block;
    color: #216778;
    line-height: 3; 
    border-bottom: 1px solid #b6b6b6; 
    padding-left: 50px; 
    margin-left: -5px;
}

.menu-category {
    margin: 2.5em 0 .5em;
}

.menu-col {
    float: left;
    width: 30%;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Jura', sans-serif;
    font-weight: bold;
    margin: 0 8px 70px 8px;
}

.menu-col h3, .social-col h3 { 
    margin: 1.25em 0 .75em; 
    padding-bottom: 5px;
    color: #216778; 
    font: normal 11px Arial;
    text-transform: uppercase;
    text-align: left; 
    border-bottom: 3px solid #587999;
}

.menu-col > h3 > a {
    color: #0b414e;
    text-decoration: none;
}

.menu-icon {
    float: left;
    display: inline-block;
    color: #216778;
    padding-top: 7px;
    padding-left: 5px;
}

.menu-panel ul li:hover i{ color: #990000; }
.menu-panel ul li:hover a{ color: #0b414e; }

.copy{
  color: white; 
  font-size: 10px;
  vertical-align: middle;
  background-color: #587999;    
  width: 862px; 
  padding: 10px;
  position: absolute;
  bottom: 0; 
  left: 0;
}

/* ----- right top menu ----- */

nav-right {
    float: right;
}

nav-right > ul > li {
    display: inline-block;
    padding-right: 50px;
    padding-top: 10px;

    position: relative;
}

nav-right li:hover .menu-panel-right {
    display: block;
}

.button-right {
    background: white;
    color: black;
    padding: 15px;
    font-family: 'Jura', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.button-right:hover {
    background: #f0f0f0;
    cursor:pointer;
}

.button-right::before {
    content: '\2756';
    color: #C2D0DE;
    font-size: 20px;
    display: inline-block;
    height: 49px;
    width: 35px;
    background-color: #587999;

    text-align: center;
    vertical-align: middle;
    line-height: 50px;

    position: absolute;
    margin-left: -50px;
    margin-top: -15px;
}

.button-right:hover::before {
    background: #C2D0DE;
    color: #587999;
}

.menu-panel-right {
    position: absolute;
    background-color: rgb(224, 224, 224, 0.97);
    width: 750px;
    margin-left: -639px;
    display: none;
    color: #216778;
    padding-left: 2em;
    border-bottom: 10px solid #587999;
    z-index: 900;
}

.social-col {
    float: left;
    width: 45%;
    font-size: 15px;
    font-family: Verdana, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0 8px 40px 8px;
}

/* SOCIAL MEDIA */

.telegramMessage {
    padding: 10px 0 15px 5px;
}

.telegramButton {
	background-color:#65AADD;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	align: center;
}

.linkedinButton {
	background-color:#0A66C2;
	border-radius:3px;
	display:inline-block;
	width: 180px;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
	align: center;
}

.facebookButton {
	background-color:#3B5998;
	border-radius:3px;
	display:inline-block;
	width: 180px;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	align: center;
}

.twitterButton {
	background-color:#1DA1F2;
	border-radius:3px;
	display:inline-block;
	width: 180px;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	align: center;
}

.telegramButton:hover, .linkedinButton:hover, .facebookButton:hover, .twitterButton:hover {
	background-color:#587999;
}
/*.telegramButton:active {
	position:relative;
	top:1px;
}*/

/*
---------------------------------------
content blocks
---------------------------------------
*/

.outer {
    width: 100%;
}

.title-header {
    display: table;
    margin: 0 auto;
    width: 1300px;

}

.page-title {
    float: left;
    color: #960909;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    /*font-family: Verdana, Arial, sans-serif; -webkit-font-smoothing: antialiased;*/
    font-family: 'Jura', sans-serif;
    font-weight: bold; 
    text-transform: uppercase;
}

.navbar {
    font-size: 10px;
    float: right;
    font-family: Verdana, Arial, sans-serif; -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}

.navfirst {
    background: #f4f4f4;
    color: #960909;
    padding: 5px;
}

.navfirst a {
    color: #960909;
    text-decoration: none;
}

.navnext {
    padding-left: 2em;
    color: #960909;
}

.navnext a {
    color: #960909;
    text-decoration: none;
}

.module-id {
    font-size: 11px;
    scroll-behavior: smooth;
}

.content-panel {
    display: flex;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 1em;
    width: 100%;
    font-family: Verdana, Arial, sans-serif; -webkit-font-smoothing: antialiased;
    justify-content: center;
}

.content-header {
    display: flex;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 1em;
    width: 100%;
    font-family: Verdana, Arial, sans-serif; -webkit-font-smoothing: antialiased;
    justify-content: center;
    background-color: white;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 6px 0px 2px 0px;
    border-color: #960909;
}


.content-panel ul {
  list-style: none;
}

.content-panel li {
    padding-bottom: 2px;
}

.content-panel ul li::before {
  content: "\2BC0";
  color: #3E6386;
  font-weight: bold;
  display: inline-block; 
  width: 2em;
  margin-left: -1em;
}

.courtesy {
    font-family: Verdana, Arial, sans-serif; -webkit-font-smoothing: antialiased;
    font-size: 9px;
    display: block;
    float: right;
    margin: 4px;
}

.content-inner {
    width: 1200px;
    padding: 1em;
}

.blocktitle {
    /*padding-bottom: 2em;*/
}

.blocktitle-left {
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'Jura', sans-serif;
}

.blocktitle-right {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Jura', sans-serif;
}

.linkgroup {
    width: 100%;
    color: white;
    background-color: #ad9ca9;
    padding: 5px;
    border-radius: 5px;
    font-family: 'Jura', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.copyblock {
    font-size: 10px;
    padding-bottom: 2px;
}

.content-footer {
    display: table;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 1em;
    color: white;
    background: #a2a2a2;
    width: 1170px;
    padding: 10px 25px;
    border-radius: 8px;
}

.footer-left {
    font-size:18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Jura', sans-serif;
}

.footer-right {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Jura', sans-serif;
}

.content-panel a, .faqitem a {
    text-decoration: none;
    color: #587999;
}

.footer-panel {
    width: 1150px;
    padding: 2em;
    border-style: solid;
    border-width: 2px;
    border-color: #960909;
    border-radius: 10px;
}

.timeline-me-content a {
    text-decoration: none;
    color: #587999;    
}

.content-panel a:hover, .faqitem a:hover, .timeline-me-content a:hover {
    color: red;
}

.content-panel .legal a {
    color: white;
}

.content-panel .legal a:hover {
    color: black;
}

/* ----- share buttons ----- */

.telegramshare {
    margin-top: 4px;
}

.fb-share-button {
    margin-top: 0px;
}

.twittershare {
    margin-top: 4px;
}

/* ----- info table ----- */
.infotable {
    background-color: #1d314a;
    border-left: 30px solid #1d314a;
    border-right: 30px solid #1d314a;
}

.td-left, .td-right {
    border-bottom: 1px dotted #C2D0DE;
    padding: 12px 0px;
    text-transform: uppercase;
    font-size: 12px
}

.td-left {
    text-align: left;
    color: #C2D0DE;
}

.td-right {
    text-align: right;
    color: white;
}

/* ----- funding table ----- */
.fundingtable {
    /*background-color: #eff0f1;*/
    border-left: 30px solid #eff0f1;
    border-right: 30px solid #eff0f1;
}

.funding-left, .funding-right {
    border-bottom: 1px dotted #696969;
    padding: 12px 0px;
    text-transform: uppercase;
    font-size: 14px
}

.funding-left {
    text-align: left;
    color: #696969;
}

.funding-right {
    text-align: right;
    color: black;
}

/*timeline specific*/
.content-timeline {
    display: table;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 1em;
    /*background: #eff0f1;*/
    width: 1040px;
    font-family: Verdana, Arial, sans-serif; -webkit-font-smoothing: antialiased;
}

/* ----- timelineMe specific ----- */

.timeline-me-label {
    color: white;
    font-size: 32px ;
    font-weight: bold;
    font-family: 'Jura', sans-serif;
}

.timeline-date {
    background-color : #C2D0DE;
    color: #666666;
    text-align: center;
    font-weight: bold;
    padding: 4px;
    margin-bottom: 10px;
}

.category-icon i {
    color: black;
}

.category-icon {
    padding: 25px 25px 5px;
}

.icon-name {
    font-size: 12px;
}

/* ----- FAQ specific ----- */

.content-faq {
    display: table;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 1em;
    width: 1040px;
    font-family: Verdana, Arial, sans-serif; -webkit-font-smoothing: antialiased;
}

/* mini reset */
.nav,
.nav a,
.nav form,
.nav input,
.nav li,
.nav ul {
    border: none;
    /*margin: 3px 0px 0px 3px;*/
    padding: 0; 
}

.nav a {
    text-decoration: none;  
}

.nav li {
    list-style: none;  
}

/*
------------------------------------------------------------------------------------
				Mega menu
------------------------------------------------------------------------------------
*/

nav {
  &.primary-navigation {
    margin: 0 auto;
    display: block;
  
    padding: 20px 0 0 0;  
    text-align: center;
    font-size: 15px;

    ul li {
      list-style: none;
      list-style-type: none;
      margin: 0 auto;
      border-left: 2px solid #960909;
      display: inline-block;
      padding: 0 20px;
      position: relative;
      text-decoration: none;
      text-align: center;
      font-family: 'Jura', sans-serif;
      font-weight: bold; 
      text-transform: uppercase;    }

    li a {
      color: black;
    }

    li a:hover {
      color: #960909;
    }

    li:hover {
      cursor: pointer;
    }

    ul li ul {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      padding-left: 0;
      left: 0;
      display: none;
      background: white;
      list-style: none;
      list-style-type: none;
    }

    ul li:hover > ul,
    ul li ul:hover {
      visibility: visible;
      opacity: 1;
      display: block;
      min-width: 300px;
      text-align: left;
      padding-top: 20px;
      box-shadow: 0px 3px 5px -1px #ccc;
    }

    ul li ul li {
      clear: both;
      width: 100%;
      text-align: left;
      margin-bottom: 20px;
      border-style: none;
    }

    ul li ul li a:hover {
      padding-left: 5px;
      border-left: 2px solid #960909;
      transition: all 0.3s ease;
    }
  }
}

a {

    text-decoration: none;

    &:hover {
        color: #3CA0E7;
    }
 
}

 ul li ul li a { transition: all 0.5s ease; }

/*
------------------------------------------------------------------------------------
				Shared CSS
------------------------------------------------------------------------------------
*/

.content-container-title
{
    font-size: 19px;
}

td .headerimage{
    width:100%;
    height:auto;
}

td .homeimage{
    width:100%;
    /*margin: -7px 0 0 0;*/
    height:200px;
}

table tr td p{
    padding: 6px;
    margin: 0 0 0 0.5em;
}

.pagenav
{
    float: right;
}

.pagenav li
{
    display: inline-block;
    font-size: 10px;
    text-align: right;
    letter-spacing: 1px;
    padding: 11px 25px 10px;
}

.pagenav li.current
{
    text-shadow: 0 -1px 0 #000;
    background-color: #ae0000;
    color: #fff;
}

.pagenav li.current a {
    color: #fff;
}

.pagenav a {
    color: #000;
    text-decoration: none;
}

.mini {
    font-size: 10px;
    padding: 6px;
    margin: 0 0 0 1em;
}

.content-container-footer {
    padding: 21px 21px 21px 40px;
    font-size: 12px;
    text-shadow: 0 -1px #505050;
    letter-spacing: 1px;
    color: #e4e6e7;
    background-color: rgba(100,100,100,1);
}

.foreachheader{
    padding: 20px;
    color: #ffffff;
    background-color: rgba(100,100,100,1);
}

.client-image{
    width:100%;
    height:auto;
}

/*
------------------------------------------------------------------------------------
				About us
------------------------------------------------------------------------------------
*/

.compinfo {
    border-left: 3px dotted;
    border-color: #960909;
}

.info-header {
    color: #960909;
    font-size: 22px;
    /*font-family: Verdana, Arial, sans-serif; -webkit-font-smoothing: antialiased;*/
    font-family: 'Jura', sans-serif;
    font-weight: bold; 
    text-transform: uppercase;
}

.cookies {
    border: 1px solid;
    padding: 15px;
    margin-top: 20px;
    margin-left: 20px;
    width: 70%;
    background-color: #fcebeb;
}

/*
------------------------------------------------------------------------------------
				Newsarchive
------------------------------------------------------------------------------------
*/

/*
------------------------------------------------------------------------------------
				Newsyear View
------------------------------------------------------------------------------------
*/
.newsyear {
    font-size: 34px;
    text-align: center;
}
/*
------------------------------------------------------------------------------------
				Clients
------------------------------------------------------------------------------------
*/

/*
------------------------------------------------------------------------------------
				Timeline
------------------------------------------------------------------------------------
*/
.yearline {
    text-align: center;
    font-size: 25px;
}
/*
------------------------------------------------------------------------------------
				FAQ
------------------------------------------------------------------------------------
*/
.content-container #faqtext {
    font-size: 25px;
    margin: 0px 0px 0px 20px;	
}

.categorytitle {
    font-size: 25px;
    padding: 6px;
}

.faqcatdiv {
    width: 82%;
    background: rgba(230,230,230,1);
    margin: 0px 50px 50px 100px;	
    padding: 20px;	
}

.faqcatdiv h1 {
    background: transparent;
}

/*Add some spacing*/
.faq-section {
    margin: 20px 0;
    position: relative;
}
/*Hide the paragraphs*/
.faq-section p,
.faq-section ul li{
    display: none;
    width: 90%;
    padding: 0 20px;
}
/*Hide the checkboxes */
.faq-section input {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    opacity: 0;         
    display: none\9; /* IE8 and below */
    margin: 0;          
    width: 85%;
    height: 36px;
    padding: 6px;
}
/*If the checkbox is checked, show all paragraphs*/
.faq-section input[type=checkbox]:checked~p, 
.faq-section input[type=checkbox]:checked~ul li {
    display: block;
    color: black; font-size: 1.2em; font-family: arial;
    /* restore clipping defaults */
    text-overflow: clip; 
    white-space: normal;
    overflow: visible;  
}
/*Style the label*/
.faq-section h4 {
    font-size: 1.2em;
    display: block;
    position: relative;
    width: 85%;
    padding: 7px 10px;
    border-left: 3px solid #888;
    transition: all .15s ease-out;          
}

/* FAQ BOX */

/*Remove text selection when toggle-ing*/
.faq-section h4::selection {
    background: none;
}
.faq-section h4:hover {
    background: #f5f5f5;
}
/*If the checkbox is checked, style the label accordingly*/
.faq-section input[type=checkbox]:checked~h4 {    
    background-image: linear-gradient(to left, #fff, #F0F0F0);
    width: 92%;
    font: bold 20px Arial;
}
/*Label's arrow - default state */
.faq-section h4::before {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left-color: inherit; 
}
/*Update the right arrow*/
.faq-section input[type=checkbox]:checked~h4::before{
    border: 6px solid transparent;
    border-top-color: inherit;
    margin-top: -3px;
    right: 10px; 
}
/*
------------------------------------------------------------------------------------
				Software Development
------------------------------------------------------------------------------------
*/

/*
------------------------------------------------------------------------------------
				Investors
------------------------------------------------------------------------------------
*/

/*
------------------------------------------------------------------------------------
				Social Media Share buttons
------------------------------------------------------------------------------------
*/

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.1em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  /*font-family: Helvetica Neue,Helvetica,Arial,sans-serif;*/
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

.resp-sharing-button__icon svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}

