@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
sup {
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
  font-size: 80%;
}

.center {
  text-align: center;
}

/*::selection {
	background-color: transparent !important;
	color: inherit  !important;
}*/
body {
  font-size: 16px;
}

#top .logo,
#top .logo a {
  overflow: visible;
}

#header .logo.avia-svg-logo {
  padding: 10px;
  position: relative;
}
#header .logo.avia-svg-logo .subtext {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(120%, -50%);
  z-index: 999;
  font-size: 24px;
  padding-left: 5px;
}
#header.av_header_transparency .logo.avia-svg-logo svg path {
  fill: #fff;
}
#header.av_header_transparency .logo.avia-svg-logo .subtext {
  color: #fff;
}

.screen-image-mobile {
  padding-top: 30px !important;
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  .screen-image {
    background-position-y: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .infobox {
    padding-right: 30px !important;
  }
  .logo.avia-svg-logo a {
    display: flex !important;
    flex-direction: row;
    align-items: center;
  }
  .logo.avia-svg-logo svg {
    padding: 10px !important;
  }
  .logo.avia-svg-logo svg path {
    fill: #4678ae !important;
  }
  .logo.avia-svg-logo .subtext {
    color: #4678ae !important;
    transform: none !important;
    display: inline-block;
    position: static !important;
  }
  #footer .widget {
    margin: 0px !important;
  }
}
#main ul {
  margin-left: 30px;
}

.list-letters {
  list-style: none !important;
  counter-reset: letter-counter;
  margin-left: 15px !important;
}
.list-letters li {
  counter-increment: letter-counter;
}
.list-letters li:before {
  content: counter(letter-counter, lower-alpha) ") ";
  font-weight: 500;
}/*# sourceMappingURL=webrevolution.css.map */