.overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.9;
    z-index: 2;
    background-color: #FF8619;
}
.logo.logo-wide {
    max-width: 195px;
 /*  height: 44px;*/
}
.media-holder:before {
    content: '';
    width: 100%;
    height: 80%;
    top: 0px;
    position: relative;
}
h2.patrocinadores {
  margin-bottom: 25px;
  font-weight: 300;
}
.clients-2 img {
    max-height: 200px;
}

#organizan.clients-2 img {
    max-height: 150px;
    max-width: 285px;
}

#patrocinan.clients-2 img {
    max-height: 140px;
    max-width: 290px;
}

#patrocinan .col-sm-4 {
    height: 150px;
}

.page-header .background-image-holder
{
  filter: brightness(70%);
}

#counter{
  margin-bottom: 11px;
}
#counter .countdown-row{
  color: #333333;
  font-size: 32px;
}
#counter .countdown-section{
  width: auto;
  margin-right:12px;
}
#counter .countdown-amount{
  margin-bottom: 6px;
}
#counter .countdown-period{
  font-size: 16px;
}

#cookies {
  display: none;
  text-align: center;
  padding-top: 15px;
  font-size: 12px;
  bottom: 0px;
  position: fixed;
  width: 100%;
  background: #fff;
}
.cookies #cookies {
  display: block;
}
#cookies .notice-message{
  margin: 0 10px;
}
#cookies p{
  font-size: 12px;
  line-height: 10px;
}
#cookies a.notice-close {
  padding-right: 25px;
  font-size: 1em;
}

#count_down_days_left {
  background: #eb7f00;
  font-size: 1.6em;
  line-height: 1.3em;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, 'Arimo', Arial, sans-serif;
}
