/* News Widget */

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}
#news-widget{
    background: #2d3192;

    color: #fff;
}
#news-list{
    list-style: none;
    margin-top: 20px;
}
.news-item
{

    color: #444;
}

.department{
    padding: 0 ;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 9px 1px rgba(255,255,255,0.4);
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;

}
.department-image{
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
}
.department-image h3{
    display: inline-block;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    border-radius: 20px;
    margin-top: 70px;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
}
.department-image h3 a{
    color: #fff;
}
.department-image h3 a:hover{
    text-decoration: none;
}
.department-pages-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.department-pages-list li a{
    padding: 10px 5px;
    text-align: left;
    display: block;
    color: #fff;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}
.department-pages-list li:last-child a{
    border-bottom: none;
}
.department-pages-list li a:hover{
    text-decoration: none;
    color: #eee;
}
/* End of News Widget */


/* Poll Widget */
.poll-widget{
    /*background: rgba(255, 203, 5, 0.17);*/
    background: url(../images/5.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 2em 0;
    color: #fff;
    /*border-top: 4px solid #ffcb05;*/
    /*padding-bottom: 15px;*/
    /*border-bottom: 4px solid #353996;*/
}
.poll-widget a {
    color: #fff;
}
.poll-widget .btn-primary {
     color: #fff ;
    background-color: transparent;
    border-color: #fff;
}
.poll-widget .btn-primary:hover {
    color: #444 ;
    background-color: #fff;
    border-color: #fff;
}
.poll-widget  img {
    padding-top: 50px;
}
.radio label::after {
    /*left: -17px;*/
    right: auto;
    top: 8px;
}
.radio label::before {

    left: -10px;
    right: auto;
    top: 5px;
    margin-left: -10px;
    outline: none;

}
.radio input[type="radio"]:focus,
.radio input[type="radio"]:active{
    outline: none;
}
.radio label{
    padding-right: 5px;
}
.radio {
    padding-left: auto ;
    padding-right: 30px;
}
#poll-results-wrap{
    width: 100%;
    display: none;
}
.show-votes #poll-results-wrap{
    display: block;
}
#poll-widget .prevSurveys{
    list-style: circle;
    padding: 20px;
}
#poll-widget .prevSurveys li a{
    padding: 5px 0;
    display: block;
}
#poll-results-wrap .progress{
    height: 25px;
    background-color: rgba(245, 245, 245, 0.4);
}
#poll-results-wrap h5{
    margin-bottom: 5px;
    margin-top: 5px;
}
/* End of Poll widget */


/* Related Websites */

#related-websites-owl .related-website img{
    width: auto;
    margin: auto;
}
#related-websites{
    padding: 30px 0;
    background: aliceblue;
}

a.related-website{
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: block;
    border-radius: 100%;
    margin: 0 auto;
}
a.related-website img {
    object-fit: cover;
    object-position: center center;
    width: 100% !important;
    height: 100% !important;
}

/* Subscribe widget */

#autocomplete-results{
    position: absolute;
    padding: 10px 5px;
    margin: 0;
    list-style: none;
    background: #fff;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    left: 0;
    z-index: 99;
}
#autocomplete-results li {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
#autocomplete-results li:last-child {
    border-bottom: none;
}