﻿.box-header {
    margin-bottom: 15px;
    margin-top: 50px;
}

    .box-header h4 {
        font-size: 16px;
        display: inline-block;
        position: relative;
        padding-right: 40px;
        padding-left: 30px;
        border-radius: 20px;
        color: #999;
        height: 30px;
        line-height: 30px;
        box-shadow: 0px 1px 4px #999;
    }

        .box-header h4:after {
            content: "";
            position: absolute;
            height: 40px;
            width: 40px;
            background-color: #fff;
            right: -10px;
            border-radius: 25px;
            top: -5px;
            box-shadow: 0px 1px 4px #999;
            background-image: url(../Images/PageTitle.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 70% 70%;
        }

.post-container {
    margin-bottom: 30px;
}

.post-header {
    margin-bottom: 10px;
}

.post-headline {
    font-size: 16px;
}

.post-onheadline {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

    .post-onheadline:empty {
        margin-bottom: 0;
    }


.post-date {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    color: #999;
}

    .post-date i {
        font-size: 16px;
        margin-left: 5px;
        vertical-align: sub;
    }


.post-share-box {
}

    .post-share-box a {
        display: inline-block;
        margin-right: 20px;
    }

    .post-share-box span {
        display: inline-block;
        cursor: pointer;
    }

        .post-share-box a:hover, .post-share-box span:hover {
            opacity: .6;
            filter: alpha(opacity=60);
        }

    .post-share-box img {
        height: 20px;
    }


.post-lead {
    border: #eee 1px solid;
    border-right: 3px solid #0c0;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 2.5;
}

.post-content {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 2.5;
    text-align: justify;
    color: #000;
}

.post-img-top {
    text-align: center;
}

    .post-img-top img {
        margin: 0 auto 30px auto;
        display: block;
    }

.post-keywords {
    margin-bottom: 20px;
}

    .post-keywords li {
        display: inline-block;
        margin: 0px 5px;
    }

    .post-keywords a {
        background-color: #eee;
        padding: 0px 10px;
        border-radius: 4px;
        color: #888;
    }

        .post-keywords a:hover {
            background-color: #777;
            color: #fff;
        }

.relative-carousel {
}

    .relative-carousel .item {
        padding: 0 50px;
    }

    .relative-carousel .carousel-control {
        width: 50px;
        font-size: 40px;
    }

    .relative-carousel .relative-item {
        margin: 10px 0;
        padding: 10px 15px;
    }

        .relative-carousel .relative-item:hover {
            box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
        }

        .relative-carousel .relative-item a {
            display: block;
            color: #777;
        }

        .relative-carousel .relative-item:hover a {
            color: #e00613;
        }

    .relative-carousel .relative-img-box {
        height: 150px;
        margin-bottom: 10px;
        overflow: hidden;
        text-align: center;
    }

        .relative-carousel .relative-img-box img {
            height: 100%;
        }

    .relative-carousel .relative-item h5 {
        height: 50px;
        line-height: 26px;
        text-align: center;
    }
/**************************************News Navbar****************************/
.nav-news {
    margin-bottom: 20px;
    border-radius: 0;
}

    .nav-news .navbar-nav > li > a, .nav-news .navbar-nav > li > a:focus, .nav-news .navbar-nav > li > a:active, .nav-news .navbar-nav > li > a:visited {
        color: #fff;
        padding: 15px;
        outline: none;
    }

        .nav-news .navbar-nav > li > a:hover, .nav-news .navbar-nav > li > a.selected {
            color: #000;
        }

    .nav-news .navbar-collapse {
        /*padding:0;*/
    }

    .nav-news .navbar-brand {
        color: #000;
    }

        .nav-news .navbar-brand:hover {
            color: #000;
        }

    .nav-news .navbar-toggle span {
    }

    .nav-news .navbar-toggle:hover span {
        background-color: #000 !important;
    }

@media (min-width : 768px) {
    .nav-news .navbar-brand {
        display: none;
    }
}
/********************************* Updated News Box ***************************/
.news-box {
    margin-bottom: 50px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0, .3);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0, .3);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0, .3);
    /*padding-bottom: 10px;*/
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out; /* firefox */
    -webkit-transition: all .3s ease-in-out; /* safari and chrome */
    -o-transition: all .3s ease-in-out; /* opera */
    -ms-transition: all .3s ease-in-out;
    background:white;
}

    .news-box:hover {
        box-shadow: 0 2px 5px 0 rgba(0,0,0, .6);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0, .6);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0, .6);
    }

.news-img {
    height: 200px;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    border: 1px solid transparent;
}

    .news-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        border-radius: 10px 10px 0 0;
    }

.news-info {
    text-align: center;
}

    .news-info .news-date {
        font-size: 12px;
        color: #777;
    }

.news-headline {
}

    .news-headline a {
        color: #212631;
        outline: none;
    }

    .news-headline h4 {
        text-align: center;
        height: 50px;
        line-height: 1.3;
        font-size: 16px;
    }

.news-summary {
    text-align: center;
    line-height: 1.5;
    font-size: 11px;
    color: #777;
    padding: 0 10px;
    height: 60px;
    overflow: hidden;
}

.zone-container {
    margin-bottom: 20px;
}

.zone-box {
    display: block;
    height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    outline: none;
}

    .zone-box::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        opacity: .6;
        background: linear-gradient(to top, #000 0%, rgba(0,0,0,.4) 100%);
        width: 100%;
        height: 100%;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out; /* firefox */
        -webkit-transition: all .3s ease-in-out; /* safari and chrome */
        -o-transition: all .3s ease-in-out; /* opera */
        -ms-transition: all .3s ease-in-out;
    }

    .zone-box:hover::after {
        opacity: 0;
    }

    .zone-box img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.zone-info {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
    color: #fff;
    z-index: 2;
}

.zone-date {
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #fff;
    color: #000;
    border-radius: 10px 0 0 10px;
}

.zone-headline {
    padding: 5px 10px;
    height: 45px;
    font-size: 18px;
    overflow: hidden;
}

@media (min-width : 768px) {
    .zone-box {
        height: 350px;
    }

    .zone-headline {
        height: 60px;
        font-size: 24px;
    }
}
/********************************* Pagination Box *****************************/
.pagination-box {
    margin: 30px 0;
}

    .pagination-box ul {
        text-align: center;
    }

    .pagination-box li {
        display: inline-block;
        font-size: 12px;
    }

        .pagination-box li a {
            color: #444;
            padding: 0px 5px;
            display: block;
            text-align: center;
            font-size: 12px;
            height: 32px;
            line-height: 32px;
            min-width: 22px;
            margin: 0 1px;
            position: relative;
            border-bottom: 1px solid transparent;
        }

        .pagination-box li span {
            color: #444;
            padding: 0px 5px;
            display: block;
            text-align: center;
            font-size: 12px;
            height: 32px;
            line-height: 32px;
            min-width: 22px;
            margin: 0 1px;
            position: relative;
            border-bottom: 1px solid transparent;
        }

        .pagination-box li.next,
        .pagination-box li.prev,
        .pagination-box li.first,
        .pagination-box li.last {
        }

            .pagination-box li.first a {
                margin-right: 0;
            }

            .pagination-box li.last a {
                margin-left: 0;
            }

        .pagination-box li.dots {
            cursor: default;
            padding: 0;
        }

        .pagination-box li.active a {
            border-bottom: 1px solid #2196F3;
            color: #2196F3;
        }

        .pagination-box li.disabled {
            color: gray;
        }

        .pagination-box li i {
            font-size: 12px;
            vertical-align: sub;
        }



@media(min-width:768px) {
    .pagination-box li {
        font-size: 14px;
    }

        .pagination-box li a {
            padding: 0px 10px;
            font-size: 14px;
            margin: 0 5px;
            min-width: 34px;
        }

        .pagination-box li span {
            padding: 0px 10px;
            font-size: 14px;
            margin: 0 5px;
            min-width: 34px;
        }

        .pagination-box li i {
            font-size: 14px;
        }
}

.news-catname {
    width:100%;
    padding:5px;
    color:#aaa;;
    background:#f5f5f5;
    opacity:.8;
    font-size:10px;
    text-align:center;
    display:block;
}
.lastArticleHeader {
    padding-right:20px;
    font-size:14px;
}