/*slider*/
.film_roll_next{
    background: url('../img/arrows.png') right no-repeat !important;
    right: 6% !important;
    left: auto;
}
.newsico{
    transition: all .3s;
    background-image: url('../img/newsico.png');
    background-position: 50% 25%;
    background-repeat: no-repeat;
}
.film_roll_prev{
    left: 6% !important;
}
.film_roll_prev, .film_roll_next{
    background: url('../img/arrows.png') no-repeat;
    height: 73px !important;
    width: 73px !important;
    content: '';
}
.film_roll_wrapper{
    background: #010057;
    height: 100%!important;
}
#sliderhome{
    margin: 0 auto;
    width: 100%;
    max-width: 1299px;
    padding-top: 132px;
}
.film_roll_shuttle .film_roll_child{
    opacity: .4;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 1s;
}
.film_roll_shuttle .active{
    opacity: 1 !important;
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.film_roll_wrapper img { max-width: 100%!important; }

/**/

@media only screen and (max-width: 1024px) {
    #sliderhome {
        padding-top: 0;
        height: 409px;
    }
}
@media only screen and (max-width: 1023px) {
    #sliderhome {
        padding-top: 0;
        height: 307px;
    }
    .film_roll_prev,
    .film_roll_next {
        height: 30px !important;
        width: 30px !important;
        background-size: 200%!important;
    }
    .film_roll_prev { left: 10px!important; }
    .film_roll_next { right: 10px!important; }
}
@media only screen and (max-width: 760px) {
    #sliderhome {
        padding-top: 0;
        height: 168px;
    }
}
@media only screen and (max-width: 480px) {
    #sliderhome {
        padding-top: 0;
        height: 182px;
    }
}