/* custom CSS */
li.next {
    float: left;
}
li.previous {
    float: right;
}
.Blog_text{
    padding-left: 3%;
}
.Blog_text p{
    font-size: 16px;
}
.Blog_textFull p{
font-size: 16px;
margin-bottom:2%;
}
.BlogBtn{
      background: #2e8d62;
    color: #fff;
float:right;
    border-radius: 0px !important;
}
.BlogTime{
    float: left;
    width: 70%;
    margin: 1.5% 0;
}
.entryInfo{
  margin: 1% 0 2% 0;
}
.entryInfo a{
    color: #565f65;
}
h1.entryTitle {
font-size:32px;
}
.entryTitle a, .entryTitle{
color: #0051ba;
}
#sidebar_content{
padding-left: 5%;
}
.well{
        background: #e3e3e3;
    background: -webkit-linear-gradient(left, #e3e3e3 , #fbfbfb);
    background: -o-linear-gradient(right, #e3e3e3, #fbfbfb);
    background: -moz-linear-gradient(right, #e3e3e3, #fbfbfb);
    background: linear-gradient(to right, #e3e3e3 , #fbfbfb);
    border-radius: 0px !important;
    box-shadow: none !important;
    border: 0px!important;
}
.blogSubTitle{
         color: #0051ba;
    padding-bottom: 5%;
}
.entryLink a{
    color: #e8000d!important;
    font-size: 16px;
    line-height: 1.5;
}
.panel-primary>.panel-heading{
background: #eaeaea!important;
border:0px;
}
.panel-primary{
    border: 0px!important;
}
.panel-heading{
border-radius:0!important;
}
.comments-head{
    color: #696969 !important;
}
.BlogBtnComment{
       background: #2e8d62 !important;
    color: #fff !important;
    border-radius: 0px !important;
    border: 0px!important;
}
#commentAuthenticator{
    margin-bottom: 2%;
}
.panel-default{
border-radius: 0px;
}
@media (min-width: 1170px) and (max-width: 1230px){
.container{
    width: 95%!important;
    margin: 0 auto!important;
}
#main_content{
    width: 66%;
float:left;
}
#sidebar_content{
    width: 33%;
float:left;
}
}
@media (min-width: 981px) and (max-width: 1170px){
.container{
    width: 95%!important;
    margin: 0 auto!important;
}
#main_content{
    width: 66%;
float:left;
}
#sidebar_content{
    width: 33%;
float:left;
}
}
@media (min-width: 768px) and (max-width: 980px){
.well{
display:none;
}
#main_content{
width:95%;
margin:0 auto;
}
}
@media (max-width: 768px) {
.well{
display:none;
}
#main_content{
width:95%;
margin:0 auto;
}
}
@media (max-width: 480px) {
.col-xs-6{
width:100%!important;
}
}
hr{
border-top: 1px solid #0051ba !important;
}
.entryContent .btn-primary{
float:right;
border-radius:0px;
}
.footerCol .btn{
    background: #e8000d !important;
}
.btn{
    background: #0051ba !important;
}
.btn:hover{
    background: #001e6a!important;
}
.pager .next>a, .pager .next>span, .pager .previous>a, .pager .previous>span  {
    background-color: #0051ba;
    color: #fff;
    padding: 8px 16px !important;
    border-radius: 0px !important;
}
.pager li>a:hover, .pager li>a:focus, .pager li>a:hover, .pager li>a:focus {
    background:#001e6a!important;
}
.DiSp_blogDetails p{
font-size:16px;
color: #000;
line-height: 28px;
}
.DiSp_blogDetails  p span {
text-align: center;
color:#0051ba;
font-size:20px;
}
.DiSp_blogDetails   p label {
text-align: center;
font-size:24px;
color:#e8000d;
text-decoration:underline;
}
.DiSp_blogLink a {
color:#0051ba;
text-decoration:underline;
font-size:24px;
}
.DiSp_blogSubtitle {
text-align: center;
}
.DiSp_blogSubtitle  span {
color:#0051ba;
font-size:20px;
}
.DiSp_blogSubtitle  label {
font-size:24px;
color:#e8000d;
text-decoration:underline;
}
.DiSp_blogSubtitle p {font-size:16px;
color: #000;
line-height: 28px;}
.DiSp_blogSubtitle  strong{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.page-header{
    padding-bottom: 0px!important;
       margin: 25px 0px 5px 0px!important;
    border-bottom: 0px !important;
      color: #0051ba;
}
