.panel-body {
    padding: 5px;
    width: 100%;
}

#sidebar-primary {
    overflow: hidden;
    float: left;
    width: 100%;
    margin-left: 5px;
    margin-top: 10px;
}

.widget-container {
    list-style-type: none;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    color: #014268;
    font-size: 13px;
    width: 100%;
}

.widget-container a {
    color: white;
    text-decoration: none;
}

.widget-container a:hover {
    color: #1685C6;
    text-decoration: none;
}

.widgettitle {
    border-left: 3px solid #F1A020;
    margin: 0 0 10px 0;
    padding: 10px;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #1A8CD0), color-stop(1, #086AA1));
    background-image: -ms-linear-gradient(top, #1A8CD0, #086AA1);
    background-image: -o-linear-gradient(top, #1A8CD0, #086AA1);
    background-image: -moz-linear-gradient(top, #1A8CD0, #086AA1);
    background-image: -webkit-linear-gradient(top, #1A8CD0, #086AA1);
    background-image: linear-gradient(to bottom, #1A8CD0, #086AA1);
}

.widgettitle, .widgettitle a, .widgettitle a:hover {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    padding: 0 0 9px 12px;
    margin: 0 0 8px 0;
    background: url(images/widget-list.png) left 4px no-repeat;
}

.widget ul li .children {
    padding-top: 17px;
}

.technicaldetails{
    color: #337ab7;
    text-decoration: none; !important;
}

.textwidget ul li {
    text-decoration: none; !important;
    float: left;
    line-height:100%;
}

.panel-heading img {
    border-radius: 3px;
    bottom: 0;
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.p-h-e {
    border-bottom: 1px dotted #eee;
    height: 150px;
    padding: 0;
    position: relative;
}

.panel a {
    text-decoration: none;
    color: #3F51B5;
    text-align: justify;
}
.headingtext{
    text-align: center;
}
.content-text{
    text-align: justify;
    color: white;
}
.centertext{
    color: white;
}
.imagediv{
    width: 100%;
    height: 270px;
}
.long-image{
    height: 500px;
    width: 100%;
}
.rowdiv{
    margin-bottom: 10px;
}

.contentimg{
    height: 200px;
    width: 100%;
}
/*.row col-md-12 col-md-4 img {*/
    /*width: 100%;*/
    /*height: 202px;*/
/*}*/

.thumbnail-news-img {
    position: relative;
    overflow: hidden;
    max-height: 200px;
}
.news-list-overlay{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin:auto;
    width:100%;
    text-align:center;
    height:100%;
    background-color:rgba(0,0,0,0.0);
    z-index:99;
}
.news-list-overlay i{
    position:relative;
    top:-150px;
    color:#fff;
    font-size:40px;
    margin:auto;
    text-align:center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.thumbnail-news-img:hover .news-list-overlay i{
    top:45%;
}
.thumbnail-news-img:hover .news-list-overlay {
    background-color: rgba(0,0,0,0.5);
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.news-section{
    font-size: 16px;
    font-weight: 400;
    color: #3F51B5;
    text-decoration: none;
}
.caption h3 a {
    font-size: 16px;
    font-weight: 400;
    color: #3F51B5;
    text-decoration: none;
    text-align: center;
}

.news-list-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: auto;
    width: 100%;
    text-align: center;
    height: 100%;
    background-color: rgba(0,0,0,0.0);
    z-index: 99;
}

.auther-info {
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}

.auther-info-name, .auther-info-date {
    font-size: 14px;
    color: #999;
    text-align: center;
    display: inline-block;
    margin: auto 8px auto 0;
}

.news-more {
    background-color: #ffffff;
    border: 1px solid #264a7f;
    border-radius: 2px;
    color: #3F51B5;
    display: block;
    font-size: 14px;
    margin: auto;
    padding: 6px 18px;
    text-align: center;
    text-transform: capitalize;
    width: 110px;
}

.body-img{
    width:100%;
    }
}

