

.header_top {
    height: 35px !important;
    line-height: 35px !important;
}

/**button.big_large_full_width**/
.qbutton.big_large_full_width {
    height: 60px;
    line-height: 60px;
}

/****/
ol {
    list-style: outside;
    margin-left: 1em;
}

/**IMAGE GALLERY**/
.gallery_holder ul li.grayscale a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(img/desaturate.svg#grayscale);
}
.gallery_holder ul li.grayscale a img {
    -webkit-filter:none;
    -moz-filter: none;
    filter: none;
    filter: none;
    filter: none;
}
.gallery_holder ul li.grayscale a img {
    background-color:transparent;
}

/****/
.header_bottom {
    border-bottom: 3px solid #3777bc !important;
}