.left-sidebar, .right-sidebar, .box {
    /*border: 1px solid silver;*/
    min-height: 100px;
}

.left-sidebar {
    border: 1px solid silver;
}

.left-sidebar #category_list .panel-collapse .panel-body {
    text-align: start;
    padding-left: 40px;
}

.left-sidebar #category_list .panel-body {
    text-align: start;
    padding-left: 40px;
}

.left-sidebar li {
    list-style: none;
    font-size: 14px;
    line-height: 30px;
}

.left-sidebar li a {
    color: #263843;
}

.section-row {
    padding-top: 40px;
    padding-bottom: 40px;
}

.left-sidebar p {
    padding-top: 20px;
}

.box {
    margin-bottom: 20px;
}

.box img {
    width: 100%;
    height: 300px;
    padding: 4px;
}

.box-press h2, .box-press a, .box-press p {
    /*text-align: center;*/
    /*color: #768791;*/
}

.post {
    width: 100%;
    box-shadow: none;
    border-bottom: 1px dashed #ccc;
}

.post-box {
    width: 100%;
    overflow: hidden;
    height: auto;
    border-bottom: 1px dashed #69b5cc;
}

.post-box-img {
    width: 30%;
    height: 80px;
    float: left;
    border-radius: 50%;
}

.post-box-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 8px;
}

.post-box-press {
    width: 70%;
    height: auto;
    float: left;
    padding-left: 4px;
}

.p1 {
    font-size: 12px;
    color: #768791;
    padding-top: 10px;
}

.p2 {
    font-size: 12px;
    color: #C3CCD3;
    text-align: end !important;
}

.popular {
    padding-top: 20px;
    padding-left: 10px;
}

.custom_panel {
    border: none !important;
    box-shadow: unset !important;
}

.custom_panel-heading {
    border: none !important;
    text-align: start;
    padding-left: 5px;
    padding-bottom: 1px;
    padding-top: 0px;
}

.panel-collapse .panel-body {
    padding-left: 30px !important;
    font-size: 14px;
}

.panel-heading a {
    font-size: 16px;
}

/*a {*/
    /*text-decoration: none !important;*/
/*}*/

#category_list {
    padding: 0;
    text-align: center;
}

#category_list a {
    color: #3E3E3E !important;
    margin-left: 5px;

}

#category_title {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.visit-img > .thumbnail {
    height: auto;
    min-height: 30px !important;
}

.active > .filter_tabs {
    background: #8fb85b !important;
    color: white !important;
}

.filter_content {
    padding: 0;
}

#time_select, #months_select {
    width: 100%;
}

#material_select > option:hover, #station_select > option:hover, #time_select > option:hover, #materials_select > option:hover, #stations_select > option:hover, #river_select > option:hover, #year_select > option:hover, #months_select > option:hover {
    background: #8fb85b !important;
    border-radius: 0 20px 20px 0;
    color: white;
    padding-left: 10px;
}

#material_select:focus {
    outline: none !important;
}

.main {
    padding-top: 50px;
    padding-bottom: 50px;
}

#river_select {
    outline: none !important;
    overflow: auto;
    height: 300px;
}

#months_select {
    margin-top: 36px;
    width: 100%;
    overflow: auto;
}

#material_select {
    margin-top: 36px;
    min-height: 300px;
    overflow: auto;
    width: 100%;
}

.river_stations2 #time_select, .station_stations1 #time_select, .materials_stations2 #time_select, .materials_stations4 #months_select {
    margin-top: 36px;
}

#materials_select, #station_select {
    height: 300px;
    width: 100%;
}

#materials_select:focus {
    outline: none;
}

#stations_select:focus, #year_select:focus, #material_select:focus, #river_select:focus, #material_select:focus, #station_select:focus, #time_select:focus, #months_select:focus {
    outline: none !important;
}

.river_stations4 {
    padding: 0 !important;
}

#stations_select {
    outline: none !important;
    margin-top: 36px;
    overflow: auto;
    height: 300px;
    width: 100%;
}

.category_hr {
    width: 50%;
}

#sort, #sort2 {
    float: right;
    padding-top: 4px;
    color: grey;
}

#year_select {
    margin-top: 36px;
    overflow: auto;
    outline: none !important;
    max-height: 300px;
    width: 100%;
}

.p2 a {
    color: #8fb85b;
    font-weight: bold;
}

.section-row .pagination {
    float: right;
}

.active .page-link {
    background-color: #90b75d !important;
    border-color: #90b75d !important;
}


@media screen and (max-width: 1199px) {
    #category_title {
        font-size: 15px;
    }
    .custom_panel-heading a {
        font-size: 13px;
    }
}
@media screen and (max-width: 991px) {
    .custom_panel-heading a {
        font-size: 16px;
    }
}
@media screen and (max-width: 661px) {
    .yearly{
        margin-top: 20px;
    }
}
@media screen and (max-width: 600px) {
    .publication_select{
        margin-top: 20px;
    }
    .yearly{
        margin-top: 0px;
    }
}
@media screen and (max-width: 374px) {
    .yearly{
        margin-top: 20px;
    }
}
@media screen and (max-width: 380px) {
    #category_title {
        font-size: 14px;
    }
    .panel-collapse .panel-body {
        font-size: 12px;
    }
}
@media screen and (max-width: 335px) {
    .panel-collapse .panel-body {
        font-size: 11px;
    }
}