.body {
  height: 100%;
  background-color: #cfcfcf;
}

.mainsec {
  position: relative;
  background-image: none;
}

.mainbar {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100px;
  background-color: #006ea8;
  background-image: url('../images/blob.png');
  background-position: 0px 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.menu {
  width: 180px;
  height: 50px;
  margin-top: 25px;
  margin-left: 12px;
  float: right;
  border-right: 1px solid #3b97c7;
  background-image: url('../images/button1still.png');
  background-position: 10px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.menu:hover {
  background-image: url('../images/button1a.gif');
  background-position: 10px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  color: #006ea8;
}

.menu.menu2 {
  width: 170px;
  float: right;
  border-right-style: solid;
  background-image: url('../images/button2b3_still.png');
  background-position: 10px 50%;
  background-size: 40px;
}

.menu.menu2:hover {
  background-image: url('../images/button2b3.gif');
  background-position: 10px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.menu.menulogo {
  width: 20%;
  height: 100px;
  margin-top: 0px;
  margin-left: 0px;
  float: left;
  border-right-style: none;
  background-image: url('../images/logo_white_small2.png');
  background-position: 0px 50%;
  background-size: contain;
}

.menu.social {
  width: 36px;
  margin-right: 15px;
  margin-left: 20px;
  border-right-style: none;
  background-image: url('../images/social1.png');
  background-position: 50% 50%;
  background-size: contain;
}

.menu.social:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 110, 168, .36), rgba(0, 110, 168, .36)), url('../images/social1.png');
  background-image: linear-gradient(180deg, rgba(0, 110, 168, .36), rgba(0, 110, 168, .36)), url('../images/social1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.menu.social2 {
  width: 36px;
  margin-right: 20px;
  margin-left: 0px;
  border-right-style: none;
  background-image: url('../images/social2.png');
  background-position: 50% 50%;
  background-size: contain;
}

.menu.social2:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 110, 168, .36), rgba(0, 110, 168, .36)), url('../images/social2.png');
  background-image: linear-gradient(180deg, rgba(0, 110, 168, .36), rgba(0, 110, 168, .36)), url('../images/social2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.text-block {
  height: 50px;
  margin-left: 50px;
}

.text-block.buttontext {
  padding-top: 15px;
  padding-left: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}

.text-block.buttontext:hover {
  color: #8accee;
}

.map {
  width: 100%;
  height: 50%;
}

.imagediv {
  position: relative;
  display: inline-block;
  overflow: auto;
  width: 25%;
  max-height: auto;
  max-width: 25%;
  min-height: auto;
  min-width: 25%;
  float: left;
  clear: right;
  border-right: 10px solid #cfcfcf;
  border-bottom: 10px solid #cfcfcf;
}

.imagehover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 167, 255, .3), rgba(0, 167, 255, .3));
  background-image: linear-gradient(180deg, rgba(0, 167, 255, .3), rgba(0, 167, 255, .3));
}

.projects {
  display: block;
}

.lightbox {
  display: block;
  width: 25%;
  max-width: auto;
  min-width: auto;
  float: left;
  border-right: 3px solid #cfcfcf;
  border-bottom: 3px solid #cfcfcf;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.lightbox:hover {
  -webkit-filter: none;
  filter: none;
}

.link1 {
  position: relative;
  top: -50px;
  width: 180px;
  height: 50px;
}

.link-block {
  position: relative;
  top: -50px;
  width: 180px;
  height: 50px;
}

.section {
  height: 105px;
}

.section.contacts {
  display: block;
  height: 600px;
  background-image: -webkit-linear-gradient(45deg, #006ea8, #3b97c7 99%);
  background-image: linear-gradient(45deg, #006ea8, #3b97c7 99%);
}

.section.footer {
  height: 60px;
}

.contactsheet {
  position: relative;
  width: 40%;
  height: 400px;
  float: left;
  background-color: #fff;
}

.contactsheet.map {
  width: 60%;
  float: left;
}

.contactlogo {
  width: 60%;
  height: 70px;
  margin-top: 20px;
  margin-left: 20px;
  background-image: url('../images/rbe_logo2_small.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading {
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #6e6e6e;
  font-weight: 400;
}

.text-block-2 {
  padding-top: 10px;
  padding-left: 20px;
}

.header {
  height: 110px;
  padding-top: 15px;
  background-color: #006ea8;
  background-image: -webkit-linear-gradient(0deg, #006ea8, #3b97c7);
  background-image: linear-gradient(90deg, #006ea8, #3b97c7);
}

.div-block-5 {
  width: 80px;
  height: 80px;
  margin-left: 20px;
  padding-top: 20px;
  background-image: url('../images/1200px-Multiplication_Sign3.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.ckhead {
  color: #006ea8;
}

.ckhead.red {
  color: #a80000;
}

.link-block-2 {
  position: relative;
  top: -20px;
  width: 80px;
  height: 80px;
  float: left;
}

.link {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.link-block-3 {
  position: absolute;
  width: 36px;
  height: 50px;
}

.link-block-4 {
  position: absolute;
  width: 36px;
  height: 50px;
}

._w-lightbox-thumbnail:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.contactsdiv {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
}

.lighter {
  width: 100%;
  height: auto;
  max-width: auto;
  min-width: auto;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.row {
  padding-right: 5px;
  padding-bottom: 5px;
}

.img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

.landingbody {
  background-image: -webkit-linear-gradient(270deg, #006ea8, #3b97c7 83%, #5fb7e6 98%);
  background-image: linear-gradient(180deg, #006ea8, #3b97c7 83%, #5fb7e6 98%);
}

.main {
  position: absolute;
  width: 90%;
  height: 100%;
  margin-left: 5%;
}

.top {
  height: 15%;
  border-bottom: 2px solid #3b97c7;
}

.middle {
  height: 55%;
}

.selectdiv {
  height: 15%;
  border-bottom: 1px solid #8accee;
}

.bottom {
  height: 15%;
  padding-right: 0px;
  padding-left: 0px;
}

.logo {
  width: 22%;
  height: 100%;
  min-width: 300px;
  float: left;
  background-image: url('../images/rbe_whitefull.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.topcontacts {
  width: 30%;
  height: 100%;
  float: right;
}

.toptext {
  margin-top: 18px;
  padding-right: 5px;
  color: #fff;
  text-align: right;
}

.toptext.contact {
  margin-top: 15px;
  padding: 5px 10px;
  float: right;
  background-color: #3b97c7;
}

.contact {
  float: right;
}

.left {
  width: 50%;
  height: 100%;
  float: left;
  border-right: 1px solid #3b97c7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left:hover {
  opacity: 0.6;
}

.right {
  width: 50%;
  height: 100%;
  float: left;
  border-left: 1px solid #3b97c7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right:hover {
  opacity: 0.6;
}

.avlogo {
  width: 70%;
  height: 70%;
  float: right;
  background-image: url('../images/division1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pclogo {
  width: 70%;
  height: 70%;
  float: left;
  background-image: url('../images/division2b.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avtext {
  width: 70%;
  height: 30%;
  padding-top: 20px;
  float: right;
  clear: right;
  color: #fff;
  font-size: 42px;
  text-align: center;
}

.pctext {
  width: 70%;
  height: 30%;
  padding-top: 20px;
  float: left;
  clear: left;
  color: #fff;
  font-size: 42px;
  text-align: center;
}

.selecttext {
  padding-top: 30px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.mapdiv {
  width: 15%;
  height: 100%;
  min-width: 80px;
  float: left;
  border-right: 1px solid #8accee;
}

.mapicon {
  width: 100%;
  height: 60%;
  background-image: url('../images/mapss.png');
  background-position: 50% 50%;
  background-size: 64px;
  background-repeat: no-repeat;
}

.maptext {
  width: 100%;
  padding-right: 2px;
  padding-left: 2px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}

.address {
  display: inline-block;
  padding-top: 18px;
  padding-left: 5%;
  color: #fff;
  line-height: 22px;
}

.address.copyright {
  display: inline-block;
  padding-right: 3px;
  float: right;
  text-align: right;
  text-decoration: none;
}

.addressdiv {
  width: 80%;
  height: 100%;
  float: left;
}

.copyrightdiv {
  width: 55%;
  height: 100%;
  float: right;
}

.link-block-5 {
  width: 100%;
  height: 150%;
}

.link-block-6 {
  width: 100%;
  height: 100%;
}

.contactform {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 25%;
  height: 100%;
  background-color: #cfcfcf;
}

.formheading {
  padding-left: 20px;
}

.close {
  margin-top: 15px;
  margin-right: 15px;
  float: right;
}

.form-block {
  padding-top: 35px;
  padding-right: 20px;
  padding-left: 20px;
}

.link-block-7 {
  position: absolute;
  top: 0px;
  right: 0px;
  float: right;
}

.temporary {
  position: absolute;
  width: 50%;
  height: 55%;
  float: left;
}

.avlink {
  position: absolute;
  width: 50%;
  height: 55%;
}

.bottomleft {
  width: 40%;
  height: 100%;
  float: left;
}

.bottomright {
  width: 60%;
  height: 100%;
  float: right;
}

.underconstruction {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 71, 109, .81);
}

.underctext {
  position: absolute;
  top: 45%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
}

.underctext.ctextclose {
  top: 57%;
  font-size: 12px;
}

.pclink {
  position: absolute;
  width: 50%;
  height: 55%;
}

.constructionlink {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.loading {
  position: fixed;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, #006ea8, #8accee);
  background-image: linear-gradient(180deg, #006ea8, #8accee);
}

.heading-2 {
  position: relative;
  top: 45%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.loader {
  position: relative;
  top: 45%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.underctextclose {
  position: absolute;
  top: 60%;
}

.gdpr {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="construction-display-none"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .mainbar {
    height: 80px;
    background-size: 33%;
  }
  .menu {
    margin-top: 15px;
  }
  .menu.menulogo {
    width: 22%;
    height: 80px;
  }
  .section {
    height: 83px;
  }
  .contactsheet {
    width: 50%;
  }
  .contactsheet.map {
    width: 50%;
    float: left;
  }
  .contactlogo {
    width: 75%;
  }
  .contactsdiv {
    width: 85%;
  }
  .main {
    width: 100%;
    margin-left: 0%;
  }
  .top {
    max-height: 160px;
    min-height: 130px;
    padding-right: 3%;
  }
  .middle {
    height: 45%;
    max-height: 800px;
  }
  .selectdiv {
    height: 25%;
  }
  .bottom {
    display: block;
    padding-right: 2%;
    padding-left: 2%;
  }
  .avlogo {
    width: 85%;
  }
  .pclogo {
    width: 85%;
  }
  .avtext {
    width: 85%;
  }
  .pctext {
    width: 85%;
  }
  .address.copyright {
    padding-left: 1%;
  }
  .contactform {
    display: none;
    width: 50%;
  }
  .temporary {
    height: 45%;
  }
  .avlink {
    height: 45%;
  }
  .bottomleft {
    width: 50%;
  }
  .bottomright {
    width: 50%;
  }
  .underctext {
    font-size: 36px;
  }
  .pclink {
    height: 45%;
  }
}

@media (max-width: 767px) {
  .mainbar {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .menu {
    width: 50px;
    height: 30px;
    margin-top: 26px;
    background-image: url('../images/button1still.png');
    background-position: 0px 50%;
    background-size: 40px;
    background-repeat: no-repeat;
  }
  .menu:hover {
    background-image: url('../images/button1a.gif');
    background-position: 0px 50%;
    background-size: 40px;
    background-repeat: no-repeat;
  }
  .menu.menu2 {
    width: 50px;
    margin-left: 10px;
    background-image: url('../images/button2b3_still.png');
    background-position: 0px 50%;
    background-size: 40px;
    background-repeat: no-repeat;
  }
  .menu.menu2:hover {
    background-image: url('../images/button2b3.gif');
    background-position: 0px 50%;
    background-size: 40px;
    background-repeat: no-repeat;
  }
  .menu.menulogo {
    width: 30%;
  }
  .menu.menulogo:hover {
    background-image: url('../images/logo_white_small2.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .menu.social {
    margin-right: 10px;
    margin-left: 10px;
    background-image: url('../images/social1.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .menu.social2 {
    margin-right: 10px;
    background-image: url('../images/social2.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .text-block.buttontext {
    display: none;
    height: 30px;
    margin-left: 0px;
    padding-top: 5px;
    font-size: 22px;
  }
  .lightbox {
    width: 33.3%;
  }
  .link1 {
    width: 200px;
  }
  .contactsheet {
    width: 100%;
    height: 250px;
  }
  .contactsheet.map {
    overflow: hidden;
    width: 100%;
    clear: left;
  }
  .contactlogo {
    width: 40%;
    height: 50px;
    margin-right: 10px;
    float: right;
  }
  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contactsdiv {
    padding-top: 50px;
  }
  .top {
    max-height: auto;
    min-height: auto;
  }
  .middle {
    height: 65%;
  }
  .selectdiv {
    display: none;
  }
  .bottom {
    height: 15%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .logo {
    min-width: 150px;
  }
  .topcontacts {
    width: 60%;
  }
  .toptext {
    display: inline-block;
    margin-top: 8px;
    float: right;
    font-size: 12px;
  }
  .toptext.contact {
    margin-top: 5px;
  }
  .contact {
    display: none;
  }
  .avlogo {
    width: 100%;
  }
  .pclogo {
    width: 100%;
  }
  .avtext {
    width: 100%;
    font-size: 28px;
  }
  .pctext {
    width: 100%;
    font-size: 28px;
  }
  .mapdiv {
    width: 15%;
    min-width: 80px;
    padding-top: 0px;
  }
  .mapicon {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  .maptext {
    display: none;
    width: 100%;
    font-size: 10px;
  }
  .address {
    height: 100%;
    padding-top: 0px;
    font-size: 12px;
    line-height: 14px;
  }
  .address.copyright {
    padding-top: 0px;
  }
  .bottomleft {
    width: 100%;
  }
  .bottomright {
    width: 100%;
    height: 20%;
    margin-top: 0px;
    clear: left;
  }
  .underctext {
    font-size: 24px;
    line-height: 32px;
  }
  .underctext.ctextclose {
    font-size: 10px;
  }
}

@media (max-width: 479px) {
  .menu {
    width: 40px;
  }
  .menu.menu2 {
    width: 40px;
    margin-left: 0px;
  }
  .menu.menulogo {
    width: 35%;
    float: none;
  }
  .menu.menulogo:hover {
    background-image: url('../images/logo_white_small2.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .menu.social {
    width: 26px;
    margin-right: 10px;
    margin-left: 5px;
  }
  .menu.social2 {
    width: 26px;
    margin-right: 10px;
  }
  .text-block.buttontext {
    padding-left: 5px;
    font-size: 16px;
  }
  .lightbox {
    width: 50%;
  }
  .section {
    height: 73px;
  }
  .contactlogo {
    display: none;
  }
  .text-block-2 {
    font-size: 12px;
  }
  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .topcontacts {
    width: 50%;
    padding-top: 17px;
  }
  .mapdiv {
    padding-top: 10px;
  }
  .mapicon {
    height: 80%;
  }
  .address {
    padding-top: 14px;
  }
  .bottomleft {
    width: 100%;
    height: 80%;
  }
  .bottomright {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-right: 15px;
    clear: left;
  }
  .underctext {
    font-size: 16px;
    line-height: 24px;
  }
  .underctext.ctextclose {
    font-size: 9px;
  }
}

