/*Menu*/
/*ul.dexp-menu.menu {
    background: #005caa;
}
@media screen and (min-width: 992px){
#section-header ul.menu.dexp-menu > li > a, #section-header ul.menu.dexp-menu > li span.dexp-nolink {
    color: #fff;}
}
@media screen and (min-width: 992px){
#section-header ul.menu.dexp-menu > li > a:hover, #section-header ul.menu.dexp-menu > li span.dexp-nolink:hover, #section-header ul.menu.dexp-menu > li > a.is-active, #section-header ul.menu.dexp-menu > li span.dexp-nolink.is-active {
    color:#fff; background:#a0a5aa; }
}*/
a.dexp-button.btn.mr10.btn-default.icon-left.btn-inline {
   border-radius: unset;
   min-height: 100px;
   border:unset;
}
.dexp-button.btn:hover {
    border:unset !important;
}
.dexp-stats .stat-count {
    color: #fff;
}


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

/*.active, .accordion:hover {
  background-color: #ccc;
}*/

.panel {
  padding: 0 12px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
}
.hallgatoi-slick {
    margin: 5px;
}