﻿.sidenavigation > .col-lg-9 {
    padding-left:15px;
    padding-right:33px;
}

.section_head{
    background:url('../../images/default-source/section-head-photos/header-news.jpg');
    background-position:right;
    
}

.breadcrumbs{
    padding-right:30px;
}

.share-buttons{
    margin-bottom:15px;
}

.news{
    margin-right:-30px;
    margin-top:16px;
}

.news .right{
    padding-right:0;
}


.sftitle{
    padding:0 !important;
    margin:0 !important;
    padding-top:15px !important;
}

.news-list{
    position:relative;
}


.news-list .article{
    border-style:dashed;
    border-width:0 0 1px 0;
    border-color:#cccccc;
    margin-bottom:10px;
    padding-bottom:0px !important;
    min-height:120px;
    position:relative;
}


.news-list li:last-child{
    border-style:none;
}

.news-list .article ul{
    padding-bottom:15px;
}


.news-list .article li{
    list-style:disc;
    margin-left:25px;
}

    .news-list .article li {
        padding-bottom:15px !important;
    }

    .news-list .article li:last-child {
        padding-bottom:0px !important;
    }

.news-list .sftitle{
    font-size:18px;
    font-weight:bold;
    padding-top:0px !important;
}

.news-list .summary{
    font-size:1em;
}


.news-list .read-more{
    font-size:.85em;
}

.sffullstory{
    margin-bottom:10px !important;
    display:block;
}



.news-list .article .image{
    float:right;
    margin-left:15px;
    border-radius:6px;
    border-width:0px;
    
    margin-top:0px;
    overflow:hidden;
    margin-right:10px;

    width:140px;
    height:110px;
    position:relative;

    -ms-interpolation-mode: bicubic; 
    image-rendering: optimizeQuality;

}

.news-list .article .image img{
    
    -ms-interpolation-mode: bicubic; 
    max-height:110px;
    max-width:none;
    border-width:0px;

    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    border-radius:6px;
    

}



.news-list .article p{
    margin: 14px 0 14px 0;
    padding-right:14px;
}

.news-list .date{
    font-size:.85em;
    margin:0 !important;
    padding-top:0px;

}

.sf-social-share{
    margin-top:10px;
}

.news div{
    position:relative;
}


.district-links, .category-links, .search-headline{
    text-align:center;
    padding-top:30px;
}

.search-headline{
    padding-top:10px;
}

.search-headline input{
    width:160px;
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
    height:30px;
    padding-left:5px;
}

    .search-headline button {
        margin-top: 5px;
        width: 160px;
        border-radius: 8px;
        background: linear-gradient(#4D7F29, #446F25);
        background: -webkit-linear-gradient(#4D7F29, #446F25);
        background: -moz-linear-gradient(#4D7F29, #446F25);
        background: -o-linear-gradient(#4D7F29, #446F25);
        background: #4D7F29;
        color: white;
        border: none;
        height: 30px;
        box-shadow: none !important
    }

.district-links .title, .category-links .title, .search-headline .title{
    margin:0px;
    margin-left:-5px;
    margin-bottom:5px;
    padding:3px;
    background:#005696;
    color:white;
    text-align:left;
    padding-left:15px;
    border-radius:8px 0 0 8px;

}

.district-links a{
    position:relative;
    display:inline-block;
    width:52px;
    font-size:18px;
    
    color:white;
    padding:12px 0 12px 0;
    border-radius:8px;
    margin:2px !important;
    font-weight:normal !important;
}

.district-links a:hover{
    opacity:.8;
}

.category-links a{
    background:none;
    display:block;
    font-size:14px;
    text-align:left;
    padding:3px;
    margin:3px 5px 0 10px;
    font-weight:normal !important;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.filter-message-category{
    padding-top:15px;

    
}

.dateFromOption select{
    height:30px;
}


.news-mobile-controls{
    margin-top:15px;
    margin-bottom:25px;
    display:none;
}

.news-mobile-controls select{
    max-width:150px;
    height:30px;
    margin-top:10px;
    margin-right:5px;
}

.news-mobile-controls button{
    height:30px;
    
}

.news-mobile-controls input{
    margin-right:5px;
    height:30px;
    padding-left: 5px !important;
}

.news-back{
    display:inline-block;
    margin-top:10px;
    margin-bottom:20px;
}

.no-news{
    margin-top:20px;
    font-weight:bold;
    font-size:18px;
}


.loader-news{
    margin-top:15px;
    margin-left:5px;
}

.tags{
    font-weight:bold;
    font-size:12px;

    display:none;
}

.tag{
    font-weight:normal;
}

.dateFromOption{
    margin-top:20px;
}

.sfdetails li{
    padding-bottom:15px;
}

#twitter-widget-0{
    width: 100% !important;
    left:auto !important;
    margin-left:0 !important;
    max-width:100% !important;
}


@media(max-width: 991px){

    .news {
        margin-right: -15px;
    }


    .news .right{
        padding-right:15px;
    }
}

@media(max-width: 919px){

    .sidenavigation > .col-lg-9 {
        padding-right: 15px;
    }

    .news-mobile-controls{
        display:block;
    }

    .news > .col-lg-8, .news > .col-lg-4, .news > .col-lg-7, .news > .col-lg-5 {
        flex: none;
        display: block;
        max-width: 100%;
    }
}
