.gradient-color {
    background: #2a55e5;
    background: linear-gradient(top, #2a55e5, #3134b0);
    background: -moz-linear-gradient(top, #2a55e5, #3134b0);
    background : -ms-linear-gradient(top, #2a55e5, #3134b0);
    background : -webkit-gradient(linear, left top, left bottom, from(#2a55e5), to(#3134b0));
    border : solid 1px #010b85;
    box-shadow : 2px 2px 3px #131566;
}

.mine-color, .btn-inner-search {
    background-color: #2a55e5;
}

.button-more::before {
    border-color: transparent #0c1ba1;
}

.btn-go-search:active,.btn-go-search:focus, .btn-go-search:hover, .button-more:hover, .button-more:focus, .button-more:hover {
    background-color: #446bef;
}

div.filter-sidebar .title, .title.alone {
    border-bottom: 3px solid #446bef;
}

div.filter-sidebar .title span, .title.alone span {
    border-bottom : 3px solid #3134b0;
}
