/*@import url('https://fonts.googleapis.com/css?family=Muli:400,500,600,600i,700,700i&display=swap');*/
/*body{*/
/*	font-family: 'Muli', sans-serif;*/
/*}*/

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#sc2rhR {
    display: none !important;
}
#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}
#topbar {
    background-image: linear-gradient(to right, rgb(21, 50, 92), rgb(82, 154, 217)) !important;
}
#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}
.chatMR {
    right: 0;
    position: absolute;
    cursor: pointer;
    text-align: center;
    font-size: .5rem;
    top: 4.5rem;
    border-radius: 0.125rem;
    z-index: 99999;
}
#livechat {
    background: #206DF1;
    right: 0;
    top: 6.8rem;
    position: fixed;
    width: 6rem;
    height: 3.7rem;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: .5rem;
    border-radius: 0.125rem;
    z-index: 999;
    box-shadow: 1px 2px #4e4e4e;
}
#livechat .iconfont {
    display: block;
    font-size: 1.25rem;
    line-height: 1.3rem;
    padding: 0.2rem;
}
#livechat span {
    font-size: 1rem;
} 