@charset "utf-8";

/* Facebook Plugin */
#fb-root {
    display: none;
}

.fb-comments {
    width: 100% !important;
}

.fb-comments iframe[style] {
    width: 100% !important;
}

.fb-like-box {
    min-width: 280px;
    width: 100% !important;
}

.fb-like-box iframe[style] {
    min-width: 280px;
    width: 100% !important;
}

.fb-comments span {
    width: 100% !important;
}

.fb-comments iframe span[style] {
    width: 100% !important;
}

.fb-like-box span {
    min-width: 280px;
    width: 100% !important;
}

.fb-like-box iframe span[style] {
    min-width: 280px;
    width: 100% !important;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
}

@media (min-width:768px) {
    .div-table {
        display: table;
        border-collapse: collapse;
    }

    .div-table .row {
        display: table-row;
    }

    .div-td {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (max-width: 768px) {
    .fbBox {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    .textwidget li {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .itemTitle{
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-height: 25px;
    }
    .newsList .itemList.newsListType2 .item .itemContent{
        max-height: 70px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }

    .navbar-collapse .menu-sidebar {
        float: right;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 1200px) {
    .footerNav li {
        padding: 0px 10px;
    }
}

@media (max-width: 360px){
    .pager .previous > a {
        float: none;
    }

    .pager .next > a {
        float: none;
    }

    .pager li > a,
    .pager li > span {
        display: block;
        margin: 10px 0;
    }
}

@media (max-width: 991px) {
    #masthead .navbar-text {
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 0;
    }

    #masthead.navbar .navbar-nav > li > a {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .navbar-nav {
        margin-top: 0;
    }

    #masthead .sidebar-widget {
        padding-left: 0;
        margin-left: 0;
        padding: 8px 15px 8px 0;
    }

    .top-search {
        text-align: left;
    }

    .menu-sidebar form + i.fa-search {
        display: none;
    }

    #masthead .search-close {
        top: 0;
        width: auto;
    }

    #masthead.navbar-scrolled .menu-sidebar .search-close {
        width: auto;
    }

    #masthead.navbar-scrolled .navbar-text {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #slider-flex12 .slides header {
        margin: 3% auto;
    }

    #slider-flex12 .slides h1 {
        font-size: 30px;
    }

    #slider-flex12 .slides h3 {
        font-size: 20px;
    }
}

@media (max-width: 1199px) and (min-width: 992px){
    #masthead .nav > li > a{padding-left: 10px;padding-right: 10px;}
}

@media (max-width: 767px){
    .footerNav li {
        display: block;
        padding: 5px 0px;
        border-right: none;
    }

    #slider-flex12 .slides header {
        margin: 0;
    }

    #slider-flex12 .slides h1 {
        font-size: 16px;
    }

    #slider-flex12 .slides h3 {
        font-size: 14px;
        margin: 0;
    }

    #slider-flex12 .slides .btn- {
        font-size: 14px;
        margin: 0;
    }

    .post-related-post h4 {
        bottom: 36px;
    }

    .post-related-post h4 small {
        opacity: 1;
        bottom: -24px;
    }
    .idbnSec .condensed{
        padding-top: 0px;
    }
}