p, a {
    font-family: 'Asap', sans-serif;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}
.ok-cd, .ok-cd:hover{
    color: #000;
    text-decoration: none;
    text-transform: none;
}
.bgstaff{
  background-image: url('../img/bg_staff.png');
  background-repeat: no-repeat;
  background-position: center;
}
.mx{
  background-image: url('../img/bg_mx.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mx-message{
  background-image: url('../img/bg_mx2.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.widgets_wrapper .with-nonce{
  margin: 0 auto !important;
}
.navbar-light .navbar-toggler {
    color: none !important;
    border-color: transparent !important;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.bg-benefits{
  background-color: #0394a4;
}
.w-carousel{
  width: 10% !important;
}

/* logo */
#logoonikom{
    max-width: 160px;
}
@media screen and (max-width: 440px){
    #logoonikom {
        max-width: 130px;
    }
}
@media screen and (max-width: 400px){
    #logoonikom {
        max-width: 90px;
    }
}
@media screen and (max-width: 360px){
    #logoonikom {
        max-width: 56px;
    }
}

/* media querys */
@media (min-width: 576px) {

}
@media (min-width: 768px) {
  .w-carousel{
    width: 5% !important;
  }
}
@media (min-width: 992px) {
  .bg-benefits{
    background-image: url('../img/onikom_benefits_tablet.png');
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 1200px) {
  .bg-benefits{
    background-image: url('../img/onikom_benefits.png');
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 1400px) {

}

/* carrusel */
#rcbrandDemo1, #rcbrandDemo2, #rcbrandDemo3 {
   display:none;
}
.rc-rcbrand-container {
    position:relative;
    max-width:100%;
    margin-bottom: 20px;
}
.rc-rcbrand-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
    overflow: auto;
}
.rc-rcbrand-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
}
.rc-rcbrand-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:0px;
}
.rc-rcbrand-item img {
    max-width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.rc-rcbrand-nav-left,
.rc-rcbrand-nav-right {
    display: none;
    padding:5px 10px;
    border-radius:50%;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255, 102, 0, 0.5);
    color: #fff;
}
.rc-rcbrand-nav-left {
    left: 10px;
}
.rc-rcbrand-nav-left:before {
    content: "<"
}
.rc-rcbrand-nav-left.disabled {
    opacity: 0.4;
}
.rc-rcbrand-nav-right {
    right: 5px;
}
.rc-rcbrand-nav-right:before {
    content: ">"
}
.rc-rcbrand-nav-right.disabled {
    opacity: 0.4;
}

/* loader */
.bgfade{
    position: fixed;
    z-index: 1031;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(255,255,255,0.9);
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 16em;
  height: 16em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #CD062D;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.link-menu {
      font-size: 16px;
      color: #000;
      text-decoration: none;
      line-height: 36px;
}
.link-menu:hover {
    font-size: 16px;
    color: #666666;
    text-decoration: none;
    line-height: 36px;
}
.nihover:hover{
    background-color: #f2f3f4;
    border-radius: 18px;
}
.no-hover:hover{
    text-decoration: none !important;
}
.ok-hi {
    color: #CD062D;
}
.ok-hi2, .ok-hi2:hover{
    color: #209BCB;
}
.profileh:hover{
    box-shadow: inset 0px 0px 0px 3px #209BCB !important;
    box-sizing: border-box !important;
}
.skew_rating__rating-container {
    margin-bottom: 0 !important;
}
.hubspot-link__container .sproket {
    display: none !important;
}
.rsbutton:hover {
    background-color: #f2f3f4;
    border-radius: 50%;
}
.sqbutton {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-body {
    min-height: auto !important;
}
