/* RB Top Header */

.rb-top-header {

  position: absolute;
  top: 0;
  height: 35px;
  width: 100%;
  line-height: 35px;

}

.rb-header-contact {

    width: 50%;

}

.rb-header-social {

    width: 50%;
    float: right;

}

.rb-header-contact .tel, .rb-header-contact .email {

    width: auto;
    float: left;
    text-align: center;
    padding-right: 15px;

}

.rb-header-contact .tel i, .rb-header-contact .email i {

  margin-right: 5px;

}

.rb-header-social .social-box {

    float: right;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: 300ms;

}

/* Page Header */

.rb-page-header {

  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0;

}

.rb-page-header.full-width-section {

  width: 100vw;
  max-width: 100vw;
  margin-bottom: 0;
  padding: 24px!important;

}

.rb-page-header .col.section-title {

  padding: 15px 0!important;
  border-bottom: 0!important;

}

@media screen and (max-width: 1000px) {

  .rb-top-header {

    display: none;

  }

}
