/*Custom Menu*/
header{
    margin-bottom:20px;
}

.s-title{
    color: #0086ca;
}

#blogs .list .item .inner .media a img{
    max-height: 270px;
}

.featured-news-widget .widget-title{
    color: #FFF;
    background: #1E94CF;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 23px;
    border: none;
    text-transform: uppercase;
    font-size:18px;
    margin:0;
}

.featured-news-widget a:hover{
    text-decoration: none;
}

.featured-news-widget .widget-title.bg span {
    display: inline;
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
}

.featured-news-widget .widget-title.bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    left: 3px;
    background: #fff;
    content: "";
}

.featured-news-widget .featured-news-slider ul li.parent:hover > a{
    background-color: #1E94CF;
    color: white;
    border-top: 1px solid white;}
.featured-news-widget .featured-news-slider ul li.parent > a > i{
    margin-left:5px;}
.related-post{
    margin-top: 50px;
}
.related-post .info .info-title a{
    color:black;
    font-weight:700; }
.related-post .info .info-title a:hover{
    color:#1E94CF;
    font-weight:700; }

ul.tcm{
    list-style: none;
    padding: 0px;
    font-size: 14px;
}

ul.tcm li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333333;
    font-size: 16px;
    font-weight:700;
}

ul.tcm li > ul{
    display: none;
    padding:0;  
    margin-left: 0;
    position: relative;
}

ul.tcm li > ul li.sub-menu{
    padding-left: 30px;
    list-style: none;
    border-top: 1px dotted #ccc;
}

ul.tcm li > ul li.active , ul.tcm li > ul li:hover{
    background: #f7f7f7;
    position: relative;
}

ul.tcm ul li.active:before , ul ul li.sub-menu:hover:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #E65200;
    position: absolute;
    left: 0;
    bottom: 0;
}

.social > div , .social > iframe , #id___plus_0{
    margin-right:10px!important;
}


#blogs .list .item .inner .info h3 a{
    margin-top:0;
}

#blogs .list{
    width: 40%;
    display: inline-block;
    position: relative;
    ertical-align: middle;
}

#blogs .info{
    display: inline-block;
    width: 59%;
    vertical-align: top;
    padding-left: 2%;
}

.info-time p:first-child {
    font-weight: 800;
    font-size: 20px;
    margin: 0px;
}

.info-time p:last-child {
    font-size: 13px;
    font-weight: 800;
}
.info-time {
    position: absolute;
    top: 0;
    left: 5%;
    background-color: #fff;
    height: 45px;
    width: 45px;
    text-align: center;
    z-index: 1;
    color: #333333;
    box-shadow: 3px 3px 0px rgba(255,255,255,0.5);
}

.media{
    position: relative;
    width:100%!important;
}

#blogs .info h3{
    margin:0;
    margin-bottom:5px; }
    #blogs .info a{
        font-size:18px;
        color:black; }
        #blogs .info h3 a:hover{
            color:#0086ca;
            text-decoration: none; }
            #blogs .info span i{
                margin-right:5px;}

            h3 a{
                color: #0087cb;
            }

img{
    max-width: 100%;
}

.item .item-thumbnail{
/*    border-top-left-radius: 10px;
    border-top-right-radius:10px;
*/    display: block;
    overflow: hidden;}
.item .item-thumbnail img{
    transition: all 0.3s;
    max-width:100%; }
    .item .item-thumbnail:hover img{
        transform: scale(1.1);}
    .item .item-title{
        text-align: center;
        margin-top:5px;}
    .item .item-content p{
        height: 44px;
        overflow: hidden;
        color: #818282;
        text-align: justify;
        line-height: 22px;
        padding: 0 7px; }
    .item .item-title a:first-child{
        text-transform: uppercase;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        color: black;
        padding: 0 7px;
        margin-bottom: 17px; }
.item a{
    text-decoration: none;
    color: #818282;
}
#video.item{
    margin-bottom:10px;
}
#libs_img {
  padding-bottom: 60px; }
  #libs_img .item {
    padding: 0; }
  #libs_img .row {
    margin-left: -5px;
    margin-right: -5px; }
  #libs_img .row a{
    cursor: pointer;}
  #libs_img .thumbnail {
    padding: 0;
    box-shadow: none;
    border: none;
    margin: 5px;
    position: relative;
    border-radius: 0; }
  #libs_img .thumbnail:hover .caption {
    opacity: 1; }

#libs_img img {
  width: 100%; }

#libs_img .thumbnail .caption {
  padding: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .6s;
  transition: all .6s; }

#libs_img .thumbnail .caption p {
  border-left: 2px solid #121619;
  padding-left: 17px;
  text-transform: uppercase; }


.item .item-title a:hover{
    color:#0087cb;
}

.content p img{
    max-width: 100%;
    height: auto;
}

/*iframe.pdf_viewer{
    position: fixed;
    z-index: 10;
    width: 60%;
    display: block;
    margin: auto;}*/
/*Tablets , Mobiles*/
@media screen and (max-width: 768px)
{
    .mobile{
        display: block!important;
    }
}

@media (min-width: 1025px)
{
    .desktop{
        display: block!important;
    }
}