@import url(https://fonts.googleapis.com/css?family=Lato:400,400i,700,900);
@font-face {
  font-family: 'theme-icons';
  src: url('fonts/theme-icons.eot?wjfxwa');
  src: url('fonts/theme-icons.eot?wjfxwa#iefix') format('embedded-opentype'), url('fonts/theme-icons.ttf?wjfxwa') format('truetype'), url('fonts/theme-icons.woff?wjfxwa') format('woff'), url('fonts/theme-icons.svg?wjfxwa#theme-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="uk-theme-icon-"],
[class*=" uk-theme-icon-"] {
  font-family: 'theme-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uk-theme-icon-slider-left:before {
  content: "\e901";
}
.uk-theme-icon-slider-right:before {
  content: "\e902";
}
.uk-theme-icon-slider-top:before {
  content: "\e903";
}
.uk-theme-icon-more:before {
  content: "\e900";
}
.uk-theme-icon-search:before {
  content: "\e036";
}
.uk-theme-icon-author:before {
  content: "\e074";
}
.uk-theme-icon-comment:before {
  content: "\e076";
}
.uk-theme-icon-tag:before {
  content: "\e085";
}
.uk-theme-icon-arrow-left:before {
  content: "\e094";
}
.uk-theme-icon-arrow-right:before {
  content: "\e095";
}
.uk-theme-icon-arrow-up:before {
  content: "\e096";
}
.uk-theme-icon-arrow-down:before {
  content: "\e097";
}
.uk-theme-icon-plus:before {
  content: "\e114";
}
.uk-theme-icon-minus:before {
  content: "\e115";
}
.uk-theme-icon-check:before {
  content: "\e116";
}
.uk-theme-icon-cross:before {
  content: "\e117";
}
.uk-theme-icon-menu:before {
  content: "\e120";
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
}
.uk-navbar-nav > li.uk-active > a {
  color: #1a1a1a;
}
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #4d4d4d;
}
.element-itemlink a {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  text-transform: uppercase;
  padding: 10px;
  padding-left: 20px;
  letter-spacing: 3px;
  text-decoration: none;
  font-size: 11px;
  font-family: Lato;
  font-weight: 900;
}
.element-itemlink a:before {
  content: '\e095';
  position: relative;
  top: 0px;
  margin: 0 5px 0 -10px;
  font-family: 'theme-icons';
  font-size: 9px;
}
.element-itemlink a:hover {
  color: #ffffff;
  background-color: #1a1a1a;
}
.titolo {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  padding: 30px 0;
  padding-top: 0;
  margin-top: 0;
  position: relative;
  font-family: Lato;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.75;
}
.titolo:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
}
.titolo:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  margin-left: -100px;
  top: 42px;
}
.layout-default .uk-grid .uk-width-2-3\@m {
  position: relative;
}
.layout-default .title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  padding: 30px 0;
  padding-top: 0;
  margin-top: 0;
  position: relative;
  font-family: Lato;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.75;
}
.layout-default .title:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
}
.layout-default .title:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  margin-left: -100px;
  top: 42px;
}
#tm-top {
  padding-top: 0;
}
#tm-top > .uk-container > .uk-grid {
  position: relative;
}
#tm-top > .uk-container > .uk-grid > div {
  flex: none;
  flex-basis: initial;
  width: 100%;
  padding: 80px;
  padding-top: 40px;
}
#tm-top > .uk-container > .uk-grid > div:first-of-type {
  padding-top: 80px;
}
#tm-top > .uk-container > .uk-grid > div > div:not(.uk-first-column) {
  position: relative;
}
#tm-top > .uk-container > .uk-grid > div > div:not(.uk-first-column):before {
  content: "";
  border-top: 3px double #4d4d4d;
  position: absolute;
  top: -80px;
  width: 100%;
}
#tm-top > .uk-container > .uk-grid > div > .uk-panel > h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  padding: 30px 0;
  padding-top: 0;
  margin-top: 0;
  position: relative;
  font-family: Lato;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.75;
}
#tm-top > .uk-container > .uk-grid > div > .uk-panel > h3:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
}
#tm-top > .uk-container > .uk-grid > div > .uk-panel > h3:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  margin-left: -100px;
  top: 42px;
}
#tm-top .zoo-itempro-default {
  padding-left: 0;
  list-style: none;
}
#tm-top > .uk-container {
  padding-right: 0;
}
.uk-button {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  text-transform: uppercase;
  padding: 10px;
  padding-left: 20px;
  letter-spacing: 3px;
  text-decoration: none;
  font-size: 11px;
  font-family: Lato;
  font-weight: 900;
  line-height: 1.4;
}
.uk-button:before {
  content: '\e095';
  position: relative;
  top: 0px;
  margin: 0 5px 0 -10px;
  font-family: 'theme-icons';
  font-size: 9px;
}
.uk-button:hover {
  color: #ffffff;
  background-color: #1a1a1a;
}
.modulo-dischi-recenti .bottone-bottom {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.modulo-dischi-recenti .bottone-bottom a {
  margin: 0 10px;
}
.modulo-dischi-recenti .anno {
  font-size: 12px;
}
.modulo-dischi-recenti .wk-panel {
  text-align: center;
}
.modulo-dischi-recenti .wk-panel h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.modulo-dischi-recenti .wk-panel .wk-margin {
  margin-top: 0;
}
.modulo-dischi-recenti .wk-h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1;
  margin-bottom: 2px;
}
.modulo-dischi-recenti .uk-list-line li {
  display: inline;
}
.modulo-dischi-recenti .uk-list-line li a {
  color: #4d4d4d;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-family: Lato;
  font-weight: 900;
}
.modulo-dischi-recenti .uk-list-line li a:before {
  content: '\e095';
  position: relative;
  top: 0px;
  margin: 0 5px 0 -10px;
  font-family: 'theme-icons';
  font-size: 9px;
}
.yoo-zoo h1 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  padding: 30px 0;
  padding-top: 0;
  margin-top: 0;
  position: relative;
  font-family: Lato;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.75;
}
.yoo-zoo h1:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
}
.yoo-zoo h1:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  margin-left: -100px;
  top: 42px;
}
.yoo-zoo .uk-card-default {
  box-shadow: none;
  background-color: transparent;
  padding: 0px;
}
@media (min-width: 1200px) {
  .discografia-uikit3 > .uk-grid {
    margin-left: -10px;
  }
  .discografia-uikit3 > .uk-grid > div {
    padding-left: 10px;
  }
}
.discografia-uikit3 .uk-card-body > div {
  text-align: center;
}
.discografia-uikit3 .uk-card-body > div {
  font-size: 12px;
}
.discografia-uikit3 .uk-card-body .uk-subnav-divider {
  margin-top: 5px;
}
.discografia-uikit3 .uk-card-body h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.discografia-uikit3 .uk-card-body h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}
.discografia-uikit3 .uk-card-body .descrizione {
  font-size: 14px;
  color: #1a1a1a;
  font-style: italic;
  line-height: 1.4;
}
.discografia-uikit3 .uk-card-body .descrizione p {
  margin-bottom: 5px;
}
.discografia-uikit3 .uk-card-body .anno {
  margin-top: -5px;
}
.discografia-uikit3 .uk-card-body .element-linkpro {
  display: block;
  align-items: center;
  width: 100%;
}
.discografia-uikit3 .uk-card-body .uk-list-line li {
  display: block;
  line-height: 1;
  margin-top: 0;
}
.discografia-uikit3 .uk-card-body .uk-list-line li a {
  color: #4d4d4d;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-family: Lato;
  font-weight: 900;
}
.discografia-uikit3 .uk-card-body .uk-list-line li a:before {
  content: '\e095';
  position: relative;
  top: 0px;
  margin: 0 5px 0 -10px;
  font-family: 'theme-icons';
  font-size: 9px;
}
.strumenti-uikit3-whitestudio-2-0 {
  position: relative;
}
.strumenti-uikit3-whitestudio-2-0 .element-linkpro {
  display: flex;
  justify-content: center;
  margin-top: 80px !important;
}
.strumenti-uikit3-whitestudio-2-0 .element-linkpro a {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  text-transform: uppercase;
  padding: 10px;
  padding-left: 20px;
  letter-spacing: 3px;
  text-decoration: none;
  font-size: 11px;
  font-family: Lato;
  font-weight: 900;
  line-height: 1.4;
}
.strumenti-uikit3-whitestudio-2-0 .element-linkpro a:before {
  content: '\e095';
  position: relative;
  top: 0px;
  margin: 0 5px 0 -10px;
  font-family: 'theme-icons';
  font-size: 9px;
}
.strumenti-uikit3-whitestudio-2-0 .element-linkpro a:hover {
  color: #ffffff;
  background-color: #1a1a1a;
}
.strumenti-uikit3-whitestudio-2-0:before {
  content: "";
  border-top: 3px double #4d4d4d;
  position: absolute;
  top: -80px;
  width: 100%;
}
.strumenti-uikit3-whitestudio-2-0:after {
  content: "";
  position: absolute;
  background-image: url('../images/icona-diamante.png');
  width: 34px;
  height: 34px;
  left: 50%;
  top: -100px;
  background-size: contain;
  margin-left: -20px;
  border: 5px solid #fff;
  border-radius: 100%;
}
.yoo-zoo.strumenti-uikit3 .uk-article-title {
  font-size: 16px;
  text-transform: uppercase;
}
.yoo-zoo.strumenti-uikit3 .uk-list li {
  padding-left: 25px;
  position: relative;
  margin-top: 0;
}
.yoo-zoo.strumenti-uikit3 .uk-list li:before {
  content: '\e095';
  position: absolute;
  top: 5px;
  left: 15px;
  margin: 0 5px 0 -10px;
  font-family: 'theme-icons';
  font-size: 9px;
  border-right: 4px solid #4d4d4d;
}
.tm-bottom {
  padding-bottom: 0;
}
.tm-bottom .uk-container .uk-grid > div {
  width: 100%;
  flex: none;
  display: block;
}
.tm-bottom .uk-container .uk-grid > div:last-child {
  text-align: center;
  color: #ffffff;
  background-color: #1a1a1a;
  padding: 80px 0;
  width: 112%;
  position: relative;
  left: -6%;
}
.gallery-strumenti > h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  padding: 30px 0;
  padding-top: 0;
  margin-top: 0;
  position: relative;
  font-family: Lato;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.75;
}
.gallery-strumenti > h3:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
}
.gallery-strumenti > h3:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  margin-left: -100px;
  top: 42px;
}
.gallery-strumenti .zoo-itempro-default {
  padding-left: 0;
  list-style: none;
}
.pagine-uikit3-simone-bertolotti > .uk-article .uk-align-left\@m {
  width: 30%;
}
.pagine-uikit3-simone-bertolotti > .uk-article .uk-align-left\@m img {
  margin-bottom: 20px;
}
.modulo-scheda .layout-default .title {
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  color: #1a1a1a;
  letter-spacing: initial;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.modulo-scheda .layout-default .title:after,
.modulo-scheda .layout-default .title:before {
  content: none;
}
.modulo-scheda .layout-default .uk-list > li {
  padding-left: 25px;
  position: relative;
  margin-top: 0;
}
.modulo-scheda .layout-default .uk-list > li:before {
  content: '\e095';
  position: absolute;
  top: 5px;
  left: 15px;
  margin: 0 5px 0 -10px;
  font-family: 'theme-icons';
  font-size: 9px;
  border-right: 4px solid #4d4d4d;
}
.modulo-scheda .layout-default .uk-list > li ul {
  margin-top: 0;
  margin-bottom: 0px;
  padding-left: 0;
}
.modulo-scheda .layout-default .uk-list > li > ul > li {
  position: relative;
  padding-left: 15px;
}
.modulo-scheda .layout-default .uk-list > li > ul > li:before {
  content: '\e095';
  position: absolute;
  top: 5px;
  left: 10px;
  margin: 0 5px 0 -10px;
  font-family: 'theme-icons';
  font-size: 9px;
}
.modulo-scheda .uk-width-1-3\@m.centrale {
  position: relative;
}
.modulo-scheda .uk-width-1-3\@m.centrale:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 10px;
  width: 1px;
  position: absolute;
  background-color: #eeeeee;
}
.modulo-scheda .uk-width-1-3\@m.centrale:after {
  content: "";
  top: 0;
  bottom: 0;
  right: -10px;
  width: 1px;
  position: absolute;
  background-color: #eeeeee;
}
#tm-main {
  padding-top: 0;
  padding-bottom: 0;
}
#tm-top {
  padding-bottom: 0;
}
#tm-bottom {
  padding-top: 0;
}
.contact > h3 {
  display: none;
}
.contact .btn-primary {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  text-transform: uppercase;
  padding: 10px;
  padding-left: 20px;
  letter-spacing: 3px;
  text-decoration: none;
  font-size: 11px;
  font-family: Lato;
  font-weight: 900;
  line-height: 1.4;
}
.contact .btn-primary:hover {
  background-color: #1a1a1a;
  color: #ffffff;
}
.contact .page-header h2 span {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  padding: 30px 0;
  padding-top: 0;
  margin-top: 0;
  position: relative;
  font-family: Lato;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.75;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}
.contact .page-header h2 span:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
}
.contact .page-header h2 span:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  margin-left: -100px;
  top: 42px;
}
.modulo-gallery .moduletablemodulo-dischi-recenti {
  margin-bottom: 80px;
}
.modulo-gallery .bottone-bottom {
  display: flex;
  justify-content: center;
}
.modulo-gallery .bottone-bottom a {
  margin: 0 10px;
}
.footer-globale p {
  position: relative;
}
.uk-icon-facebook {
  background-image: url('../images/icona-facebook.png');
  background-size: 25px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 50%;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
}
@media (min-width: 1200px) {
  .modulo-scheda .uk-width-1-3\@m.centrale:before {
    left: 10px;
  }
  .modulo-scheda .uk-width-1-3\@m.centrale:after {
    right: -10px;
  }
}
@media (max-width: 480px) {
  .modulo-dischi-recenti .bottone-bottom {
    flex-direction: column;
  }
  .modulo-dischi-recenti .bottone-bottom a {
    margin-top: 10px;
  }
  .uk-logo img {
    max-width: 140%;
  }
  #tm-top > .uk-container > .uk-grid > div {
    padding: 20px;
  }
  .layout-default .title,
  #tm-top > .uk-container > .uk-grid > div > .uk-panel > h3 {
    margin-bottom: 0;
  }
  #tm-top > .uk-container > .uk-grid > div > div:not(.uk-first-column):after {
    top: -46px;
    width: 26px;
    height: 26px;
  }
  #tm-top > .uk-container > .uk-grid > div > div:not(.uk-first-column):before {
    top: -30px;
  }
  .pagine-uikit3-simone-bertolotti > .uk-article .uk-align-left\@m {
    width: 100%;
  }
}
.richiedentiasilo-uikit3 .scheda,
.dipendenti-uikit3 .scheda,
.strutture-uikit3 .scheda {
  text-transform: uppercase;
  color: #f6111f;
  font-size: 12px;
  letter-spacing: 2;
  font-weight: bold;
  margin-bottom: 40px;
}
.richiedentiasilo-uikit3 .scheda .titolosezione,
.dipendenti-uikit3 .scheda .titolosezione,
.strutture-uikit3 .scheda .titolosezione {
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #eee;
}
.richiedentiasilo-uikit3 .scheda p,
.dipendenti-uikit3 .scheda p,
.strutture-uikit3 .scheda p {
  text-transform: none;
  color: #1a1a1a;
  font-size: 16px;
  letter-spacing: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
  display: inline;
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
}
.richiedentiasilo-uikit3 .scheda p:after,
.dipendenti-uikit3 .scheda p:after,
.strutture-uikit3 .scheda p:after {
  content: "|";
  position: relative;
  right: -7px;
  top: 0;
  color: #eee;
}
.richiedentiasilo-uikit3 .scheda a,
.dipendenti-uikit3 .scheda a,
.strutture-uikit3 .scheda a {
  color: #1171c9;
}
.richiedentiasilo-uikit3-frontpage,
.dipendenti-uikit3-frontpage,
.strutture-uikit3-frontpage {
  margin-bottom: 30px !important;
}
.richiedentiasilo-uikit3-frontpage > .uk-grid-stack,
.dipendenti-uikit3-frontpage > .uk-grid-stack,
.strutture-uikit3-frontpage > .uk-grid-stack {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eee;
}
.richiedentiasilo-uikit3-frontpage > .uk-grid-stack:first-of-type,
.dipendenti-uikit3-frontpage > .uk-grid-stack:first-of-type,
.strutture-uikit3-frontpage > .uk-grid-stack:first-of-type {
  border-top: none;
}
.richiedentiasilo-uikit3-frontpage .uk-subnav-divider,
.dipendenti-uikit3-frontpage .uk-subnav-divider,
.strutture-uikit3-frontpage .uk-subnav-divider {
  margin: 5px 0;
}
.richiedentiasilo-uikit3-frontpage .uk-card-body,
.dipendenti-uikit3-frontpage .uk-card-body,
.strutture-uikit3-frontpage .uk-card-body {
  text-transform: uppercase;
  color: #f6111f;
  font-size: 12px;
  letter-spacing: 2;
  font-weight: bold;
}
.richiedentiasilo-uikit3-frontpage .uk-card-body span,
.dipendenti-uikit3-frontpage .uk-card-body span,
.strutture-uikit3-frontpage .uk-card-body span {
  text-transform: none;
  color: #1a1a1a;
  font-size: 16px;
  letter-spacing: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 15px;
  position: relative;
}
.richiedentiasilo-uikit3-frontpage .uk-card-body span:after,
.dipendenti-uikit3-frontpage .uk-card-body span:after,
.strutture-uikit3-frontpage .uk-card-body span:after {
  content: "|";
  position: relative;
  right: -7px;
  top: 0;
  color: #eee;
}
.richiedentiasilo-uikit3-frontpage .uk-card-body a,
.dipendenti-uikit3-frontpage .uk-card-body a,
.strutture-uikit3-frontpage .uk-card-body a {
  color: #1a1a1a;
  padding: 3px 5px;
  padding-right: 5px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.richiedentiasilo-uikit3-frontpage .uk-card-body a:hover,
.dipendenti-uikit3-frontpage .uk-card-body a:hover,
.strutture-uikit3-frontpage .uk-card-body a:hover {
  color: #fff;
}
.richiedentiasilo-uikit3-frontpage .uk-card-body a:hover:before,
.dipendenti-uikit3-frontpage .uk-card-body a:hover:before,
.strutture-uikit3-frontpage .uk-card-body a:hover:before {
  color: #fff;
}
.richiedentiasilo-uikit3-frontpage .uk-card-body .element-itemlink,
.dipendenti-uikit3-frontpage .uk-card-body .element-itemlink,
.strutture-uikit3-frontpage .uk-card-body .element-itemlink {
  padding-left: 0;
}
.zoo-filter-result .items {
  margin-bottom: 30px;
}
.zoo-filter-result .items .teaser-item {
  font-size: 16px;
  text-transform: none;
  color: #1a1a1a;
  font-weight: normal;
  margin-right: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #eee;
}
.zoo-filter-result .items .teaser-item .element {
  display: inline;
  margin-right: 5px;
  padding-right: 5px;
  position: relative;
}
.zoo-filter-result .items .teaser-item .element:after {
  content: "|";
  position: relative;
  right: -7px;
  top: 0;
  color: #eee;
}
.zoo-filter-result .items .teaser-item .element h3 {
  display: inline;
  font-size: 12px;
  color: #f6111f;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 2px;
}
.zoo-filter-result .items .teaser-item .element-itemlink a {
  color: #1a1a1a;
  padding: 3px 5px;
  padding-right: 5px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.zoo-filter-result .items .teaser-item .element-itemlink a:hover {
  color: #fff;
}
.zoo-filter-result .items .teaser-item .element-itemlink a:hover:before {
  color: #fff;
}
.zoo-filter-result .total {
  margin-top: 30px;
  font-size: 20px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: bold;
}
.zoo-filter .form-elements .staticcontent {
  clear: both;
  float: none !important;
  display: block;
}
.zoo-filter .form-elements .form-element-row {
  width: 45%;
  margin: 10px 2%;
  float: left;
}
.zoo-filter .form-elements label {
  font-size: 12px;
  color: #f6111f;
  font-weight: bold;
  text-transform: uppercase;
}
.zoo-filter .form-inner > .button {
  float: none!important;
  clear: both;
}
