:root {
    /* main header height: logo, menu, language */
    --header-height: 104px;
    --lang-space: 28px;
 }
.mod-languages {
  top: 10px;
}
/* START: language  */
.mod-languages {
      line-height: var(--header-height);
      
      right:5px;
}
.mod-languages > ul {
  float: right;
}
.mod-languages > ul.lang-inline  > li > a {
      width: var(--lang-space);
      height: var(--lang-space);
      line-height: var(--lang-space);
      text-align: center;
} 
  
div.mod-languages ul li.lang-active {
      background-color: #fff !important;
}
.lang-active > a {
      border: 1px solid transparent;
      border-radius: 50%;
      border-color:#000;
      
}
.sp-module-content .mod-languages ul.lang-inline li a {
  
      padding: 3px !important;
}
.pull-left {
      float: left;
      
}
.sppb-column-addons .img-circle img {
     margin: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
     max-height: 150px;
}

.img-circle {
 border-radius: 50%;
 margin: 10px
}

/* END: language */
  

  
/* Home page elements */
.rspbld-image img {
    margin: auto;
    width: 250px;
    border-radius: 50%;
}

  .home-items-style strong {
          float: left;
      background-color: #909090;
      border-radius: 50%;
      color: #fff;
      font-size: 24px;
      display: block;
      height: 48px;
      line-height: 48px;
      width: 48px;
      text-align: center;
      margin: 15px;
  }
  
  .home-items-style p {
      margin-left: 78px;
  }

.btn-call-service-point,
.btn-call-service-point:hover {
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
}
