
#list_dates {
    padding: 25px 0 50px 0;
    font-weight: 400; font-family: Roboto;
    background: #f7f8fa;
}

#list_dates h1 {
    color: #37474f;
    font-size: 36px;
    margin: 0 0 40px;
}

#list_dates h1 span {
    color: #2fb7f6;
    text-decoration: underline;
}

.date_block {
    margin-bottom: 55px;
}

.date_block:last-child {
    margin-bottom: 0;
}

.date_block .title {
    font-size: 36px;
    color: #2fb7f6;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cad1d9;
    margin-bottom: 20px;
}

.list_container_dates a {
    color: #546e7a;
    font-size: 16px;
    display: block !important;
    text-decoration: underline;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_container_dates a:hover {
    color: #29b6f6;
}

.samples-dates_bl a:active {
    color: #90a4ae;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(254,254,254,1) 34%, rgba(250,250,251,1) 59%, rgba(250,250,251,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,254,1) 34%,rgba(250,250,251,1) 59%,rgba(250,250,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(254,254,254,1) 34%,rgba(250,250,251,1) 59%,rgba(250,250,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafb',GradientType=0 ); /* IE6-9 */
}

#list_dates .samples-dates_index {
    padding: 30px 0 0;
}




@media (min-width: 768px) and (max-width: 1199px) {

    #list_dates {
        padding: 0 0 100px;
    }

    #list_dates h1 {
        margin: 0 0 25px;
    }

    .date_block {
        margin-bottom: 50px;
    }

    #list_dates .samples-dates_index {
        padding: 30px 0 45px;
    }

}

@media (min-width: 320px) and (max-width: 767px) {

    .list_container_dates a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page-tags-tags .content_interior-bl {
        padding-top: 50px;
    }

    #list_dates {
        padding: 0 0 75px;
    }

    #list_dates h1 {
        font-size: 24px;
        margin: 0 0 30px;
    }

    .date_block {
        margin-bottom: 40px;
    }

    #list_dates .samples-dates_index {
        padding: 30px 0 45px;
    }


}