.downloads__dropdown a.selected {
    color: #d3204a;
}
@keyframes lds-dual-ring {
0% {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
@-webkit-keyframes lds-dual-ring {
0% {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
.lds-dual-ring {
position: relative;
}
.lds-dual-ring div {
position: absolute;
width: 160px;
height: 160px;
top: 20px;
left: 20px;
border-radius: 50%;
border: 20px solid #000;
border-color: #d3204a transparent #d3204a transparent;
-webkit-animation: lds-dual-ring 1.6s linear infinite;
animation: lds-dual-ring 1.6s linear infinite;
}
.lds-dual-ring {
width: 51px !important;
height: 51px !important;
-webkit-transform: translate(-25.5px, -25.5px) scale(0.255) translate(25.5px, 25.5px);
transform: translate(-25.5px, -25.5px) scale(0.255) translate(25.5px, 25.5px);
}

#filter-wait .waiting-elem p {
  display: inline-block;
  padding: 0;
  line-height: 100%;
  margin: 0;
}

#filter-wait .waiting-elem .lds-css {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#filter-wait {
    text-align: center;
    display: none;
}
.downloads__dropdown a.selected:after {
    margin-left: 10px;
    content: "\f057";
    font-family: FontAwesome;
}
#response .no-result-found {
    text-align: center;
}
.filter-section-cover {
    min-height: 500px;
}
