﻿
.feature-well {
    margin-bottom: 40px;
}


.content-item-list.css
/* general content items */
.item-other-news p, .sub-content-item p, #videos p, .blog-post p {
    color: #752936;
    padding: 15px 0px 50px;
    margin: 0px;
}


/* main content-item list */


.col {
    float: left;
    padding: 5px;
}


.content-item-img {
    width: 35%;
    padding-right: 25px;
}


.content-item-desc {
    width: 65%;
}


.content-item-elem {
    width: 100%;
}


.content-item-list {
    padding: 5px;
}


.content-item-list li {
    border-top: #ccc solid 1px;
    padding: 15px 0;
}


.content-item-list li:after {
    content: "";
    display: table;
    clear: both;
}


h4.content-item-header {
    margin: 0;
    border: none;
    padding: 0;
}
/*

    NEW LIST HOME PAGE **************

*/
.news_item {
    margin: 0px auto;
    width: 326px;
    height: auto;
    margin-bottom: 20px;
}
.news_item .news_img {
    width:100px;
    display:block;
    float:left;
    margin-right:12px;
    cursor:pointer;
}
.news_item .news_img div{
    height:80px;
    width:100px;
    display:block;
}
.news_item:hover div{
    opacity: 0.8 !important;
    filter: alpha(opacity=80) !important;
}

.news_item .news_info {
    float:left;
    width:200px;
    margin-right:12px;
    height:auto;
    margin-top:0px;
}
    .news_item .news_info span {
        color: #333;
        text-transform: uppercase;
        display: block;

        font-size: 13px;
        line-height: 18px;
    }
    .news_item .news_info a {
        color: #752936;
        text-decoration: none;
        clear: both;
        display: block;
        width: 99%;
        max-width:99%;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
    }
    .news_item .news_info a:hover {
        text-decoration:underline;
    }
@media(max-width:1499px) {
    .news_item {
        width: 280px;
    }
    .news_item .news_img {
        margin-right: 5px; 
        margin-bottom:15px;
    }
    .news_item .news_info {      
        width: 170px;
        margin-right: 5px; 
    }
}
@media(max-width:1190px) {
    .news_item {
        width: 380px;
    }

        .news_item .news_img {
            margin-right: 15px;
            margin-bottom: 15px;
        }

        .news_item .news_info {
            width: 250px;
            margin-right: 15px;
        }
}
@media(max-width:990px) {
    .news_item {
        width: 330px;
    }

        .news_item .news_img {
            margin-right: 10px;
            margin-bottom: 15px;
        }

        .news_item .news_info {
            width: 210px;
            margin-right: 10px;
        }
}
@media(max-width:720px) {
    .news_item {
        width: 100%;
        height:150px;
    }
    .news_item .news_img {
        margin-right: 0px; 
        margin-bottom:15px;
    }
    .news_item .news_info {
        float: none;
        width: 100%;
        margin-right: 0px; 
        clear:both;
    }
        .news_item .news_info span {
            font-size: 11px;
            width: 98%;
        }
        .news_item .news_info a {
            font-size: 13px;
            line-height:15px;
        }
}


/*

    ONE COLUMN LIST HOME PAGE **************

*/
.news-list-item {
    margin-bottom:20px;
    clear:both;
}
.news-list-item .news-img{
    width:18%;   
    margin-right:3%;
    float:left;
}
.news-list-item .news-img .div-fitter{   
    height:140px;   
}
.news-list-item .news-info {
    float: left;
    width:78%;
}
    .news-list-item .news-info a.news-title {
        text-decoration: none !important;
    }
.news-list-item .news-info a h3{
    border-bottom: none;
    padding-bottom: 0px;
    margin-top: 0px;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 18px;
}
.news-list-item .news-info a:hover h3{
    text-decoration:underline;
}
.news-list-item .news-info p, .news-list-item .news-info a.read-more{
    font-size: 15px;
    line-height: 18px;
}
.news-list-item .news-info a:hover h3{
    text-decoration:underline !important;
}

.news-list-item .news-info a.readmore {
    font-size: 14px;
    line-height: 16px;
    display: block;
    color: #0C5C70 !important;
    text-decoration: underline !important;
    text-transform: capitalize;
}

.news-list-item .news-info a.readmore:hover {
    color: #0A4A5A !important;
    font-weight: bold;
    text-decoration: underline !important;
    cursor: pointer;
}

@media(max-width:990px) {
   .news-list-item .news-img{
        width:24%;   
        margin-right:3%;
    }
    .news-list-item .news-img .div-fitter{   
        height:120px;   
    }
    .news-list-item .news-info {
        width:73%;
    }
}
@media(max-width:480px) {
    .news-list-item .news-img {
        width: 29%;
        margin-right: 3%;
    }
    .news-list-item .news-img .div-fitter {
        height: 100px;
    }
    .news-list-item .news-info {
        width: 68%;
    }
    .news-list-item .news-info p{
        display:none;
    }
}

/* feature well */
.feature-well h4 {
    padding: 0px 0px 25px 0px;
    font-weight: bold;
    border-top: 0px;
    margin: 0px;
    font-size: 28px;
}


.feature-well h1 {
    border-top: 0px;
    padding: 10px 0px 0px 0px;
    font-weight: 500;
    margin: 0px;
    color: #000;
}


.feature-image {
    padding: 0px;
}


/* sub-content items */


.sub-content-item {
    height: 125px;
}


    .sub-content-item p {
        text-decoration: underline;
    }


/* media queries */


@media (max-width: 990px) {

    .sub-content-item {
        height: auto;
    }
}


@media screen and (max-width: 767px) {

    .col {
        display: block;
        width: 100%;
        max-height: none;
    }


    .sub-content-item {
        height: auto;
    }


        .sub-content-item p {
            padding: 15px 0;
        }


    .content-item-summary {
        display: none;
    }
}

/*----- BLOG HOME LIST -----*/

.blog_block {
    background:#FFF;
    display:block;
    width:100%;
    margin-bottom:32px;
}
.blog_block a {
    text-decoration:none;
    transition:.3s;
    display:block;
}
    .blog_block a:hover {
        cursor: pointer;
        opacity: .9;
        filter: alpha(opacity=90);
    }
    .blog_block img.feature-image, 
    .blog_block div.feature-image {
        float: left;
        width: 45%;
        height:221px;
        display:block;
    }

    .blog_block h2 {
        color: #752936;
        float: left;
        display: block;
        width: 49%;
        margin: 0px 3% !important;
        font-size: 18px;
        /*here*/
        line-height: 23px;
        min-height: 46px;
        font-weight: bold;
        padding: 0px;
        border: none;
    }
    .blog_block h2.margin15t {
        margin-top:15px !important;
    }
    .blog_block h3 {
        color: #333;
        text-transform: uppercase;
        display: block;
        float: left;
        font-size: 14px;
        line-height: 14px;
        width: 49%;
        margin: 15px 3%;
        padding: 0px;
        border: none;
    }

    .blog_block span {
        color: #FFF;
        display: block;
        float: left;
        font-size: 14px;
        line-height: 14px;
        width: 40%;
        margin: 15px 3%;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        margin-left: -10px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .blog_block a:hover span {
        color: #333;
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity=100);
        margin-left: 3%;
    }
    /* RANDOM 3*/    
    .blog_list_random3 .blog_block div.feature-image
    {        
        height: 242px;       
    }
    .blog_block a.full-size img.feature-image,
    .blog_block a.full-size div.feature-image {
        width: 100%;
        height: 383px;
    }
    .blog_block a.small-size div.feature-image{
        height:178px;
    }

    .blog_block a.full-size h3 {
          width: 94%;
    }

    .blog_block a.full-size h2 {
          width: 94%;
    }
    .blog_block a.full-size .clean {
           width: 94%;
           height: 0px;
    }
   


    .widecol .blog_block h2 {        
        width: 40%;
    }
    .widecol .blog_block h3 {               
        width: 40%;       
    }
@media screen and (max-width: 1200px) {
    .blog_block,.widecol .blog_block {
        margin-bottom: 28px;
    }
    .blog_block div.feature-image {
        height: 188px;
    }
    /* RANDOM 3*/
    .blog_list_random3 .blog_block div.feature-image {
        height: 190px;
    }
    .blog_block a.full-size div.feature-image {
        height: 300px;
    }
    .blog_block a.small-size div.feature-image {
        height: 166px;
    }

        .blog_block a.full-size h2, .widecol .blog_block h2, .blog_block h2 {
            font-size: 19px !important;
            line-height: 20px;
            min-height:40px;
        }

        .blog_block a.full-size h3, .widecol .blog_block h3, .blog_block h3, .blog_block span {
            font-size: 13px;
            line-height: 13px;
        }
}

@media screen and (max-width: 992px) {

    .blog_block, .widecol .blog_block {
        margin-bottom: 22px;
    } 

    .blog_block img.feature-image,
    .blog_block div.feature-image
    {
        width:45% !important;
        height:223px !important;
    }
    /* RANDOM 3*/
    .blog_list_random3 .blog_block div.feature-image {
        /*height: 242px;*/
    }
    .blog_block a.full-size h2, .widecol .blog_block h2, .blog_block h2 {        
        width: 49%;
        margin: 0px 3% !important;   
    }

    .blog_block a.full-size h3,.widecol .blog_block h3, .blog_block h3 {        
        width: 49%;
        margin: 15px 3% 8px 3%;
    }
    .blog_block  .clean {
           width: 40% !important; height: 0px !important;
    }
}
@media screen and (max-width: 720px) {
    
    .blog_block div.feature-image {  
        height: 180px !important;
    }
    /* RANDOM 3*/
    .blog_list_random3 .blog_block div.feature-image {
        /*height: 242px;*/
    }
}
@media screen and (max-width: 580px) {


    .blog_block img.feature-image, .blog_block div.feature-image {
        width:100% !important;
        height:200px !important;
    }
    /* RANDOM 3*/
    .blog_list_random3 .blog_block div.feature-image {
        /*height: 242px;*/
    }
    .blog_block a.full-size h2, .widecol .blog_block h2, .blog_block h2 {
        width: 94%;
        margin-bottom:14px !important;      
    }

    .blog_block a.full-size h3, .widecol .blog_block h3, .blog_block h3 {
        width: 94%;       
    }
}
@media(min-width:991px) {
    .col-md-12 .blog_block img.feature-image,
    .col-md-12 .blog_block div.feature-image {
        height: 321px;
    }
}

    /* --- Article Page --- */
    #content-item-detail-header {
        background: #EFEFEF;
        display: block;
        width: 100%;
        position: relative;
        margin: 0px !important;
        margin-top: 0px !important;
    }

        #content-item-detail-header .article-image {
            width: 65%;
            float: left;
            min-height: 378px;
            background: #9f8c8c;
        }

        #content-item-detail-header .article-title {
            width: 35%;
            float: left;
        }

        #content-item-detail-header .article-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        #content-item-detail-header .article-title h1 {
            font-size: 30px !important;
            line-height: 40px !important;
            font-weight: bold !important;
            margin: 30px 30px 0px 30px;
            text-align: left;
            color: #333;
        }
                #content-item-detail-header .article-title h1.bellowtag {
                   margin-top: 15px;                    
                }
                #content-item-detail-header .article-title p.tag {
                    clear: both;
                    color: #752936;
                    text-transform: uppercase;
                    display: block;
                    padding: 0px;
                    margin: 25px 0px 0px 30px;
                    margin-bottom: 0px;
                    line-height: 20px !important;
                    font-size: 18px;
                }
        #content-item-detail-header .article-title span {
            font-size: 18px;
            line-height: 30px;
            margin: 0px 30px 0px 30px;
            text-align: left;
            color: #333;
        }

        #content-item-detail-header h2 {
            font-size: 14px;
            padding: 7px 14px;
            right: 30px;
            bottom: 30px;
            color: #FFF;
            border: 0px;
            margin: 0px;
            text-transform: uppercase;
            background: #333;
            position: absolute;
        }


    .article-content h1, .article-content h2, .article-content h3 {
        font-size: 36px;
        border: none;
        margin-top: 0px;
    }

    .article-content h2 {
        font-size: 30px;
    }

    .article-content h3 {
        font-size: 24px;
    }


    .article-content img {
        border: solid 10px #EFEFEF;
        margin: 10px;
        float: left;
    }
    .article-content .carousel-inner > .item > img {
        width: 100% !important;
    }
   .article-content a {
    color: #0C5C70 !important;
    text-decoration: underline !important;
}

    .article-content a:hover {
        color: #0A4A5A !important;
        text-decoration: underline !important;
        cursor: pointer;
    }

    a.btn-bu, .article-content a.btn-bu {
        text-decoration: none !important;
        color: #FFF !important;
    }
    p.tags {
        font-weight: bold;
        color: #333;
        text-transform: uppercase;
    }

        p.tags span {
            font-weight: normal;
            color: #600;
            text-transform: lowercase;
        }

    h1#search_results {
        display: inline-flex;
    }

        h1#search_results a {
            margin-left: 10px;
        }

            h1#search_results a i, h1#search_results a {
                color: #CCC;
            }

                h1#search_results a i:hover {
                    color: #333;
                }

    .article-content div.quote {
        margin: 50px auto;
        width: 30%;
        border-top: solid 1px #707070;
        border-bottom: solid 1px #707070;
    }

        .article-content div.quote p:first-child {
            font-size: 30px;
            line-height: 40px;
            margin: 30px -20% 0px -20%;
            width: 140%;
            color: #600;
            text-align: center;
        }

        .article-content div.quote p:nth-child(2) {
            font-size: 10px;
            line-height: 12px;
            margin: 0px auto 30px auto;
            color: #333;
            display: block;
            text-align: center;
        }

    .article-content blockquote {
        width: 44%;
        padding: 0px;
        margin: 0px auto;
        color: #600;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        border-left: none;
        clear: both;
    }

        .article-content blockquote:after {
            height: 1px;
            display: block;
            background: #707070;
            content: '';
            width: 60%;
            margin: 20px auto 30px auto;
        }

        .article-content blockquote:before {
            display: block;
            content: '';
            background: #707070;
            height: 1px;
            width: 60%;
            margin: 30px auto 20px auto;
        }

    h5.allposts a, h5.allposts {
        margin-top: 0px;
        padding-top: 0px;
        border-top-width: 0px;
        text-align: right;
    }

    .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
        border: none !important;
        margin-top: 10px !important;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
        font-weight: bold !important;
    }

    .article-content p {
        margin: 0px !important;
        margin-top: 20px !important;
    }

        .article-content>p:first-child, .article-content>div:first-child {
            margin-top: 30px !important;
        }

    .article-content a {
        color: #600;
        text-decoration: underline !important;
    }

    @media (max-width: 1200px) {
        #content-item-detail-header .article-title h1 {
            font-size: 20px !important;
            line-height: 30px !important;
            margin: 20px 20px 0px 20px;
        }

                #content-item-detail-header .article-title h1.bellowtag {
                    margin-top: 10px;
                }

                #content-item-detail-header .article-title p.tag {                   
                    margin: 20px 0px 0px 20px;                    
                    line-height: 15px !important;
                    font-size: 14px;
                }

        #content-item-detail-header .article-title span {
            font-size: 14px;
            line-height: 20px;
            margin: 0px 20px 0px 20px;
        }


        #content-item-detail-header h2 {
            font-size: 13px !important;
            padding: 5px 10px !important;
            right: 20px;
            bottom: 20px;
        }


        .article-content div.quote {
            margin: 30px auto;
        }


            .article-content div.quote p:first-child {
                font-size: 20px;
                line-height: 30px;
                margin: 20px -20% 0px -20%;
            }


            .article-content div.quote p:nth-child(2) {
                margin: 0px auto 20px auto;
            }


        .article-content p:first-child, .article-content div:first-child {
            margin-top: 20px !important;
        }
    }

    
    @media screen and (max-width: 990px) {

        #content-item-detail-header .article-title h1 {
            font-size: 16px !important;
            line-height: 20px !important;
            margin: 10px 10px 0px 10px;
        }
       
                #content-item-detail-header .article-title h1.bellowtag {
                    margin-top: 5px;
                }

                #content-item-detail-header .article-title p.tag {
                    margin: 10px 10px 0px 10px;
                    line-height: 14px !important;
                    font-size: 13px;
                }

        #content-item-detail-header .article-title span {
            font-size: 12px;
            line-height: 20px;
            margin: 0px 10px 0px 10px;
        }


        #content-item-detail-header h2 {
            font-size: 12px !important;
            padding: 5px 10px !important;
            right: 10px;
            bottom: 10px;
        }


        .article-content div.quote {
            margin: 20px auto;
        }


            .article-content div.quote p:first-child {
                font-size: 20px;
                line-height: 30px;
                margin: 10px -20% 0px -20%;
            }


            .article-content div.quote p:nth-child(2) {
                margin: 0px auto 10px auto;
            }
    }


    @media screen and (max-width: 767px) {


        #content-item-detail-header .article-image {
            width: 100%;
            clear: both;
        }


        #content-item-detail-header .article-title {
            width: 100%;
            clear: both;
            padding-bottom: 60px;
        }



            #content-item-detail-header .article-title h1 {
                font-size: 18px !important;
                line-height: 24px !important;
                margin: 20px 20px 0px 20px;
            }

                #content-item-detail-header .article-title h1.bellowtag {
                    margin-top: 12px;
                }

                #content-item-detail-header .article-title p.tag {
                    margin: 20px 10px 0px 20px;
                    line-height: 14px !important;
                    font-size: 13px;
                }

            #content-item-detail-header .article-title span {
                font-size: 12px;
                line-height: 20px;
                margin: 0px 20px 0px 20px;
            }


        #content-item-detail-header h2 {
            font-size: 12px !important;
            line-height: 12px !important;
            font-weight: normal;
            padding: 5px 10px !important;
            font-family: inherit;
            margin-top: 20px;
            right: 20px;
            bottom: 20px;
        }


        .article-content div.quote {
            margin: 20px auto;
        }


            .article-content div.quote p:first-child {
                font-size: 20px;
                line-height: 30px;
                margin: 10px -30% 0px -30%;
                width: 160%;
            }


            .article-content div.quote p:nth-child(2) {
                margin: 0px auto 10px auto;
            }
    }


    /* ---Blog posts List Page --- */


    .rowbr {
        clear: both;
        height: 20px
    }

    .blogpost-list {
        margin-top: 30px;
    }


        .blogpost-list ul li {
            border: 0px;
            border: none;
            min-height: 130px;
        }


            .blogpost-list ul li .col {
                padding: 0px;
            }



            /* new style List*/
            .blogpost-list ul li.new_style {
                background: #EFEFEF;
                padding: 10px;
                width: 49%;
                margin-right: 2%;
                border-top: solid 1px #CCCCCC;
                margin-bottom: 10px;
            }

                .blogpost-list ul li.new_style:nth-child(even) {
                    margin-right: 0px;
                }

                .blogpost-list ul li.new_style .content-item-img a img {
                    border: solid 6px #FFF;
                }

                .blogpost-list ul li.new_style .content-item-desc h4 a {
                    text-decoration: none;
                }

                    .blogpost-list ul li.new_style .content-item-desc h4 a:hover {
                        color: #333;
                    }

                .blogpost-list ul li.new_style .content-item-desc p {
                    margin-top: 10px;
                    margin-bottom: 0px;
                    font-size: 12px;
                    line-height: 14px;
                }

                    .blogpost-list ul li.new_style .content-item-desc p.summary {
                        display: none;
                    }

            .blogpost-list ul li.new_style {
                position: relative;
                min-height: 170px;
            }

                .blogpost-list ul li.new_style a.button {
                    background: #CCCCCC;
                    border-bottom: solid 3px #9B9B9B;
                    transition: 0.3s;
                    color: #333;
                    font-size: 13px;
                    line-height: 20px;
                    text-decoration: none;
                    text-align: center;
                    display: block;
                    padding: 2px 14px;
                    position: absolute;
                    right: 10px;
                    bottom: 10px;
                }

                    .blogpost-list ul li.new_style a.button:hover {
                        color: #FFF;
                        background: #9B9B9B;
                        border-bottom: solid 3px #727272;
                        text-decoration: none;
                    }

    @media screen and (max-width: 990px) {
        .blogpost-list ul li.new_style {
            width: 100%;
            margin-right: 0px;
        }
    }
    /* --- Featured Blog Post --- */
    ul li.feature-post {
        width: 100%;
        height: auto;
    }

        ul li.feature-post a {
            display: block;
            position: relative;
        }

            ul li.feature-post a img {
                width: 100%;
                height: auto;
            }


            ul li.feature-post a h3.blog-category {
                font-size: 10px;
                line-height: 10px;
                letter-spacing: 1px;
                display: block;
                padding: 8px 12px;
                top: 15px;
                left: 15px;
                position: absolute;
                color: #FFF;
                border: 0px;
                margin: 0px;
                text-transform: uppercase;
                background: #333;
            }

            ul li.feature-post a h2 {
                font-size: 20px;
                line-height: 24px;
                display: block;
                bottom: 0px;
                left: 0px;
                text-shadow: 4px 4px 8px #222;
                position: absolute;
                color: #FFF;
                border: 0px;
                margin: 0px;
                width: 100%;
                font-weight: bold;
                padding: 10px;
                background: rgba(0,0,0,0.5);
            }


    /* --- Three Columns and Two columns - Four and One --- */


.blog-post {
    margin-bottom:40px;
}
.blog-post .blog_img .div-fitter {
    position: relative;
    display: block;
    height: 270px;
}
.blogpostlist .col-md-4 .blog_img .div-fitter {
    height: 230px;
}
.blogpostlist .col-md-3 .blog_img .div-fitter {
    height: 190px;
}
.col-md-12 .blog_img .div-fitter {
    height: 440px;
}
@media screen and (max-width: 1400px) {
    .blog-post .blog_img .div-fitter {
        height: 220px;
    }
    .blogpostlist .col-md-4 .blog_img .div-fitter {
        height: 180px;
    }
    .blogpostlist .col-md-3 .blog_img .div-fitter {
        height: 140px;
    }
    .col-md-12 .blog_img .div-fitter {
        height: 380px;
    }
}
@media screen and (max-width: 990px) {
    .blog-post .blog_img .div-fitter {
        height: 140px;
    }
    .blogpostlist .col-md-4 .blog_img .div-fitter {
        height: 140px;
    }
    .blogpostlist .col-md-3 .blog_img .div-fitter {
        height: 140px;
    }
    .col-md-12 .blog_img .div-fitter {
        height: 280px;
    }
}

.blog-post a.blog_img:hover .div-fitter {
   opacity:0.8 !important;
   cursor:pointer;
}
.blog-post span.spapce {
    height:20px;
}
.blog-post a.btn-bu {
    font-size: 14px;
    clear: both;
    float: none;
    padding: 8px 16px;
    margin-top: 12px !important;
    border: none !important;
    background: #752936 !important;
    text-transform: uppercase !important;
}
    .blog-post a.btn-bu:hover {
        background: #511920 !important;
    }
.blog-post .blog-category {
    font-size: 10px;
    display: block;
    float: left;
    line-height: 10px;
    padding: 4px 8px;
    color: #FFF;
    border: 0px;
    letter-spacing: 1px;
    margin: 0px;
    text-transform: uppercase;
    background: #333;
    position: absolute;
    top: 10px;
    left: 10px;
}

            .blogpostlist .content-item-img {
                width: 33%;
                float:left;
                padding-right: 2% !important;
            }
                .blog-post .content-item-img .blog_img .div-fitter {                
                    height: 200px !important;
                }
           .blogpostlist .content-item-desc {
                width: 65%;
                float:left;
            }
            @media screen and (max-width: 1500px) {
                .blog-post .content-item-img .blog_img .div-fitter {
                    height: 150px !important;
                }
            }
            @media screen and (max-width: 1200px) {
                .blog-post .content-item-img .blog_img .div-fitter {
                    height: 100px !important;
                }
            }
            @media screen and (max-width: 990px) {
                .blog-post .content-item-img .blog_img .div-fitter {
                    height: 200px !important;
                }
                .blogpostlist .content-item-img, .blogpostlist .content-item-desc {
                    width: 100%;
                    float: none;
                    padding-right: 0px !important;
                }                   
            }
            .blogpostlist .first_blog-category {
                font-size: 10px;
                letter-spacing: 1px;
                display: inline;
                padding: 5px 10px;
                color: #FFF;
                border: 0px;                   
                text-transform: uppercase;
                background: #333;
            }


            .blog-post  h4 {
                display: block;
                margin-top: 0px;
                border-top:none;
                padding-top:10px;
                margin-bottom:10px;
                line-height: 24px;
                font-size: 22px;                
            }
            .blog-post h4 a {
                color: #752936;
                font-weight: bold;
                text-decoration:none;
            }
            .blog-post h4 a:hover {
                color: #511920;
                text-decoration: underline;
            }


            .blog-post  p {
                padding: 0px;
                font-size: 13px;
                line-height: 15px;
                margin-top: 5px;
                color: #333;
            }


/*Two COLUMN Square blob POst LIst -------------------------------------------- */

.blog-post .blog-portrait-img {   
    background: #752936;
    display: block;
}
.blog-post .blog-portrait-img .div-fitter{
    position: relative;
    display: block;
    height: 350px;
}
    .blog-post .blog-portrait-img .blog-category,
    .blog-post .blog-portrait-img p.tag,
    .blog-post .blog-portrait-img h4,
    .blog-post .blog-portrait-img .btn-bu {
        -webkit-transition: all.3s ease-in;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }
.blog-post .blog-portrait-img .blog-category{
    font-size: 10px;
    display: block;
    float: left;
    line-height: 10px;
    padding: 4px 8px;
    color: #FFF;
    border: 0px;
    letter-spacing: 1px;
    margin: 0px;
    text-transform: uppercase;
    background: #333;
    position: absolute;
    top: 10px;
    left: 10px;
}
.blog-post .blog-portrait-img p.tag {
    position: absolute;
    top: 80px;
    width:100%;
    text-align:center;
    clear: both;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    font-size: 13px !important;
    line-height: 13px !important;
    text-shadow: 2px 2px 5px #000 !important;
    padding: 0px 10px;
}
    .blog-post .blog-portrait-img h4 {
        position: absolute;
        top: 100px;
        width: 100%;
        padding: 10px;
        text-align: center;
        text-shadow: 2px 2px 10px #000 !important;
        color: #FFF;
        border: none;
        line-height: 28px;
        font-size: 26px;
    }
.blog-post .blog-portrait-img .btn-bu{
    position: absolute;
    bottom: 60px;
    width: 30%;
    left: 35%;
    text-align: center;
    display: block;
    background: #FFF !important;
    color: #752936 !important;
    font-size: 13px;
    text-transform: uppercase !important;
    border: none !important;
    box-shadow: 2px 2px 10px #000;
}
.blog-post .blog-portrait-img:hover .div-fitter{
    opacity:0.8 !important;
}
    
.blog-post .blog-portrait-img:hover p.tag {
    top: 60px;
}
    .blog-post .blog-portrait-img:hover h4 {
        top: 80px;
    }
.blog-post .blog-portrait-img:hover .btn-bu{
    bottom: 40px;
}
@media(max-width:768px) {
    .blog-post .blog-portrait-img .div-fitter {
        background-size: cover !important;
    }
}




/* -- FONT SIZES H4 and P --  */
.blogpostlist .blog-post h4, .blogpostlist .blog-post h4 a {
    line-height: 28px;
    font-size: 26px;
    display: block;
}

.blogpostlist .blog-post p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
}

.blogpostlist .col-md-4 h4, .blogpostlist .col-md-4 h4 a {
    line-height: 26px;
    font-size: 24px;
}

.blogpostlist .col-md-4 p {
    font-size: 15px;
    line-height: 17px;
    margin-top: 10px;
}

.content-item-desc h4, .content-item-desc h4 a, .blog-post .content-item-desc h4 a span {
    line-height: 24px !important;
    font-size: 22px !important;
}
.blogpostlist .col-md-3 h4, .blogpostlist .col-md-3 h4 a {
    line-height: 24px;
    font-size: 22px;
}
.blogpostlist .col-md-3 p, .content-item-desc p {
    font-size: 15px;
    line-height: 17px;
    margin-top: 10px;
}

.blogpostlist .col-md-12 h4, .blogpostlist .col-md-12 h4 a {
    line-height: 32px;
    font-size: 30px;
}

.blogpostlist .col-md-12 p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
}
.bp_aligned h4, .blogpostlist .col-md-3 h4 {
                                        height: 48px;
                                    }
                                    
                                    .bp_aligned p, .blogpostlist .col-md-3 p {
                                        height: 84px;
                                    }
@media screen and (max-width: 1500px) {
    .content-item-desc h4, .blog-post .content-item-desc h4 a, .blog-post .content-item-desc h4 a span {
        line-height: 20px !important;
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1200px) {
    .content-item-desc p {
        display: none;
    }
    .content-item-desc p.tag {
        display: block;
    }
}


@media screen and (max-width: 990px) {
    .blogpostlist .blog-post h4 {
        line-height: 24px !important;
        font-size: 22px !important;
    }
    .blog-post .content-item-desc h4,
    .blog-post .content-item-desc h4 a,
    .blog-post .content-item-desc h4 a span {
        line-height: 20px !important;
        font-size: 18px !important;
    }
    .blogpostlist .col-sm-6 h4 {
        height: auto !important;
    }

    .blogpostlist .blog-post p {
        font-size: 14px !important;
        line-height: 16px !important;
        margin-top: 10px;
    }

    .content-item-desc p {
        display: block;
    }

    .content-item-desc .first_blog-category {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .blogpostlist .col-sm-6 h4 {
        height: auto;
    }
}

/* ----- 4 blog post aLigned ------------------------ */


.bp_aligned h4, .blogpostlist .col-md-3 h4 {
    height: 58px;
    height: auto;
}

.bp_aligned p, .blogpostlist .col-md-3 p {
    height: 84px;
    height: auto;
    margin-bottom: 10px;
}

@media screen and (max-width: 1500px) {
    .bp_aligned p, .blogpostlist .col-md-3 p {
        height: 104px;
        height: auto;
    }
}

@media screen and (max-width: 1200px) {
    .bp_aligned h4, .blogpostlist .col-md-3 h4 {
        height: 72px;
        height: auto;
    }

    .bp_aligned h4 a, .blogpostlist .col-md-3 h4, .blogpostlist .col-md-3 h4 a {
        line-height: 20px !important;
        font-size: 18px !important;
    }

    .bp_aligned p, .blogpostlist .col-md-3 p {
        height: 124px;
        height: auto;
        line-height: 16px !important;
        font-size: 14px !important;       
    }
}

@media screen and (max-width: 990px) {
    .bp_aligned h4, .blogpostlist .col-md-3 h4 {
        height: 58px;
        height: auto;
    }

    .bp_aligned p, .blogpostlist .col-md-3 p {
        height: 64px;
        height: auto;        
    }
}
@media screen and (max-width: 768px) {
    .bp_aligned h4, .blogpostlist .col-md-3 h4, .bp_aligned p, .blogpostlist .col-md-3 p {
        height: auto;
    }
}

.content-item-desc .first_blog-category {
    float: left;
    display: block;
    line-height: 10px;
}
.content-item-desc h4, .content-item-desc p.tag {
    clear: both;
}
.blogpostlist p.tag {
    clear: both;
    color: #752936;
    text-transform: uppercase;
    display: block;
    padding-top: 10px;
    font-size: 13px !important;
    line-height: 13px !important;
}
.blogpostlist a.readmore {
    font-size: 14px;
    line-height: 16px;
    display: block;
    color: #0C5C70 !important;
    text-decoration: underline !important;
    text-transform: capitalize;
}

.article-content a.readmore:hover {
    color: #0A4A5A !important;
    font-weight: bold;
    text-decoration: underline !important;
    cursor: pointer;
}
/*****************************************************/
.clean {
    clear: both;
    display: block;
}

    .space {
        height: 20px;
    }
    /* -- ONE BLOG POST - WHITE FONT  --*/
    .white_font {
        margin: 170px 80px 0px 80px;
    }

    @media(max-width:1400px) {
        .white_font {
            margin: 100px 80px 0px 80px;
        }
    }

    .white_font h2, .white_font p, .white_font a {
        color: #FFF;
        text-shadow: 2px 2px 15px #000000 !important;
    }

    .white_font h2 {
        font-weight: bold;
        font-size: 40px;
        line-height: 42px;
    }

    .white_font p {
        font-size: 20px;
        line-height: 23px;
    }

    .white_font a {
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: underline;
        margin-top: 20px;
        display: block;
    }

        .white_font a:hover {
            cursor: pointer;
        }

    @media(max-width:767px) {
        .white_font {
            margin: 0px 20px;
        }

            .white_font h2, .white_font p, .white_font a {
                text-shadow: 2px 2px 15px #000000 !important;
            }

            .white_font h2 {
                font-size: 22px;
                line-height: 24px;
                margin-top: 20px !important;
            }

            .white_font p {
                display:none;
            }

            .white_font a {
                font-size: 14px;
                line-height: 16px;
                margin-top: 10px;
            }
    }


    /* --- SLIDER TITLE BLOG POST  --- */

    #slider-title-blog-post .item {
        margin: 0px 15%;
        min-height: 170px;
        padding-bottom: 20px;
    }

    #slider-title-blog-post .carousel-control.left, #slider-title-blog-post .carousel-control.right {
        background: none !important;
        height: 250px;
    }

    .gray_row #slider-title-blog-post .carousel-control.left, 
    .gray_row #slider-title-blog-post .carousel-control.right {
   
        height: 210px !important;
    }

.article-content a.carousel-control,
.article-content a.carousel-control:hover,
a.carousel-control,
a.carousel-control:hover {
    color: #FFF !important;
    background: none !important;
    top: 30px !important;
    opacity: 0.5;
}
    #slider-title-blog-post .item h4 {
        color: #ebb526;
        margin-top: 50px;
        margin-bottom: 14px;       
        font-size: 26px;
        line-height: 32px;
    }

    .img-banner #slider-title-blog-post .item h4 {
        color: #ebb526;
        margin-top: 70px;
        margin-bottom: 14px;
        text-shadow: 2px 2px 15px #000000 !important;
        font-size: 34px;
        line-height: 37px;
    }

    #slider-title-blog-post .item a.btn {
        background: rgba(255,255,255,.8) !important;
        transition: 0.4s all;
        text-decoration: none;
        border-radius: 2px;
        padding: 8px 30px;
        font-weight: normal;
    }

        #slider-title-blog-post .item a.btn:hover {
            background: rgba(255,255,255,1) !important;
            cursor: pointer;
        }
    @media(max-width:990px){
        #slider-title-blog-post h4{
        font-size:22px !important;
       }
        .img-banner #slider-title-blog-post h4 {
            font-size: 30px !important;
        }
    }
    @media(max-width:768px) {

        #slider-title-blog-post .carousel-control.left, 
        #slider-title-blog-post .carousel-control.right {
            height: 220px;
        }

        #slider-title-blog-post .item h4 {
            margin-top: 40px;
            margin-bottom: 10px;
            font-size: 20px;
            line-height: 24px;
        }
        .img-banner #slider-title-blog-post h4 {
            font-size: 26px !important;
            line-height: 30px;
        }
          #slider-title-blog-post .item{
           min-height: 140px;
          }
        #slider-title-blog-post .item a.btn {
            padding: 6px 15px;
        }
    }

    /* --- Image Slider ---- */
    .main-text {
        position: absolute;
        top: 50px;
        width: 96.66666666666666%;
        color: #FFF;
    }

    .btn-min-block {
        min-width: 170px;
        line-height: 26px;
    }

    .btn-clear {
        color: #FFF;
        background-color: transparent;
        border-color: #FFF;
        margin-right: 15px;
    }

        .btn-clear:hover {
            color: #000;
            background-color: #FFF;
        }

    .article-content .carousel-inner img {
        border: none;
        margin-right: 0px;
    }

    .carousel-caption {
        bottom: inherit;
        width: 100%;
        background: rgba(0,0,0,0.5);
        height: auto;
        padding: 10px 0px;
        top: 0px;
        left: 0px;
        right: 0px;
        font-size: 14px;
        line-height: 16px;
        display: none;
    }

    .open_capt {
        display: block;
    }

    .carousel-caption p {
        display: block;
        clear: both;
        width: 90%;
        margin: 0px auto !important;
        text-align: left;
    }

    .carousel-control {
        color: #FFF !important;
    }

    .article-content .carousel-inner .fa {
        color: #FFF;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
        cursor: pointer;
        position: absolute;
        z-index: 1000;
        top: 10px;
        right: 10px;
    }

        .article-content .carousel-inner .fa:hover {
            cursor: pointer;
        }

    .article-content .carousel-inner .fa-minus-circle {
        display: none;
    }

    .item-wht .carousel-caption {
        color: #000;
        text-shadow: 0 1px 2px rgba(255,255,255,.6);
        background: rgba(255,255,255,.5);
    }

    .item-wht .fa, .article-content .carousel-inner .item-wht .fa {
        color: #000;
        text-shadow: 0 1px 2px rgba(255,255,255,.6);
    }

    div.feature_news a {
        display: block;
        line-height: 20px !important;
        font-size: 16px !important;
        margin-top: 12px;
        color: #752936 !important;
        text-decoration: none !important;
        cursor: pointer;
    }

    div.feature_news img {
        width: 100%;
        height: auto;
    }

    div.feature_news a:hover {
        text-decoration: underline !important;
        color: #511920 !important;
    }

/*----- ----------- News Blocks List ---------- --------- */

.news_blocks_list .news_block {
    margin-bottom: 25px;
}

.news_blocks_list .white_news {
    padding-top: 140px;
}

.news_blocks_list .news_block .div-fitter {
    height: 280px;
    position: relative;
}


.news_blocks_list .news_block a {
    width: 100%;
    text-decoration: none !important;
}

    .news_blocks_list .news_block a h2 {
        color: #FFF;
        font-weight: bold;
        text-shadow: 2px 2px 15px #000 !important;
        width: 92%;
        margin: 0px auto;
        padding-top: 200px;
        font-size: 22px;
    }

.news_blocks_list .main_news a h2 {
    font-size: 36px;
    padding-top: 36px;
}



.news_blocks_list .news_block .light_red_bg h2,
.news_blocks_list .news_block a .red_bg h2,
.news_blocks_list .news_block a .white_bg h2,
.news_blocks_list .news_block a .white_bg {
    -webkit-transition: all.3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}


.news_blocks_list .news_block a:hover .light_red_bg h2 {
    padding-top: 180px;
}

.news_blocks_list .main_news a:hover .light_red_bg h2 {
    padding-top: 20px;
}

.news_blocks_list .news_block a .light_red_bg h2:after {
    content: "";
    display: block;
    width: 0%;
    border-top: solid 2px #FFF;
    margin-top: 10px;
    -webkit-transition: all.5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.news_blocks_list .news_block a:hover .light_red_bg h2:after {
    width: 100%;
}

.news_blocks_list .news_block a h6 {
    font-size: 14px;
    color: #FFF;
    text-shadow: 2px 2px 15px #000 !important;
    position: absolute;
    bottom: 10px;
    right: 4%;
    margin: 0px;
    z-index: 999;

    display:none !important;
}

.news_blocks_list .news_block .red_bg,
.news_blocks_list .news_block .white_bg,
.news_blocks_list .news_block .light_red_bg {
    background: rgba(117,41,54,.3);
    width: 100%;
    height: 280px;
    -webkit-transition: all.3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.news_blocks_list .news_block .white_bg {
    background: rgba(255,255,255,.7);
    height: 140px;
}

.news_blocks_list .news_block .light_red_bg {
    background: rgba(117,41,54,.2);
}

.news_blocks_list .news_block a:hover .red_bg {
    background: rgba(117,41,54,.6);
}

.news_blocks_list .news_block a:hover .white_bg {
    background: rgba(255,255,255,.9);
}

.news_blocks_list .news_block a:hover .light_red_bg {
    background: rgba(117,41,54,.4);
}

.news_blocks_list .news_block .red_bg h2,
.news_blocks_list .news_block .white_bg h2 {
    padding-top: 10px;
    font-size: 18px;
}

.news_blocks_list .news_block .white_bg h2,
.news_blocks_list .news_block .white_bg h6 {
    color: #752936;
    text-shadow: 2px 2px 15px #FFF !important;
}


.news_blocks_list .news_block a:hover .red_bg h2,
.news_blocks_list .news_block a:hover .white_bg h2 {
    padding-top: 20px;
}

.news_blocks_list .news_block a:hover .white_news {
    padding-top: 100px;
}

.news_blocks_list .news_block a:hover .white_bg {
    height: 180px;
}

@media(max-width:990px) {
    .news_blocks_list .news_block .div-fitter {
        padding-top: 140px !important;
    }

    .news_blocks_list .news_block .light_red_bg,
    .news_blocks_list .news_block .red_bg {
        background: rgba(255,255,255,.7);
        height: 130px;
    }

    .news_blocks_list .news_block a:hover .light_red_bg,
    .news_blocks_list .news_block a:hover .red_bg {
        background: rgba(255,255,255,.9);
    }


    .news_blocks_list .news_block .white_bg h2,
    .news_blocks_list .news_block .white_bg h6,
    .news_blocks_list .news_block .light_red_bg h2,
    .news_blocks_list .news_block .light_red_bg h6,
    .news_blocks_list .news_block .red_bg h2,
    .news_blocks_list .news_block .red_bg h6 {
        color: #752936;
        text-shadow: 2px 2px 15px #FFF !important;

        font-size:13px;
    }

    .news_blocks_list .news_block .white_bg h2,    
    .news_blocks_list .news_block .light_red_bg h2,    
    .news_blocks_list .news_block .red_bg h2,
    .news_blocks_list .main_news a h2{
        color: #752936;
        text-shadow: 2px 2px 15px #FFF !important;

        padding-top: 20px;
        font-size: 16px;
    }



    .news_blocks_list .news_block a:hover .light_red_bg h2,
    .news_blocks_list .news_block a:hover .red_bg h2,
    .news_blocks_list .news_block a:hover .white_bg h2,
    .news_blocks_list .main_news a:hover .light_red_bg h2 {
        padding-top: 10px;
    }

    .news_blocks_list .news_block a .light_red_bg h2:after,
    .news_blocks_list .news_block a .red_bg h2:after,
    .news_blocks_list .news_block a .white_bg h2:after {
        content: "";
        display: block;
        width: 0%;
        border-top: solid 2px #752936;
        margin-top: 10px;
        -webkit-transition: all.5s ease-in;
        -moz-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        transition: all .5s ease-in;
    }

    .news_blocks_list .news_block a:hover .light_red_bg h2:after,
    .news_blocks_list .news_block a:hover .white_bg h2:after,
    .news_blocks_list .news_block a:hover .red_bg h2:after {
        width: 100%;
    }
}
.yellow_row .blog_block h2 {
    color: #8D6D17;
}

/*----- ----------- Video Template ---------- --------- */

#video_section {
    padding: 60px 0px;
}

    #video_section h3 {
        margin-bottom: 20px;
        height: 40px;
    }

    #video_section a {
        display: block;
        width: 92%;
        margin: 0px auto;
        color: #FFF !important;
        text-decoration: none !important;
        text-transform: inherit;
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
    }

        #video_section a:hover {
            cursor: pointer;
        }

        #video_section a img.thumbvideo {
            -webkit-transition: all .3s ease-in;
            -moz-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in;

            width: 100%;
            height: auto;
            margin: 0px;
            margin-bottom: 10px;
            display: block;
        }

        #video_section a:hover img.thumbvideo {
            opacity: 0.8;
        }

    #video_section .vid_popup {
        position: relative;
        display: block;
    }
        #video_section .vid_popup:hover {
            cursor: pointer;
        }
        #video_section .vid_popup .playicon {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -35px;
            margin-left: -35px;
            width: 70px;
            height: auto;
        }

    #video_section .col-md-6 .vid_popup .playicon {
        margin-top: -60px;
        margin-left: -60px;
        width: 120px;
    }



#video_popup_wrap {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.74);
    z-index: 1002;
}

.video100wide{    
    padding-bottom: 55%;
}

#video_popup-overlay {
  position: fixed;
  z-index:905;
  width: 70%;
  height: auto;
  left: 15%;
  text-align: center;  
  display:none;
  color:#FFF;
  padding:20px;
  top:80px;
box-shadow: 0 0 12px rgba(0,0,0,.7);
}

@media (max-width: 1100px) { 
#video_popup-overlay {
  width: 80%;
  left: 10%;
}
}
@media (max-width: 768px) {  
#video_popup-overlay {
  width: 100%;
  left: 0%;
  top:0px;
}
}
@media (max-width: 576px) {  
#video_popup-overlay {
  width: 100%;
  left: 0%;
  top:0px;
}
}
.popup_active {  
  display:block !important;
}
.video_close_popup{
  position:absolute;
  top:0px;
  right:0px; 
    
    color:#FFF;
    font-size: 20px;
    line-height: 20px;
    display: block;
    padding: 0px;
    font-weight: bold;
    border-radius: 21px;
    transition: .3s;
    z-index: 910;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold !important;
    opacity:0.8;
}
.video_close_popup:hover{
  color:#FFF;
  cursor:pointer;
  opacity:1;
}


@media(max-width:990px) {
    #video_section .col-md-6 .vid_popup .playicon {
        margin-top: -35px;
        margin-left: -35px;
        width: 70px;
    }
}
/*

    EVENTS LIST ----------- -------- ------------- 

*/
ul.events-list {
    list-style-type: none;
    display: block;
}
.content-sidebar ul.events-list {
    background: none !important;
}
.events-list li {
    border-top: 1px solid #dedede;
    border-bottom: none !important;
    padding: 10px 0px;
    margin: 0px;
    min-height: 73px;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.events-list li a{
    display:block;
    clear:both;
    line-height: 20px;
}
.content-sidebar ul.events-list li a {
    background: none !important;
    padding: 0px;
}
.events-list li a span.event-date{
    font-size: 14px;
    float: left;
    display: block;
    background: #752936;
    color: #FFF;
    padding: 6px 8px;
    margin-right: 10px;
    text-transform: uppercase;
    text-align: center;

    -o-transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.events-list li a span.title{
    display:inline;
    font-size: 16px;
    color: #333;
    font-weight:bold;
}
.events-list li:hover {
    background:#EFEFEF;
}
.events-list li a:hover {
    cursor:pointer;
    text-decoration:none;
}
.events-list li a:hover span.event-date{
    background: #511920;
}
.events-list li a:hover span.title{
    
}
