.bg-secondary {
    background-color: #f39c12;
}
.banner-text h3.voting-end-date{
    color: #f39c12;
}


.frontpage .header-bg:after {
    background: rgba(243, 156, 18,0.85);
}

.news-banner {
    background-image: url(../img/header-grayscale.png);
}

.banner .banner-text h2 {
    color: #f39c12;
}

.banner-text a {
    color: #f39c12;
}

.artist-img-container .artist-img-bg {
     -webkit-filter: grayscale(100%) blur(4px) brightness(75%);
     filter: grayscale(100%) blur(4px) brightness(75%);
}

.edition-pictures {
    border-color: #f39c12;
}

.category-block .nominees-button .btn:hover {
    color: #f39c12;
}

/*
.artist-img-container .artist-img {

    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);

    filter: url('../img/gray.svg#grayscale');
    filter: gray;
}
*/


/*
.jury .jury-img {

    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);

    filter: url('../img/gray.svg#grayscale');
    filter: gray;
}
*/

/*
.edition-jury-list > div .jury-img {
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);

    filter: url('../img/gray.svg#grayscale');
    filter: gray;
}
*/

/*
.category-nominee-list .category-nominee img.nominee-img {
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);

    filter: url('../img/gray.svg#grayscale');
    filter: gray;
}
*/

/*
.artist-list .artist .artist-img {
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);

    filter: url('../img/gray.svg#grayscale');
    filter: gray;
}
*/



/*
.category-block .nominees li .nominee-bg {
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);

    filter: url('../img/gray.svg#grayscale');
    filter: gray;

}
*/

/*

.category-block .artist-img {
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);

    filter: url('../img/gray.svg#grayscale');
    filter: gray;
}
*/

