@import url("/css/font/TitilliumWeb-Light.ttf");
.top {
  width: 100%; }

[contenteditable] .mainPage {
  z-index: 0; }

body {
  background-size: cover;
  margin: 0 auto;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  color: #333; }

a {
  color: #ee7600;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:visited {
    color: #884300; }

#menu {
  position: static;
  width: auto; }

#menu2 {
  position: fixed;
  width: 91%;
  margin: 0;
  left: 3.85%;
  top: 0;
  display: none; }

ul.menu {
  font-family: menu;
  background: #ee7600;
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0; }
  ul.menu:after {
    content: "";
    display: table;
    clear: both; }
  ul.menu a {
    color: #333;
    text-decoration: none; }
  ul.menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    cursor: pointer;
    float: left;
    position: relative; }
  ul.menu .active {
    background: #f9d50c; }
    ul.menu .active .button {
      color: #333 !important; }
  ul.menu .submenu {
    background: #f9d50c;
    position: absolute;
    left: 0px;
    top: 44px;
    padding: 0;
    z-index: 1;
    width: 100%; }
    ul.menu .submenu a {
      color: #fff; }
  ul.menu .submenu li {
    margin: .5em .5em;
    float: none !important; }
  ul.menu .button {
    font-family: Verdana, Arial, sans-serif;
    font-size: calc(12px + 1vw);
    color: #fff;
    padding: 15px calc(23px + 1vw);
    text-decoration: none;
    display: block; }
  ul.menu .logo {
    background: url("/img/logo.png") no-repeat white center center;
    background-size: contain; }

.content {
  min-height: 20%; }

#content {
  margin-top: 47px; }

.clear {
  clear: both; }

.menu-select {
  margin: 2vw;
  font-size: calc(16px + 1vw);
  display: none; }

@media all and (max-width: 520px) {
  html .menu li {
    display: none; }

  html .menu-select {
    display: block !important; } }
.mainHeader {
  font: normal normal normal 4vw georgia,palatino,'book antiqua','palatino linotype',serif;
  text-shadow: rgba(0, 0, 0, 0.49804) -1px -1px 0px, rgba(0, 0, 0, 0.49804) -1px 1px 0px, rgba(0, 0, 0, 0.49804) 1px 1px 0px, rgba(0, 0, 0, 0.49804) 1px -1px 0px;
  color: white;
  left: 50px;
  position: absolute;
  top: 3vw;
  line-height: 9vw; }
  .mainHeader span {
    display: block; }
  .mainHeader h1 {
    margin: 0; }
  .mainHeader .bg {
    background: rgba(0, 0, 0, 0.5);
    margin: 0 -3%;
    padding: 1%; }
    .mainHeader .bg .pad {
      margin: 2%; }

.mainSubHeader {
  font: normal normal normal calc(12px + 1.5vw) georgia, palatino, "book antiqua", "palatino linotype", serif;
  text-shadow: rgba(0, 0, 0, 0.49804) -1px -1px 0px, rgba(0, 0, 0, 0.49804) -1px 1px 0px, rgba(0, 0, 0, 0.49804) 1px 1px 0px, rgba(0, 0, 0, 0.49804) 1px -1px 0px;
  color: #f9d50c;
  margin-top: 0; }

.mainPage {
  z-index: -1;
  position: relative; }
  .mainPage img {
    width: 100%; }

.scrollingLift {
  background: white; }

.pointsBar {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-flow: dense;
  align-items: center;
  justify-items: center;
  background: #f9d50c;
  min-height: 200px;
  margin-top: -5px; }
  .pointsBar .box {
    margin: 3vw;
    text-align: center;
    text-transform: uppercase; }
  .pointsBar .point {
    margin: 2vw auto;
    position: relative;
    background: white;
    border-radius: 190px;
    width: 20vw;
    height: 20vw; }
    .pointsBar .point .icon {
      margin: 7vw;
      font-size: 6vw; }
    .pointsBar .point .key {
      height: 8vw;
      width: 5vw;
      background: url(/img/keys.svg);
      background-size: cover;
      display: block;
      top: -4%;
      position: absolute;
      left: 3%; }
    .pointsBar .point .needle {
      height: 6.5vw;
      width: 8vw;
      background: url(/img/needle.svg);
      background-size: contain;
      display: block;
      top: -3%;
      position: absolute;
      left: 1%;
      background-repeat: no-repeat; }
    .pointsBar .point .wp {
      margin: 3.7vw 2.8vw;
      font-size: 6vw; }
      .pointsBar .point .wp .fa-ban {
        font-size: 9vw;
        margin-top: 1.5vw; }

.text {
  padding: 1vw;
  margin: 0 auto;
  max-width: 600px;
  color: #555;
  line-height: 24px; }
  .text ul {
    margin: 0;
    padding: 1vw; }
  .text li {
    padding: 0 0 10px;
    list-style-type: none; }
  .text h3 {
    color: #ee7600; }

.w100 {
  width: 100%; }

.zoomable {
  width: 50%;
  max-width: 500px;
  margin: 2vw;
  cursor: pointer; }
  .zoomable.full {
    width: 96%;
    max-width: 96%; }

@media (min-width: 800px) {
  .pointsBar {
    grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 250px) {
  .pointsBar {
    grid-template-columns: repeat(1, 1fr); } }
.helptext {
  font-size: 12px;
  clear: both;
  text-align: right; }

#contact label {
  display: inline-block;
  float: left;
  width: 33%;
  line-height: 45px; }
#contact input, #contact textarea {
  display: inline-block;
  float: right;
  clear: right;
  width: 60%;
  margin: 5px; }
#contact input[type=submit] {
  width: 64%;
  background: #ee7600;
  border: 1px solid #ee7600; }
#contact textarea {
  height: 200px; }
#contact .w0 {
  width: 0;
  margin: 0 1%; }
#contact .form-control:focus {
  border-color: #ee7600;
  box-shadow: 0 0 0 0.2rem rgba(238, 118, 0, 0.25); }

@media (max-width: 500px) {
  .zoomable {
    width: 96%; }

  #contact label, #contact input, #contact textarea {
    width: 91%;
    display: inline-block; }
  #contact input[type=submit] {
    width: 98%; } }
.login {
  display: grid;
  justify-items: center;
  align-items: center;
  height: 100vh; }
  .login form {
    min-width: 400px;
    max-width: 6vw;
    width: 100%;
    border: 1px solid #d9e5ef;
    -webkit-box-shadow: 10px 10px 27px -1px rgba(11, 147, 213, 0.22);
    -moz-box-shadow: 10px 10px 27px -1px rgba(11, 147, 213, 0.22);
    box-shadow: 10px 10px 27px -1px rgba(11, 147, 213, 0.22);
    padding: 3vw; }

.btn-secondary {
  background: #9aa2a9; }

.form-control {
  height: auto;
  padding: 5px 11px; }

#creditCard {
  width: 500px; }

* {
  box-sizing: border-box; }

.progress {
  padding: 0;
  list-style-type: none;
  font-family: arial;
  font-size: 12px;
  clear: both;
  line-height: 1em;
  margin: 10px;
  text-align: center; }

.progress li {
  float: left;
  padding: 10px 30px 10px 40px;
  background: #ee7600;
  color: #fff;
  position: relative;
  border-top: 1px solid #ff9022;
  border-bottom: 1px solid #ffa955;
  width: 32%;
  margin: 0 1px;
  min-width: 195px; }

.progress li:before {
  content: '';
  border-left: 16px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  left: 0; }

.progress li:after {
  content: '';
  border-left: 16px solid #ee7600;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20; }

.progress li.active {
  background: #ff9022; }

.progress li.active:after {
  border-left-color: #ff9022; }

/*# sourceMappingURL=meweb.css.map */
