body {
  font-family: 'montserrat', 'sans-serif';
  background: #0f172a;
  color: #fff;
  text-align: center;
}

h2 {
  font-weight: inherit;
  font-size: 0.6em;
  color: #a2a2a2;
  margin-top: 20px;
}
h3 {
  margin: 20px 0 10px 0;
  font-weight: normal;
  font-size: 0.7em;
}
h3::first-letter {
  text-transform: uppercase;
}

h2 a {
  text-decoration: none;
  color: inherit;
}

.loader {
  position: relative;
  height: 40px;
  width: 2px;
  color: #ffffff45;
  animation: paddles 0.75s ease-out infinite;
  margin: 0 auto;
}
.loader:before {
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 15px;
  width: 12px;
  height: 12px;
  background-color: #ffffff73;
  border-radius: 50%;
  animation: ballbounce 0.6s ease-out infinite;
}

@keyframes paddles {
  0% { box-shadow: -25px -10px, 25px 10px}
  50% { box-shadow: -25px 8px, 25px -10px }
  100% { box-shadow: -25px -10px, 25px 10px}
}
@keyframes ballbounce {
  0% { transform: translateX(-20px) scale(1, 1.2) }
  25% { transform: scale(1.2, 1) }
  50% { transform: translateX(15px) scale(1, 1.2) }
  75% { transform: scale(1.2, 1) }
  100% { transform: translateX(-20px) }
}



ul.grid {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
ul.grid li {
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  margin: 10px 30px;
  transition: all 0.05s ease-in-out;
}
ul.grid.medium li {
  border-radius: 10px;
  margin: 10px 10px;
  padding: 5px 10px;
  font-size: 0.6em;
  width: 100px;
  background: #0000004f;
}
ul.grid li:hover {
  transform: scale(1.05);
}
ul.grid li a {
  display: block;
  text-align: center;
}
ul.grid li a .title {
  display: none;
}

ul.grid.big img {
  width: 100px;
  height: 100px;
  margin: 20px;
  object-fit: contain;
}
ul.grid.medium img {
  width: 35px;
  height: 30px;
  margin: 10px;
  object-fit: contain;
}

form.plan {
  background: #fff;
  display: inline;
  border-radius: 10px;
  line-height: 50px;
  padding: 7px;
  border: 1px solid transparent;
}
form.plan input {
  border: none;
}
form.plan input:focus {
  outline: none;
}

#more-content {
  overflow: hidden;
  text-align: center;
  padding: 20px;
  height: 200px;
  transition: all 0.05s ease-in-out;
}

#more-content input {
  width: 300px;
  padding: 2px 5px;
  max-width: 100%;
}

#more-content a:not(h2>a) {
  color: #000;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  margin: 0 5px;
  font-weight: bold;
  padding: 5px 8px;
  background: #fff;
  transition: all 0.10s ease-in-out;
}
#more-content a:hover {
  transform: scale(1.15);
}

.abtn {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid;
  opacity: 0.1;
  margin: 0 5px;
  font-weight: bold;
  padding: 5px 8px;
  transition: all 0.10s ease-in-out;
}
.abtn:hover {
  transform: scale(1.15);
}

.btn {
  text-align: center;
  color: #a2a2a2;
  padding: 40px;
}

#more-content.hidden {
  height: 0px;
}

#search {
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  padding: 10px 20px;
  background: #00000026;
  text-align: center;
  color: #fff;
  border: none;
  border-bottom: 1px solid #ffffff4d;
  width: 300px;
}
#search:focus {
  outline: none;
}

.more_agendas {
  padding: 0;
}
.more_agendas li {
  color: #0000008f;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  margin: 0 5px;
  font-weight: bold;
  padding: 5px 8px;
  background: #ffffff17;
  transition: all 0.10s ease-in-out;
}
.more_agendas li:hover {
  transform: scale(1.15);
}
.more_agendas li.on {
  color: #000;
  background: #fff;
}

#livegenda {
  text-align: center;
  margin-bottom: 10px;
}
#livegenda table {
  border-collapse: collapse;
  margin: 0 auto;
  max-width: 100%;
  width: 580px;
}
#livegenda td {
  border: 1px solid;
  padding: 10px;
  border-color: #fff;
}
#livegenda td i {
  color: #979797;
  font-size: 0.7em;
}
#livegenda td.time {
  background: #fff;
  color: #2B2A33;
  width: 45px;
}
#livegenda td.location, .location_details {
  background: #fff;
  color: #2B2A33;
  width: 130px;
  line-height: 0.9em;
}
#livegenda tr.header td {
  border-color: #2B2A33;
}

#livegenda .code {
  display: block;
  font-weight: bold;
}
#livegenda .type {
  display: block;
  font-size: 0.6em;
}

[id^='progressive_class_'] {
  transition: all ease-in-out 0.3s;
  opacity: 0;
}
[id^='progressive_class_'].displayed {
  opacity: 1;
}

.livelist tr {
  position: relative;
}

.location_details {
  position: absolute;
  top: 0;
  left: 65px;
  right: 150px;
  bottom: 0;
  opacity: 0;
  width: auto;
  text-align: right;
  background: linear-gradient(167deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 62%);
  transition: all ease-in-out 0.4s;
}
.location_details:hover {
  opacity: 1;
}

@media screen
  and (max-width: 1070px)  {
ul.grid.big img {
  width: 80px;
  height: 80px;
  margin: 10px;
}
    ul.grid li {
  margin: 10px 10px;
}
    .btn {
  padding: 0px;
}
#more-content {
  padding: 0px;
}
}
