/*body {
  margin: 0;
}*/

.custom-app {
  /* position: relative; */
  display: block;
  /* position: fixed; */
  /* pointer-events: none;
  width: 100%;
  height: 100vh; */
}

.custom-app .elmnt-list {
  /* border-top: solid 10px rgb(32, 23, 72);
  border-bottom: solid 10px rgb(32, 23, 72);
  padding-top: 10px; */
}

.elmnt-list-item {
  padding-top: 10px;
  border-bottom: solid 1px rgb(32, 23, 72);
  overflow: hidden;
  cursor: pointer;
  /* -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
          transition: color .3s linear; */
}

.elmnt-list-item b {
  /* font-family: b-sanomat-serif-black; */
  font-family: b-sanomat-sans-bold;
  /* font-size: 15px; */
}

.elmnt-list-item-opened {
  background: rgb(32, 23, 72);
  color: #FFF;
  /* pointer-events: none; */
}

.elmnt-list-filter {
  /* display: inline-block; */
  margin-bottom: 20px;
}

.elmnt-list-filter-inner {
  font-family: b-sanomat-sans-r;
  border: solid 1px;
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  width: calc(100% / 4 - 20px);
  /* width: calc(100% / 6);
  min-width: 100px; */
  /* float: left; */
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.elmnt-list-filter-inner-selcted {
  background: rgb(32, 23, 72);
  color: #FFF;
  -webkit-transition: background-color .3s linear;
  -moz-transition: background-color .3s linear;
          transition: background-color .3s linear;
}

.elmnt-list-filter-inner:nth-child(4n+4) {
  margin-right: 0px;
}

.custom-app .elmnt-list-h {
  font-family: b-sanomat-serif-black;
  font-size: 40px;
  text-align: center;
  color: rgb(32, 23, 72);
  margin-bottom: 20px;
}

.custom-app img {
  margin-bottom: 20px;
}

.custom-app .elmnt-list-txt {
  font-family: b-sanomat-sans-r;
  font-size: 20px;
  line-height: 28px;
  /* text-align: center; */
  margin-bottom: 10px;
  margin-left: 10px;
}

.custom-app .elmnt-list-txt-inner {
  /* text-align: center; */
  padding-left: 10px;
  font-family: b-sanomat-sans-r;
  line-height: 25px;
  background: #EEE;
  color: rgb(32, 23, 72);
  /* margin-bottom: 10px; */
  /* padding-top: 10px; */
  /* border-top: solid 1px rgb(32, 23, 72); */
  height: 0;
  -webkit-transition: height .5s ease;
  -moz-transition: height .5s ease;
          transition: height .5s ease;
  display: block;
}

.custom-app .elmnt-list-txt-inner b {
  font-family: b-sanomat-sans-bold;
  font-size: 18px;
}

.elmnt-list-txt-inner-opened {
  border-top: solid 1px rgb(32, 23, 72);
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-app .elmnt-list-host {
  font-family: b-sanomat-sans-bold;
  text-align: center;
  margin-bottom: 20px;
}

.custom-app .elmnt-list-links {
  font-family: b-sanomat-sans-bold;
  text-align: center;
  margin-bottom: 20px;
  color: rgba(32, 23, 72, 0.5);
}

.custom-app .elmnt-list-links z {
  color: rgb(32, 23, 72) !important;
  font-size: 22px !important;
  cursor: pointer;
}

.elmnt-list-links z:hover {
  opacity: 0.5;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
          transition: opacity .25s linear;
}

.custom-app .elmnt-list-links z-outer {
  display: inline-block;
}

.custom-app .place-input {
    font-family: 'b-sanomat-sans-r';
    /* width: 50%;
    margin-left: 25%; */
}

.custom-app .place-input input {
  width: 99%;
  height: 28px;
  margin-top: 10px;
  border: #000 solid 1px;
  font-family: 'b-sanomat-sans-bold';
  font-size: 17px;
}

.custom-app .place-input div {
  margin-top: 20px;
  margin-bottom: 0 !important;
}

#in-error {
  background: #999;
  padding: 5px;
  color: #FFF;
}




@media (max-width: 500px) {
    .custom-app .place-input input {
        width: 94%;
    }
    
    .custom-app .elmnt-list-txt {
        font-size: 16px;
        line-height: 22px;
    }
  .elmnt-list-filter-inner {
    /* float: left; */
    width: calc(100% / 2 - 17px);
    margin-right: 0;
  }
  .elmnt-list-filter-inner:nth-child(odd) {
    margin-right: 10px;
  }
  /* .elmnt-list-links {
    max-width: 500px;
  } */
}
