
/*-------------------------------------------------- Globle & Index ---------------------------------------------------*/
@media (min-width: 1200px){
    .container {
        width: 1024px!important;
    }
  
}

.container li, .container p{
    font-family: sans-serif;
}
h2 a, h2 {
    font-family: 'Josefin Slab', serif;
    font-size: 38px;
}

h2 a:hover{
    text-decoration: none;
}

h2{
    margin-top: 0;
}

.recent_post{
    padding-left: 18px;
}

.recent_post li a:hover, .list-unstyled li a:hover {
    color: #0000CC;
    text-decoration: none;
    font-family: sans-serif;
}
.table>tbody>tr>td{
    border: none;
}


/*-------------------------------------------------- Header & Footer CSS ---------------------------------------------------*/

.footerText {
    margin-bottom: 20px;
}
.header_bg{
    background-color: #ffffff;
}
.header_div img{
    padding: 5px;
}
.social_block p {
    display: inline-block;
    font-size: 35px;
    padding: 0 3px;
}
.social_block p a {
    color: #333;
}
.no-padding{
    padding: 0px;
}
.social_block p{
    margin: 0;
}

.bread-crumb{
    margin-bottom: 15px;
}
@media (max-width: 766px){
    .right_side{
        text-align: center;
        margin-top: 0px;
    }
    .left_side{
        text-align: center;
    }
}
@media (min-width: 766px){
    .right_side{
        text-align: right;
        margin-top: 15px;
    }
    .left_side{
        text-align: left;
    }
}
/*.img_size{
    text-align: center;
}*/
.img_size {
      max-width:100%;
      margin-left: auto;
      margin-right: auto
}

.img_ck img{
      max-width:100%;
      margin-left: auto;
      margin-right: auto
     
}

.categoryLink{
    background-color: #E4F5F8;
    text-decoration: none!important;
}
.footer_text
{
    padding: 10px 0px;
}

.list-unstyled li {
    margin-bottom: 8px !important ;    /* Fixed for line-height in rightbox text*/
}
.right_px tr td{
    vertical-align: baseline!important;
}
.btn-primary{
        font-size:14px!important;
}
.post-tags a
    {
     /*   background: #f2f2f2;
        display: inline-block;
        line-height: 16px;
        white-space: nowrap;
        font-size: 12px;
        color: #999;
        padding: 3px 7px;
        margin: 0 5px 2px 0;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-decoration: blink;*/
        
            font-size: 16px;
            border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border: 1px solid #CAD8F3;
            background: none;
            background-color: #DEE7F8;
            font-weight: normal;
            margin: 0 5px 2px 0;
            text-decoration: blink;
            padding: 0.2em 10px 0.2em 0.5em
     
    }
.post-tags a:hover {
    background: #2e7cbe;
    color: #fff;
}