body {
  background-color: #f3f3f3;
  font-size: 0.95rem;
}
.header {
  padding: 20px;
  background: #799c4b;
  color: #fff;
  z-index: 10;
}
.header .container {
  margin-top: 0;
}
.header .logo-wrapper {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Lido STF", "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 550px) {
  .header .logo-wrapper {
    font-size: 1.2rem !important;
  }
}
.header .logo-wrapper .smaller {
  display: block;
  font-size: 1.3rem;
}
.header .logo-wrapper img {
  max-width: 60px;
}
@media screen and (max-width: 550px) {
  .header {
    padding: 15px 0;
  }
  .header img {
    max-width: 30px;
  }
}
.container {
  margin-top: 20px;
  width: 100% !important;
  max-width: 1200px !important;
}
.row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn,
.form-control,
.list-group-item.active {
  border-radius: 0;
}
.btn-primary {
  background-color: #799c4b;
  border-color: #799c4b;
}
.btn-primary:hover {
  background-color: #92b565;
  border-color: #86ad54;
}
.btn-info {
  color: #799c4b;
  border-radius: 3px;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background-color: #799c4b !important;
  border-color: #799c4b !important;
}
a:not([class]) {
  text-decoration: underline;
  color: #474747;
}
a:not([class]):hover {
  color: #7a7a7a;
}
.nav-link {
  color: #799c4b;
  cursor: pointer;
}
.page-link:active,
.page-link:focus {
  outline: 0;
  box-shadow: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.badge-primary {
  background-color: #799c4b;
}
.list-group-item.active {
  border-color: rgba(0, 0, 0, 0.125);
  background-color: #f3f3f3;
}
.list-group .container {
  margin-top: 0;
  margin-bottom: 0;
}
.list-group .container .row {
  margin-top: 5px;
  margin-bottom: 5px;
}
.card {
  border-radius: 0;
}
.card.gray {
  background-color: #f3f3f3;
  border: 0;
}
.card.info-red-card {
  background: #799c4b;
  border-radius: 3px;
  box-shadow: 0 2px 1px #0000002b;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .card.info-red-card {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.card.info-red-card.sticky {
  position: sticky;
  z-index: 5;
}
@media screen and (max-width: 550px) {
  .card.info-red-card.sticky {
    position: relative;
    top: 0 !important;
  }
}
.card.info-red-card a {
  color: #fff;
}
.card.info-red-card h4 a {
  text-decoration: none;
}
.card.info-red-card .badge.badge-light {
  margin-right: 5px;
  background-color: #ffffff40;
}
.card.info-red-card .text-light {
  color: #ffffffb0 !important;
}
.card.info-red-card p {
  margin-bottom: 0;
}
.card.info-red-card .sub-info {
  max-height: 0;
  margin: 0 -21px 0 -21px;
  padding: 0 20px;
  color: #333;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.card.info-red-card .sub-info a {
  color: #799c4b;
}
.card.info-red-card .sub-info.visible {
  max-height: 2000px;
  margin: 20px -21px -21px -21px;
  padding: 20px;
}
.card .card-body table {
  margin-bottom: 0;
}
.narrow-card.card .card-body {
  padding: 0.25rem;
}
.tight-card.card .card-body {
  padding: 0;
}
.card .card-body table {
  width: 100%;
}
.card .card-body table thead {
  background-color: #f3f3f3;
}
.card .card-body table thead td,
.card .card-body table thead th {
  padding: 10px 0;
}
.card .card-body table tr {
  border-bottom: 1px solid #f3f3f3;
}
.card .card-body table tr td {
  padding: 7px 0;
}
.card.collapsible-card,
.card.mobile-menu {
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  max-height: 46px;
  overflow: hidden;
}
.card.collapsible-card.open,
.card.mobile-menu.open {
  max-height: 5000px;
}
.card.collapsible-card .card-header,
.card.mobile-menu .card-header {
  cursor: pointer;
}
.card.collapsible-card .card-button,
.card.mobile-menu .card-button {
  position: absolute;
  top: 9px;
  right: 9px;
  height: 30px;
  width: 30px;
  padding: 0;
  font-weight: bold;
  line-height: 30px;
  border-radius: 100%;
}
.card.collapsible-card .menu-button,
.card.mobile-menu .menu-button {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 24px;
  width: 25px;
  background: transparent;
  border: 0;
  outline: 0;
}
.card.collapsible-card .menu-button:active,
.card.mobile-menu .menu-button:active,
.card.collapsible-card .menu-button:focus,
.card.mobile-menu .menu-button:focus {
  box-shadow: none;
}
.card.collapsible-card .menu-button:before,
.card.mobile-menu .menu-button:before,
.card.collapsible-card .menu-button:after,
.card.mobile-menu .menu-button:after {
  content: " ";
}
.card.collapsible-card .menu-button span,
.card.mobile-menu .menu-button span,
.card.collapsible-card .menu-button:before,
.card.mobile-menu .menu-button:before,
.card.collapsible-card .menu-button:after,
.card.mobile-menu .menu-button:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #799c4b;
}
.card.collapsible-card .menu-button span,
.card.mobile-menu .menu-button span {
  top: 50%;
  margin-top: -2px;
}
.card.collapsible-card .menu-button:before,
.card.mobile-menu .menu-button:before {
  top: 0;
}
.card.collapsible-card .menu-button:after,
.card.mobile-menu .menu-button:after {
  bottom: 0;
}
@media screen and (min-width: 550px) {
  .card.collapsible-card .menu-button,
  .card.mobile-menu .menu-button {
    display: none;
  }
}
@media screen and (min-width: 550px) {
  .card.mobile-menu {
    max-height: 5000px !important;
  }
  .card.mobile-menu .card-button {
    display: none;
  }
}
.autocomplete-input {
  position: relative;
}
.autocomplete-input .autocomplete-list {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 100vw;
  max-height: calc(-100vh);
  margin-top: -4px;
  border-radius: .25rem;
  box-shadow: 0 2px 2px #0000001f;
  color: #474747;
  z-index: 20;
  overflow-y: auto;
}
.sticky .autocomplete-input .autocomplete-list {
  max-height: calc(40vh);
}
.autocomplete-input .autocomplete-list a {
  color: #474747;
}
.autocomplete-input .autocomplete-list a:hover {
  background: #f3f3f3;
}
@media screen and (max-width: 550px) {
  .autocomplete-input.open {
    position: fixed;
    top: 53px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f3f3f3;
    z-index: 10;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .autocomplete-input.open input.form-control {
    padding: 1.6rem;
  }
  .autocomplete-input.open .autocomplete-list {
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
}
@media print {
  .hidden-print {
    display: none;
  }
  .full-width-print {
    width: 100% !important;
    max-width: 100%;
  }
}
.dictionary-list .list-group-item {
  margin-bottom: 0.75rem;
}
.loading.dictionary-list .list-group-item {
  padding: 120px 10px 40px 10px;
  background-position: center 30px;
  background-repeat: no-repeat;
  background-image: url('../img/icon-loading.gif');
  color: #818181;
}
.index-column {
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
@media screen and (max-width: 550px) {
  .index-column {
    position: relative;
    top: auto;
  }
}
.btn-menu {
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  margin: 3px 20px 0 0;
  padding: 5px 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .btn-menu {
    margin: 3px 0 0 0;
  }
}
.btn-menu:active,
.btn-menu:focus {
  outline: 0;
}
.btn-menu:hover {
  background: #ffffff4f;
  border: 1px solid #6060604f;
}
.app-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 500px;
  max-width: 95vw;
  background: #fff;
  border-right: 1px solid #999999;
  box-shadow: 0 2px 8px #00000091;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  opacity: 0;
  overflow-y: auto;
  z-index: 15;
}
.app-menu.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.hamburger-icon {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
}
.hamburger-icon .icon-middle {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 25px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.open.hamburger-icon .icon-middle {
  opacity: 0;
}
.black.hamburger-icon .icon-middle {
  background: #000;
}
.hamburger-icon .icon-before-after:before,
.hamburger-icon .icon-before-after:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 25px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.black.hamburger-icon .icon-before-after:before,
.black.hamburger-icon .icon-before-after:after {
  background: #000;
}
.hamburger-icon .icon-before-after:before {
  top: 0;
  left: 0;
}
.open.hamburger-icon .icon-before-after:before {
  transform: rotate(45deg);
}
.hamburger-icon .icon-before-after:after {
  top: 18px;
  left: 0;
}
.open.hamburger-icon .icon-before-after:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 550px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 550px) {
  .hidden-mobile-up {
    display: none !important;
  }
}
.element-notification-message {
  display: inline;
  position: relative;
}
.element-notification-message .element-container {
  display: inline;
}
.element-notification-message .message-container {
  position: absolute;
  min-width: 200px;
  padding: 20px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background: #799c4b;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  z-index: 500;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  cursor: pointer;
}
.element-notification-message .message-container.visible {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.element-notification-message .message-container .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.element-notification-message .message-container .arrow.arrow-under {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #799c4b;
}
.element-notification-message .message-container .arrow.arrow-above {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #799c4b;
}
.element-notification-message .message-container .arrow.arrow-right {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #799c4b;
}
.element-notification-message .message-container .arrow.arrow-left {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #799c4b;
}
.element-notification-message .message-container .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
@font-face {
  font-family: 'Lido STF';
  font-weight: 400;
  src: url("lido/Lido-Regular.woff");
}
@font-face {
  font-family: 'Lido STF';
  font-weight: 700;
  src: url("lido/Lido-Bold.woff");
}
@font-face {
  font-family: 'Lido STF';
  font-style: italic;
  font-weight: 400;
  src: url("lido/Lido-Italic.woff");
}
@font-face {
  font-family: 'Lido STF';
  font-weight: 700;
  font-style: italic;
  src: url("lido/Lido-BoldItalic.woff");
}
@font-face {
  font-family: 'Lido STF';
  font-weight: 500;
  src: url("lido/Lido-Medium.woff");
}
@font-face {
  font-family: 'Lido STF';
  font-weight: 500;
  font-style: italic;
  src: url("lido/Lido-MediumItalic.woff");
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 550px) {
  html,
  body {
    overflow-x: hidden;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", "Open Sans", "Lucida Grande", "Helvetica Neue", sans-serif;
  font-weight: 400;
}
html {
  overflow-x: hidden;
}
.anniversary-card {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f3c2+0,ffffff+57 */
  background: #f9f3c2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f3c2 0%, #ffffff 57%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f3c2 0%, #ffffff 57%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f3c2 0%, #ffffff 57%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f3c2', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.anniversary-card .card-body {
  padding: 60px 20px 20px 20px;
  background-image: url('/img/ribbon2.png');
  background-size: 44%;
  background-position: center -3px;
  background-repeat: repeat-x;
}
.anniversary-card .card-title {
  text-align: center;
}
@keyframes balloons {
  0% {
    transform: rotate(307deg);
  }
  30% {
    transform: rotate(327deg);
  }
  60% {
    transform: rotate(347deg);
  }
  100% {
    transform: rotate(307deg);
  }
}
.anniversary {
  position: absolute;
  top: 1px;
  right: -53px;
  width: 186px;
  height: 60px;
  padding: 10px 30px;
  color: #405b34;
  font-family: "Roboto Condensed", "Open Sans", "Lucida Grande", "Helvetica Neue", sans-serif;
  box-shadow: -1px 3px 10px #4b2727;
  border: 1px solid #3c8000;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf8d6+0,b2f4ab+100 */
  background: #fcf8d6;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fcf8d6 0%, #b2f4ab 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fcf8d6 0%, #b2f4ab 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fcf8d6 0%, #b2f4ab 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf8d6', endColorstr='#b2f4ab', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  transform: rotate(36deg);
}
.anniversary span {
  display: block;
  text-align: center;
  font-size: 29px;
  line-height: 23px;
}
.anniversary span small {
  display: block;
  font-size: 18px;
}
.anniversary:before {
  content: " ";
  display: block;
  position: absolute;
  top: 48px;
  left: 68px;
  width: 68px;
  height: 69px;
  background: url('/img/balloon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(317deg);
  transform-origin: center bottom;
  animation-name: balloons;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  z-index: 2;
}
.anniversary:after {
  content: " ";
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  right: 0px;
  bottom: 2px;
  border: 1px dashed #49a378;
}
.round-green-button {
  padding: 0 25px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 36px;
  box-shadow: 0 0px 0px #00000000;
  border-radius: .25rem;
  background: #799c4b;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.round-green-button:hover {
  box-shadow: 0 2px 5px #0000005e;
}
.btn.btn-primary {
  padding: 0 25px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 36px;
  box-shadow: 0 0px 0px #00000000;
  border-radius: .25rem;
  background: #799c4b;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn.btn-primary:hover {
  box-shadow: 0 2px 5px #0000005e;
}
.search-container {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  padding: 35px 20px 30px 20px;
  background: #f3f3f3;
  box-shadow: 0 0 0;
  color: #fff;
  z-index: 10;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.search-container .row {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .search-container {
    padding: 20px 20px 20px 0px;
    box-shadow: 0 2px 6px #00000040;
  }
}
.search-container.sticky {
  box-shadow: 0 2px 6px #00000040;
}
.search-container .container {
  margin-top: 0;
  max-width: 800px !important;
}
.search-container input.form-control.malid-style {
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #000;
  color: #000;
}
.search-container input.form-control:focus {
  outline: none;
  box-shadow: none;
}
.search-container .search-info {
  position: absolute;
  right: 15px;
  margin-top: 5px;
  color: #9a9a9a;
  font-size: 0.8rem;
}
@media screen and (max-width: 550px) {
  .search-container .search-info {
    display: none;
  }
}
.link-list a {
  display: block;
}
.malfar-menu ul.menu-main ul.menu-sub {
  max-height: 0;
  margin-left: 20px;
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.malfar-menu ul.menu-main ul.menu-sub .nav-item.selected {
  font-weight: bold;
}
.malfar-menu ul.menu-main li.open > a {
  font-weight: bold;
}
.malfar-menu ul.menu-main li.open ul.menu-sub {
  max-height: 1500px;
}
.index-column {
  padding-bottom: 10px;
}
@media screen and (min-width: 550px) {
  .index-column {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 550px) {
  .searchform-sticky .index-column .card-body {
    max-height: calc(-170vh);
    overflow-y: auto;
  }
}
.index-pagination {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 550px) {
  .index-pagination {
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 10;
  }
}
.dictionary-info {
  max-height: 0;
  padding: 0 20px;
  color: #333;
  overflow: hidden;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.dictionary-info a {
  color: #799c4b;
}
.dictionary-info.visible {
  max-height: 2000px;
}
.dictionary-info * {
  font-family: inherit !important;
}
.dictionary-entry {
  min-height: 35px;
  padding: 0;
}
.dictionary-entry .expanded-content {
  max-height: 0;
  padding: 0 20px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.dictionary-entry .expanded-content.expanded,
.expand-all .dictionary-entry .expanded-content {
  padding: 10px 20px;
  max-height: 3000px;
  opacity: 1;
}
.dictionary-entry .minified-content {
  padding: 10px 20px;
  font-size: 0.85rem;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.dictionary-entry .minified-content:hover {
  background-color: #f3f3f3;
  box-shadow: 0 2px 4px #0000002b;
}
.dictionary-entry .minified-content.expanded,
.expand-all .dictionary-entry .minified-content {
  padding: 0 20px;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.dictionary-entry p.extra-lang {
  margin-left: 15px;
}
.dictionary-entry p .entry-row {
  display: block;
  margin-bottom: 10px;
}
.dictionary-entry figure {
  max-width: 100%;
}
.dictionary-entry figure img {
  max-width: 500px;
}
@media screen and (max-width: 550px) {
  .dictionary-entry figure img {
    max-width: 100%;
  }
}
.dictionary-entry .image-thumbs figure img {
  max-width: 150px;
}
.dictionary-entry .entry-lang-name {
  display: block;
  position: relative;
}
.dictionary-entry .entry-lang-name:before {
  content: ' ';
  display: block;
  position: absolute;
  left: -18px;
  top: 7px;
  height: 8px;
  width: 8px;
  background: transparent;
  border-top: 2px solid #9fb09e;
  border-right: 2px solid #9fb09e;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dictionary-entry .entry-lang-name.lead:before {
  content: none;
}
.dictionary-entry .float-right {
  position: relative;
}
.cursor-pointer {
  cursor: pointer;
}
.list-group-item:hover {
  z-index: unset;
}
.list-style-buttons {
  margin-bottom: 5px;
  margin-top: -31px;
}
.list-style-buttons .btn {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: transparent;
  background-size: 18px 18px;
  border-radius: 2px;
  border: 1px solid #0000;
}
.list-style-buttons .btn.list-compact {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/icon-list-compact.png');
}
.list-style-buttons .btn.list-expanded {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/icon-list-expanded.png');
}
.list-style-buttons .btn:active,
.list-style-buttons .btn:focus {
  outline: 0;
  box-shadow: none;
}
.list-style-buttons .btn:hover {
  background-color: #e6e6e6;
}
.list-style-buttons .btn.selected {
  border-color: #b2b2b2;
}
.search-container + .container {
  margin-top: 0;
}
@media screen and (max-width: 550px) {
  .search-container + .container {
    margin-top: 0;
  }
}
.search-container + .container > .row {
  margin-top: 10px;
}
.info-red-card {
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  .info-red-card {
    margin-top: -20px;
  }
}
.site-footer {
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 30px 20px 65px 20px;
  text-align: center;
  border-top: #dadada 1px solid;
}
@media screen and (max-width: 550px) {
  .site-footer {
    padding: 10px;
  }
}
.site-footer .logos img {
  max-height: 60px;
  max-width: 90vw;
  margin: 0 20px 20px 20px;
}
.site-footer .footer-text {
  position: relative;
  color: #808080;
  font-size: 0.8rem;
}
.nav-pills .dropdown {
  margin-top: 2px;
}
.dropdown .btn-primary {
  padding: 0 25px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 36px;
  box-shadow: 0 0px 0px #00000000;
  border-radius: .25rem;
  background: #799c4b;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #799c4b;
  background-color: #fff;
  border-color: #e6e6e6;
}
.dropdown .btn-primary:hover {
  box-shadow: 0 2px 5px #0000005e;
}
.show.dropdown .btn-primary,
.dropdown .btn-primary.active,
.dropdown .btn-primary:active {
  color: #799c4b !important;
  background-color: #f3f3f3 !important;
  border-color: #bbbbbb !important;
  box-shadow: 0 2px 5px #0000005e !important;
}
.dropdown .dropdown-menu {
  border-radius: 2px;
  box-shadow: 0 2px 2px #0000001f;
  border: 1px solid #dadada;
}
.dropdown .dropdown-item.active,
.dropdown .dropdown-item:active {
  background-color: #799c4b;
}
