#app {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  background: #ffffff;
  min-height: 100vh;
}

header {
  background: url("../img/header-2.jpg") top center no-repeat;
  background-size: 100%;
  position: relative;
  height: 50vw;
  min-height: 250px;
  max-height: 300px;
}

#exchange-event {
  position: absolute;
  top: 10px;
  right: 10px;
}

#logo {
  position: absolute;
  max-width: 100px;
  max-height: 100px;
  width: 20vw;
  left: 15px;
  top: 15px;
}
#logo img {
  width: 100%;
}

.main {
  margin-left: 15px;
  margin-right: 15px;
  background: #f4f4f9;
  padding: 15px;
  border-radius: 10px;
  transform: translateY(-80px);
}
.main .btn {
  font-size: 12px;
}
.main h1, .main h2 {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
}
.main h1 {
  font-size: 22px;
}
.main p {
  line-height: 1.2;
  color: #000000;
}
.main .text-big {
  font-size: 24px;
  color: #000000;
  font-family: sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
}

#invite-events .event {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
}
#invite-events .event strong {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #071186;
  line-height: 1.2;
}
#invite-events .event small {
  display: block;
}
#invite-events .event p {
  line-height: 1.2;
  font-size: 14px;
}

.mb-app {
  transform: translateY(-80px);
}

#qr-code img {
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  background: #ffffff;
}

.bg-app {
  background: #f4f4f9 !important;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.event-info {
  line-height: 1;
  margin-bottom: 5px;
  color: #000000;
  font-weight: bold;
}

.appBottomMenu .item i {
  font-size: 20px;
  color: #9f9f9f;
}
.appBottomMenu .item strong {
  color: #9f9f9f;
}
.appBottomMenu .item.active i, .appBottomMenu .item:hover i {
  color: #071186;
}
.appBottomMenu .item.active strong, .appBottomMenu .item:hover strong {
  color: #071186;
}

#event-info h2 {
  color: #000000;
  font-size: 18px;
  text-align: left;
}
#event-info p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
#event-info p.active {
  overflow: visible;
  display: block;
}
#event-info .more {
  font-weight: bold;
  margin-top: 0;
}

#menus {
  padding: 15px;
}
#menus a {
  display: block;
  background: #ffffff;
  padding: 20px 0;
  text-align: center;
  color: #000000;
  text-decoration: none;
}
#menus a i {
  font-size: 30px;
  display: block;
}
#menus a strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

#profile {
  min-height: 200px;
  position: relative;
  overflow: hidden;
}
#profile::before {
  display: block;
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: -20px;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  background: url("../img/bg.jpg") top center no-repeat;
  background-size: 100%;
}
#profile .section {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
#profile .section h1 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}
#profile .section p {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.2;
}

@media screen and (max-width: 375px) {
  #main .btn {
    font-size: 11px;
  }
}
@media screen and (max-width: 350px) {
  #main {
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #main .btn {
    font-size: 10px;
  }
  #invite-events .event {
    padding: 10px;
  }
  .mx-15 {
    margin-left: 10px;
    margin-right: 10px;
  }
  #menus {
    padding: 10px;
  }
  #menus a strong {
    font-size: 11px;
  }
}
.btn-calendar {
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 2px;
}
.btn-calendar img {
  width: 12px;
  height: auto;
  display: inline-block;
  margin-right: 5px;
}

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