﻿.post-item {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
    /*Styles*/
    /*Types*/
}

    .post-item .post-item-wrap {
        background-color: #ffffff;
        position: relative;
        /*overflow: hidden;*/
    }

    .post-item img {
        width: 100%;
        height: auto;
    }

    .post-item .post-image,
    .post-item .post-slider,
    .post-item .post-video,
    .post-item .post-audio,
    .post-item .post-quote-img {
        margin: 0;
        position: relative;
        padding: 0;
    }

        .post-item .post-image .post-meta-category,
        .post-item .post-slider .post-meta-category,
        .post-item .post-video .post-meta-category,
        .post-item .post-audio .post-meta-category,
        .post-item .post-quote-img .post-meta-category {
            background: #bfbfbf;
            color: #ffffff;
            font-size: 13px;
            padding: 2px 16px;
            border-radius: 50px;
            position: absolute;
            right: 10px;
            top: 11px;
            z-index: 3;
            margin-right: 0;
        }

            .post-item .post-image .post-meta-category i,
            .post-item .post-slider .post-meta-category i,
            .post-item .post-video .post-meta-category i,
            .post-item .post-audio .post-meta-category i,
            .post-item .post-quote-img .post-meta-category i {
                margin-right: 4px;
            }

            .post-item .post-image .post-meta-category a,
            .post-item .post-slider .post-meta-category a,
            .post-item .post-video .post-meta-category a,
            .post-item .post-audio .post-meta-category a,
            .post-item .post-quote-img .post-meta-category a {
                color: #ffffff !important;
            }

        .post-item .post-quote-img .post-meta-category {
            background: #ffffff;
            color: #bfbfbf;
        }

            .post-item .post-quote-img .post-meta-category a {
                color: #bfbfbf !important;
            }

        .post-item .post-video video,
        .post-item .post-video iframe {
            width: 100%;
            background-color: #000000;
        }

        .post-item .post-audio > a > img {
            margin-bottom: -28px;
        }

        .post-item .post-audio audio,
        .post-item .post-audio iframe {
            width: 100%;
        }

        .post-item .post-audio audio {
            margin-bottom: -6px;
        }

    .post-item .post-item-description {
        padding: 24px;
        line-height: 28px;
        color: #676767;
    }

        .post-item .post-item-description > h2,
        .post-item .post-item-description > h2 > a {
            font-size: 18px;
            letter-spacing: -0.1px;
            line-height: 23px;
            margin-bottom: 16px;
            color: #444;
            font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
            font-weight: 600;
        }

        .post-item .post-item-description .post-meta-date,
        .post-item .post-item-description .post-meta-comments,
        .post-item .post-item-description .post-meta-category {
            color: #C2C2C2;
            position: relative;
            top: -4px;
            font-size: 12px;
            margin-right: 8px;
        }

            .post-item .post-item-description .post-meta-date i,
            .post-item .post-item-description .post-meta-comments i,
            .post-item .post-item-description .post-meta-category i {
                margin-right: 4px !important;
            }

            .post-item .post-item-description .post-meta-date a,
            .post-item .post-item-description .post-meta-comments a,
            .post-item .post-item-description .post-meta-category a {
                color: #C2C2C2;
            }

        .post-item .post-item-description .post-post-likes {
            float: right;
            font-size: 14px;
            color: #aaa;
        }

            .post-item .post-item-description .post-post-likes i {
                margin-right: 8px;
                color: #aaa;
            }

    .post-item.shadow {
        box-shadow: none;
    }

        .post-item.shadow .post-item-wrap {
            box-shadow: 0 1px 10px #efefef !important;
        }

    .post-item.grey-bg .post-item-wrap {
        background-color: #f7f7f7;
    }

    .post-item.border {
        border: none;
    }

        .post-item.border .post-item-wrap {
            border: 1px solid #f2f2f2;
        }

        .post-item.border > .post-item-wrap > .post-item-description {
            padding: 24px !important;
            width: 100% !important;
        }

    .post-item.quote .post-item-wrap {
        background-color: #bfbfbf;
        border-radius: 4px;
        border-width: 0;
    }

    .post-item.quote .post-quote-img img {
        width: auto;
        margin-left: 40px;
        margin-top: 40px;
    }

    .post-item.quote .post-item-description {
        padding: 40px;
    }

        .post-item.quote .post-item-description .post-meta-date,
        .post-item.quote .post-item-description .post-meta-comments,
        .post-item.quote .post-item-description .post-meta-category {
            color: #ffffff;
            opacity: 0.8;
        }

            .post-item.quote .post-item-description .post-meta-date a,
            .post-item.quote .post-item-description .post-meta-date p,
            .post-item.quote .post-item-description .post-meta-comments a,
            .post-item.quote .post-item-description .post-meta-comments p,
            .post-item.quote .post-item-description .post-meta-category a,
            .post-item.quote .post-item-description .post-meta-category p {
                color: #ffffff;
            }

        .post-item.quote .post-item-description > h3,
        .post-item.quote .post-item-description > h3 > a,
        .post-item.quote .post-item-description a,
        .post-item.quote .post-item-description p,
        .post-item.quote .post-item-description .item-link {
            color: #ffffff;
        }

        .post-item.quote .post-item-description .post-author {
            font-size: 14px;
            height: 40px;
        }

            .post-item.quote .post-item-description .post-author > img {
                height: 28px;
                margin-right: 8px;
                width: 28px;
            }

.post-items-transparent .post-item .post-item-wrap {
    border: 0;
    background-color: transparent;
}

    .post-items-transparent .post-item .post-item-wrap .post-item-description > p,
    .post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-date,
    .post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-comments,
    .post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-category {
        opacity: .7;
    }

/*Single Post*/


    .single-post .post-item img {
        /*width: 100%;
        height: auto;*/
    }

    .single-post .post-item .post-item-description {
        /*padding: 22px 0;
        line-height: 28px;
        color: #676767;*/
    }


        .single-post .post-item .post-item-description > h2,
        .single-post .post-item .post-item-description > h2 > a {
            font-size: 34px;
            letter-spacing: 0;
            line-height: 38px;
            margin-bottom: 12px;
            margin-top: 8px;
            color: #252525;
        }

        .single-post .post-item .post-item-description .post-meta-date,
        .single-post .post-item .post-item-description .post-meta-comments,
        .single-post .post-item .post-item-description .post-meta-category {
            color: #777;
            font-size: 13px;
            margin-right: 16px;
        }

            .single-post .post-item .post-item-description .post-meta-date a,
            .single-post .post-item .post-item-description .post-meta-comments a,
            .single-post .post-item .post-item-description .post-meta-category a {
                color: #777;
            }

        .single-post .post-item .post-item-description .post-meta-share {
            float: right;
        }

            .single-post .post-item .post-item-description .post-meta-share .btn {
                display: inline-block;
                margin-right: 0;
            }

        .single-post .post-item .post-item-description .post-meta {
            border-bottom: 1px solid #f3f3f3;
            clear: both;
            display: block;
            margin-bottom: 26px;
            padding: 12px 0;
            position: relative;
            width: 100%;
        }

    .single-post .post-item .post-tags {
        display: block;
        margin-bottom: 40px;
        position: relative;
        width: 100%;
    }

        .single-post .post-item .post-tags a {
            border: 1px solid #c4c4c4;
            border-radius: 4px;
            font-size: 12px;
            margin-bottom: 10px;
            padding: 3px 10px;
        }

/*Thumbnail Version*/
.post-thumbnails .post-item {
    width: 100%;
    padding: 0 0 20px 0;
}

    .post-thumbnails .post-item .post-image,
    .post-thumbnails .post-item .post-slider,
    .post-thumbnails .post-item .post-video,
    .post-thumbnails .post-item .post-audio {
        float: left;
        width: 46%;
    }

    .post-thumbnails .post-item:not(.quote) .post-item-description {
        float: left;
        padding-top: 0;
        width: 54% !important;
    }

#blog .blog .post-item {
    width: 25%;
    padding: 0 20px 20px 0;
}

/*Single Page*/
.post-post-title h1 {
    font-size: 48px;
    letter-spacing: -.03em;
    line-height: 1;
    font-weight: 700;
}

.post-image {
    margin-bottom: 20px;
}

    .post-image img {
        width: 100%;
    }

.post-metaa {
    margin-bottom: 20px;
    min-height: 60px;
}

    .post-metaa div {
        border-right: 1px solid #f6f6f6;
        float: left;
        margin-right: 18px;
        padding: 8px 18px 8px 0;
    }

    .post-metaa :last-child {
        border-right: 0;
    }

    .post-metaa .social-icons {
        margin-top: 8px;
    }

    .post-metaa .post-comments i,
    .post-metaa .post-shares i {
        margin-right: 4px;
        font-size: 20px;
        float: left;
    }

    .post-metaa .post-comments .post-shares-number,
    .post-metaa .post-comments .post-comments-number,
    .post-metaa .post-shares .post-shares-number,
    .post-metaa .post-shares .post-comments-number {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        display: block;
    }

    .post-metaa .post-comments .post-shares-label,
    .post-metaa .post-comments .post-comments-label,
    .post-metaa .post-shares .post-shares-label,
    .post-metaa .post-shares .post-comments-label {
        color: #aaa;
        font-size: 12px;
        text-transform: uppercase;
        display: block;
    }

.post-author {
    border-top: 1px solid #eee;
    font-size: 14px;
    height: 40px;
    margin-top: 15px;
    padding-bottom: 0;
    padding-top: 16px;
}

    .post-author a {
        color: #bfbfbf;
    }

    .post-author p {
        position: relative;
    }

    .post-author > img {
        border-radius: 50%;
        height: 28px;
        float: left;
        margin-right: 8px;
        width: 28px;
    }

.post-content {
    clear: both;
    display: block;
    padding: 0 40px 0 0;
}

.sidebar > h3:nth-of-type(2) {
    margin-top: 17px;
}

.story-click {
    position: relative;
    width: 270px;
    position: relative;
    margin-bottom: 20px;
}

    .story-click img {
        height: 72px;
        margin-right: 10px;
    }

a.reco {
    position: absolute;
    line-height: 18px;
    font-weight: 700;
}

span.rec-by {
    font-size: 11px;
    position: relative;
    top: 31px;
}

.rec-n {
    position: absolute;
    text-transform: uppercase;
    background-color: #bfbfbf;
    height: 32px;
    text-indent: 1px;
    width: 32px;
    display: block;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    border-radius: 50%;
    border: 2px solid #FFF;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    left: -14px;
    bottom: 22px;
}

/* ----------------------------------------------------------------------
  NEWS SECTIONS
-------------------------------------------------------------------------*/
.news-section-wrapper {
    clear: both;
    display: block;
    padding: 0 80px;
    position: relative;
}

/* ----------------------------------------------------------------------
   GRID ARTICLE BOXES
-------------------------------------------------------------------------*/
.grid-articles {
    position: relative;
}

    .grid-articles .post-entry {
        float: left;
        width: 25%;
        position: relative;
    }

        .grid-articles .post-entry:first-child {
            width: 50%;
        }

    .grid-articles.carousel .post-entry:first-child {
        width: 100%;
    }

    .grid-articles.grid-articles-v2 .post-entry:nth-child(1),
    .grid-articles.grid-articles-v2 .post-entry:nth-child(2) {
        width: 50%;
    }

    .grid-articles .post-entry-overlay {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .grid-articles .post-entry .post-entry-meta {
        height: auto;
        bottom: 0;
        left: 0;
        padding: 0 30px 30px;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .grid-articles .post-entry:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.9) 100%);
        opacity: 0.4;
        transition: opacity 0.4s ease;
        z-index: 1;
    }

    .grid-articles .post-entry:before {
        content: "";
        height: auto;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    .grid-articles .post-entry:hover:before {
        opacity: 1;
        z-index: 1;
    }

    .grid-articles .post-entry .post-entry-meta .post-entry-meta-category {
        margin-bottom: 10px;
    }

    .grid-articles .post-entry .post-entry-meta .post-entry-meta-title h2,
    .grid-articles .post-entry .post-entry-meta .post-entry-meta-title h2 a {
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        margin: 0;
    }

    .grid-articles .post-entry:first-child .post-entry-meta .post-entry-meta-title h2,
    .grid-articles .post-entry:first-child .post-entry-meta .post-entry-meta-title h2 a,
    .grid-articles.grid-articles-v2 .post-entry:nth-child(2) .post-entry-meta .post-entry-meta-title h2 a {
        font-size: 22px;
    }

    /*with space*/
    .grid-articles.grid-articles-space .post-entry .post-entry-overlay {
        border-color: #fff;
        border-style: solid;
        border-width: 4px;
    }

    .grid-articles.grid-articles-space .post-entry:first-child .post-entry-overlay {
        border-width: 4px 4px 4px 0px;
    }

    .grid-articles.grid-articles-space .post-entry:nth-child(3) .post-entry-overlay,
    .grid-articles.grid-articles-space .post-entry:nth-child(5) .post-entry-overlay {
        border-width: 4px 0 4px 4px;
    }

    .grid-articles .post-date {
        color: #fff;
        opacity: 0.6;
    }

    .grid-articles .post-entry-meta .product-description,
    .post-entry-meta .product-description a {
        color: #fff !important;
    }

/*---------------------------------------------------
      POST NEWS THUMBNAIL BOXES
 -------------------------------------------------*/
.post-thumbnail .post-thumbnail-entry > img {
    margin-bottom: 14px;
    max-height: 240px;
    width: 100%;
}

.post-thumbnail .post-thumbnail-entry .post-thumbnail-content p {
    margin-bottom: 6px;
}

.post-thumbnail ~ .post-thumbnail-list {
    border-top: 1px solid #F2F2F4;
}

    .post-thumbnail ~ .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
        font-weight: 400;
        opacity: 0.7;
        line-height: 20px;
    }

        .post-thumbnail ~ .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a:hover {
            opacity: 1;
        }

/*Post thumbnail list*/
.post-thumbnail-list {
    position: relative;
}

    .post-thumbnail-list .post-thumbnail-entry img + .post-thumbnail-content {
        padding-left: 90px;
    }

    .post-thumbnail-list .post-thumbnail-entry > img {
        float: left;
        display: block;
        height: 60px;
        width: 80px;
        margin-right: 16px;
        border-radius: 2px;
    }

    .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
        font-size: 14px;
        font-weight: 600;
        margin: -4px 0 0;
    }

.post-thumbnail-entry {
    border-bottom: 1px solid #F2F2F4;
    float: left;
    margin-bottom: 16px;
    padding-bottom: 10px;
    position: relative;
    clear: both;
}
.post-thumbnail-list::after {
    clear: both;
}

.post-thumbnail-entry:last-child {
    border-bottom: 0;
}

    .post-thumbnail-entry .post-thumbnail-content > a {
        display: block;
    }

    .post-thumbnail-entry .post-thumbnail-content .post-date,
    .post-thumbnail-entry .post-thumbnail-content .post-category {
        color: #aaa;
        font-size: 13px;
    }

        .post-thumbnail-entry .post-thumbnail-content .post-date i,
        .post-thumbnail-entry .post-thumbnail-content .post-category i {
            margin-right: 2px;
        }

        .post-thumbnail-entry .post-thumbnail-content .post-date ~ .post-category {
            margin-left: 6px;
        }

    .post-thumbnail-entry .post-thumbnail-content .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        line-height: 12px !important;
    }

/*Responsive*/
@media (max-width: 767px) {
    .post-thumbnails .post-item {
        width: 100%;
    }

        .post-thumbnails .post-item .post-image,
        .post-thumbnails .post-item .post-slider,
        .post-thumbnails .post-item .post-video,
        .post-thumbnails .post-item .post-audio {
            float: none;
            width: 100%;
        }

        .post-thumbnails .post-item:not(.quote) .post-item-description {
            padding-top: 24px;
            float: none;
            width: 100%;
        }
}


.pagination-wrap {
    display: block;
    clear: both;
}

.pagination {
    clear: both;
    display: block;
    width: 100%;
}

    .pagination ul {
        display: block;
        padding: 0;
        text-align: center;
    }

        .pagination ul li {
            list-style: none;
            display: inline;
        }

            .pagination ul li > a,
            .pagination ul li > span {
                color: #b0b0b0;
                padding: 8px 14px;
            }

        .pagination ul i {
            font-size: 18px;
            color: #b9b9b9;
        }

    .pagination.pagination-simple {
        margin: 0;
    }

        .pagination.pagination-simple li > a,
        .pagination.pagination-simple li > span {
            border: 0;
            background-color: transparent !important;
        }

            .pagination.pagination-simple li > a:hover i,
            .pagination.pagination-simple li > a:hover,
            .pagination.pagination-simple li > span:hover,
            .pagination.pagination-simple li > a:focus,
            .pagination.pagination-simple li > span:focus {
                background-color: transparent !important;
                border-color: transparent !important;
                color: #333;
            }

        .pagination.pagination-simple .active > a,
        .pagination.pagination-simple .active > span,
        .pagination.pagination-simple .active > a:hover,
        .pagination.pagination-simple .active > span:hover,
        .pagination.pagination-simple .active > a:focus,
        .pagination.pagination-simple .active > span:focus {
            background: transparent;
            color: #eeeeee;
            font-size: 16px;
            font-weight: 600;
            padding-top: 3px;
        }

    .pagination.pagination-fancy > li a {
        border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    }

    .pagination.pagination-fancy > li:first-child > a,
    .pagination-fancy > li:first-child > span {
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        margin-left: 0;
    }

    .pagination.pagination-fancy > li:last-child > a,
    .pagination-fancy > li:last-child > span {
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        margin-right: 0;
    }

    .pagination .pagination-rounded > li > a,
    .pagination .pagination-rounded > li > span {
        padding: 8px 14px 9px;
    }

    .pagination.pagination-rounded > li > a,
    .pagination-rounded > li > span {
        border-radius: 50%;
        margin: 0 2px;
    }

    .pagination.pagination-rounded > li:first-child > a,
    .pagination-rounded > li:first-child > span {
        background: none !important;
        border: 0 none !important;
        margin-right: 10px;
        padding-top: 10px;
    }

    .pagination.pagination-rounded > li:last-child > a,
    .pagination-rounded > li:last-child > span {
        background: none !important;
        border: 0 none !important;
        margin-left: 10px;
        padding-top: 10px;
    }

.pager > li > a,
.pager > li > span {
    color: #b0b0b0;
    padding: 8px 14px;
}

.pager i {
    font-size: 18px;
    color: #fff;
}

.pager.pager-fancy > li a {
    background-color: #00c0e9;
    border-color: #00c0e9;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

    .pager.pager-fancy > li a:hover {
        opacity: 0.9;
    }

.pager.pager-rounded > li a {
    background-color: #00c0e9;
    border-color: #00c0e9;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

    .pager.pager-rounded > li a:hover {
        opacity: 0.9;
    }

.pager.pager-fancy > li:first-child > a,
.pager-fancy > li:first-child > span {
    border-radius: 6px 0 0 6px;
    margin-left: 0;
}

.pager.pager-fancy > li:last-child > a,
.pager-fancy > li:last-child > span {
    border-radius: 0 6px 6px 0;
    margin-right: 0;
}

    .pager.pager-fancy > li:last-child > a i,
    .pager-fancy > li:last-child > span i {
        margin-left: 6px;
    }

.pager.pager-fancy > li:first-child > a i,
.pager-fancy > li:first-child > span i {
    margin-right: 6px;
}

.pager.pager-rounded > li:last-child > a i,
.pager-rounded > li:last-child > span i {
    margin-left: 6px;
}

.pager.pager-rounded > li:first-child > a i,
.pager-rounded > li:first-child > span i {
    margin-right: 6px;
}

.pager-modern {
    background-color: #fbfbfb;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
}

    .pager-modern i {
        margin: 0 10px;
        vertical-align: middle;
    }

    .pager-modern a,
    .pager-modern a:visited {
        color: #555;
    }

        .pager-modern a:hover {
            color: #111;
        }

        .pager-modern a span {
            cursor: pointer;
            display: inline-block;
            height: 60px;
            line-height: 59px;
            padding: 0 4%;
            -webkit-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
        }

    .pager-modern span:hover {
        background-color: #f6f6f6;
    }

.pager.pager-modern i {
    color: #222;
}

.pager-prev {
    text-align: left;
}

.pager-all {
    text-align: center;
}

    .pager-all i {
        font-size: 38px;
    }

.pager-next {
    text-align: right;
}

/*Post Nav*/
.post-navigation {
    border-top: 1px solid #eee;
    display: inline-block;
    list-style: outside none none;
    min-height: 84px;
    padding: 20px 0 0;
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

    .post-navigation .post-next,
    .post-navigation .post-prev {
        position: absolute;
        font-size: 16px;
        max-width: 40%;
        height: 44px;
    }

        .post-navigation .post-next span,
        .post-navigation .post-prev span {
            display: block;
            color: #565656;
            font-size: 11px;
            text-transform: uppercase;
            opacity: 0.7;
            margin-bottom: -6px;
            margin-top: 3px;
        }

    .post-navigation a:hover {
        transition: all 0.3s ease;
        color: #eeeeee !important;
    }

    .post-navigation .post-next {
        right: 25px;
        text-align: right;
    }

        .post-navigation .post-next:before {
            font-family: fontawesome;
            font-size: 20px;
            position: absolute;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            transition: all 0.3s ease;
            right: 0;
            content: "\f105";
            padding-top: 2px;
        }

        .post-navigation .post-next:hover:before {
            transform: translate3d(5px, -50%, 0);
        }

    .post-navigation .post-prev {
        left: 25px;
    }

        .post-navigation .post-prev:before {
            font-family: fontawesome;
            font-size: 20px;
            position: absolute;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            transition: all 0.3s ease;
            padding-top: 2px;
            left: 0;
            content: "\f104";
        }

        .post-navigation .post-prev:hover:before {
            transform: translate3d(-5px, -50%, 0);
        }

    .post-navigation .post-prev-title {
        padding-left: 40px;
    }

    .post-navigation .post-next-title {
        padding-right: 40px;
    }

    .post-navigation .post-all {
        font-size: 24px;
        left: auto;
        position: absolute;
        right: 50%;
        text-align: center;
        top: 32px;
        width: 12px;
        opacity: 0.7;
    }

.single-post .post-navigation .post-prev {
    left: 0px;
}

.single-post .post-navigation .post-next {
    right: 0px;
}

@media (max-width: 991px) {
    .post-prev-title,
    .post-next-title {
        display: none;
    }
}


.widget {
    margin-bottom: 10px;
    position: relative;
}

    .widget .widget-title,
    .widget > h4 {
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 24px;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .widget a {
        font-size: 13px;
    }

    .widget:after, .widget:before {
        clear: both;
        content: " ";
        display: table;
    }

    .widget iframe {
        width: 100%;
        height: auto;
    }





    .sidebar .widget {
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        .sidebar .widget:last-child {
            border-bottom: 0;
            /*margin-bottom: 0;
            padding-bottom: 0;*/
        }

        .sidebar .widget #testimonials .testimonial-item > img {
            border-radius: 50%;
            display: block;
            float: none;
            height: 50px !important;
            margin: 0 auto 20px;
            width: 50px !important;
        }

/*.widget-tags {
	.tags a {
		border: 1px solid rgba(0, 0, 0, 0.2);
        color: #777;
        display: inline-block;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0 2px 5px 0;
        padding: 5px 7px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	}
}*/
.tags a {
    border: 2px solid #f3f3f3;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    outline: none;
    padding: 5px 14px;
    margin: 0 2px 5px 0;
    background-color: transparent;
    border-color: #ebebeb;
    color: #4c5667;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .tags a:hover, .tags a:focus, .tags a:active, .tags a.active {
        background-color: #eeeeee;
        border-color: #eeeeee;
        color: #fff;
    }

/*.widget-tags .tags a {
    
   
    
    font-size: 11px;
    letter-spacing: 1px;

}*/
.widget-archive ul {
    padding-left: 0;
}

body.device-sm .sidebar .widget {
    float: left;
    width: 330px;
}

body.device-xs .sidebar .widget {
    width: 100%;
}

    body.device-sm .sidebar .widget:nth-child(odd), body.device-xs .sidebar .widget:nth-child(odd) {
        margin-right: 30px;
    }

footer .widget-tags .tags a {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

footer .widget {
    margin-bottom: 20px;
}

.col-md-3 .flickr-widget img {
    padding: 2px;
    width: 25%;
}

body.device-xs .col-md-3 .flickr-widget img {
    width: 16.666%;
}

.col-md-4 .flickr-widget img {
    padding: 2px;
    width: 20%;
}

.widget .footer-widget .social-icon {
    background-color: rgba(0, 0, 0, 0.2);
}

.footer-widget .social-icon o {
    color: white;
}

.footer-widget .social-icon i {
    color: #ffffff;
}

.widget.widget-newsletter button {
    margin-left: -1px;
}

.widget.widget-newsletter button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.widget.widget-newsletter .btn {
    text-transform: none;
}

.widget.widget-newsletter .form-control {
    height: 40px;
}

.widget.widget-newsletter .btn {
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    padding: 8px 16px;
}

.widget.widget-newsletter label.error {
    color: #e42c3e;
    display: none !important;
    font-weight: 400;
    margin-top: 5px;
}

.background-dark .widget.widget-newsletter .input-group-addon {
    background-color: #ffffff;
    color: #ffffff;
}

.background-dark .widget.widget-newsletter .form-transparent-fields .form-control {
    border-left: 0;
    padding-left: 0;
}

.form-control.error,
.sm-form-control.error {
    border-color: #e42c3e;
}

.widget-newsletter small {
    display: block;
}

.widget.widget-search button {
    margin-left: -1px;
}

.widget.widget-search button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.widget.widget-search .btn {
    text-transform: none;
}

.widget.widget-search .btn {
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    padding: 8px 16px;
}

.background-dark .widget.widget-search .input-group-addon {
    background-color: rgba(0, 0, 0, 0.35);
    border-color: rgba(0, 0, 0, 0.25);
    color: #999;
}

#widget-contact-form {
    clear: left;
}

.widget-tweeter,
.widget-twitter {
    min-height: 248px;
}

    .widget-tweeter li a,
    .widget-twitter li a {
        color: #eeeeee;
    }

    .widget-tweeter:not([data-avatar="true"]) li:before,
    .widget-twitter:not([data-avatar="true"]) li:before {
        margin-left: -22px;
        position: absolute;
        font-family: fontawesome;
        content: "\f099";
    }

    .widget-tweeter[data-avatar="true"] li img,
    .widget-twitter[data-avatar="true"] li img {
        border-radius: 50%;
        left: -4px;
        position: absolute;
        width: 26px;
        z-index: 3;
    }

    .widget-tweeter[data-avatar="true"] li,
    .widget-twitter[data-avatar="true"] li {
        padding-left: 10px;
    }

    .widget-tweeter li,
    .widget-twitter li {
        margin-bottom: 18px;
    }

        .widget-tweeter li:last-child,
        .widget-twitter li:last-child {
            margin-bottom: 0px;
        }

    .widget-tweeter ul,
    .widget-twitter ul {
        list-style: none;
        padding-left: 22px;
        margin-bottom: 0;
    }

    .widget-tweeter small,
    .widget-twitter small {
        display: block;
        color: #999 !important;
        width: 100%;
    }

.widget-newsletter .input-group-addon i {
    color: #555 !important;
}

/*Widget: Contact us*/
/*Calendar - Datepicker Bootstrap*/
/*
.datepicker table {
    width: 100%;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget .dow,
.bootstrap-datetimepicker-widget .picker-switch,
.bootstrap-datetimepicker-widget .prev,
.bootstrap-datetimepicker-widget .next,
.bootstrap-datetimepicker-widget datepicker-decades .decade{
    text-align: center;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget .prev,
.bootstrap-datetimepicker-widget .next,
.bootstrap-datetimepicker-widget datepicker-decades .decade {
    cursor: pointer;
}*/
.bootstrap-datetimepicker-widget table td.active.today,
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    background-color: #eeeeee !important;
    color: #fff;
    border-radius: 4px !important;
}

.widget-gallery a > img {
    float: left;
    height: auto;
    width: 33.3333333%;
    padding: 3px;
}

/*Widget Tabs*/
.widget .tabs-content {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar .widget .tabs li > a {
    /*font-size: 11px;*/
    padding: 10px;
}

.sidebar .widget .tabs .tabs-navigation li {
    float: left;
    display: inherit;
}

.widget .post-thumbnail-content a {
    font-size: 13px;
    line-height: 20px;
    display: block;
}

.sidebar .widget .post-thumbnail-list .post-thumbnail-entry > img {
    height: 48px;
    margin-right: 10px;
    width: 64px;
}

.sidebar .widget .post-thumbnail-list .post-thumbnail-entry img + .post-thumbnail-content {
    padding-left: 72px;
}

.sidebar .widget .post-thumbnail-entry .post-thumbnail-content .post-date,
.post-thumbnail-entry .post-thumbnail-content .post-category {
    font-size: 11px;
}

.sidebar .widget .post-thumbnail-entry:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .sidebar {
        margin-bottom: 40px;
    }
}
/*Dark*/
.dark .widget .widget-title,
.dark .widget > h4 {
    color: #ffffff;
}


.list {
    clear: both;
    display: block;
    position: relative;
}

    .list-lines,
    .icon-list,
    .list-simple,
    .list-posts,
    .list ul {
        padding: 0px;
    }

.list,
.list-lines,
.icon-list,
.list-simple,
.list-posts,
.list-tweets li {
    list-style: none;
}

    .icon-list li,
    .list-arrow-icons li,
    .list-tweets li {
        padding-left: 0px;
    }

.list-medium li {
    margin: 12px 0;
}

.list-large li {
    margin: 18px 0;
}

    .list-large li:first-child,
    .list-medium li:first-child {
        margin-top: 0;
    }

    .list-large li:last-child,
    .list-medium li:last-child {
        margin-bottom: 0;
    }

.list-posts small {
    display: block;
    font-style: italic;
    opacity: 0.7;
}

.list-lines {
    list-style: none;
}

    .list-lines li {
        border-bottom: 1px solid #ddd;
        padding: 10px 0 10px 2px;
    }

        .list-lines li:last-child {
            border-bottom: 0px;
        }

.list-icon {
    list-style: none;
    padding-left: 0;
}

    .list-icon ul {
        list-style: none;
    }

    .list-icon ul {
        padding: 0;
    }

    .list-icon li {
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .list-icon i {
        font-size: 15px;
        margin-right: 14px;
        margin-left: -20px;
    }

    .list-icon.icon-list-colored li:before, .list-icon.icon-list-colored i {
        color: #eeeeee;
    }

    .list-icon li:before {
        margin-left: -20px;
        position: absolute;
        font-family: fontawesome;
        font-size: 15px;
    }

    .list-icon.list-icon-arrow li:before {
        content: "\f105";
        margin-left: -16px;
    }

    .list-icon.list-icon-arrow-circle li:before {
        content: "\f18e";
    }

    .list-icon.list-icon-check li:before {
        content: "\f00c";
    }

    .list-icon.list-icon-caret li:before {
        content: "\f0da";
    }

    .list-icon.list-icon-uncheck li:before {
        content: "\f05c";
    }

    .list-icon.list-icon-plus li:before {
        content: "\f055";
    }

    .list-icon.list-icon-info li:before {
        content: "\f05a";
    }

    .list-icon.list-icon-circle li:before {
        content: "\f10c";
    }

a {
    color: #565656;
}

.sidebar {
    padding-right: 25px;
    float: left;
}

    .sidebar:before {
        border-style: solid;
        border-color: #eee;
        border-width: 0;
        border-right-width: 1px;
        content: "";
        display: block;
        height: 99999px;
        position: absolute;
        right: 0;
        top: -300px;
        /*z-index: -10;*/
    }

    .sidebar.sidebar-modern:before {
        background-color: #fbfbfb;
        width: 3000px;
    }

    .sidebar.sidebar-plain:before {
        display: none;
    }

.sidebar-right .content {
    float: left;
    padding-left: 15px;
    padding-right: 25px;
}

.sidebar-right .sidebar {
    float: right;
    padding-right: 15px;
    border-right-width: 0;
    padding-left: 25px;
}

.sidebar-right .container {
    overflow: hidden;
}

.sidebar-right .sidebar:before {
    right: auto;
    border-right-width: 0;
    border-left-width: 1px;
    left: 0;
}

.sidebar-both .content {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
}

    .sidebar-both .content + .sidebar {
        float: right;
        padding-right: 15px;
        border-right-width: 0;
        padding-left: 25px;
    }

        .sidebar-both .content + .sidebar:before {
            right: auto;
            border-right-width: 0;
            border-left-width: 1px;
            left: 0;
        }


.item-link {
    color: #f8851a;
    font-size: 12px;
    letter-spacing: 1px;
}

#blog{

    padding-top:25px;
}


.comments {
    margin: 0;
}

    .comments .comment_number {
        font-size: 18px;
        margin: 0 0 30px;
    }

        .comments .comment_number span {
            color: #eeeeee;
        }

    .comments .comment {
        padding: 10px 0;
        background-color: #fff;
    }

        .comments .comment .image {
            border-radius: 65px;
            display: block;
            float: left;
            height: 65px;
            overflow: hidden;
            width: 65px;
        }

        .comments .comment .text {
            padding: 0 0 0 86px;
            min-height: 80px;
            position: relative;
        }

            .comments .comment .text .name {
                display: block;
                color: #303030;
                font-size: 16px;
                font-weight: 700;
                margin-bottom: -4px;
            }

        .comments .comment .comment_date {
            color: #888;
            font-size: 12px;
        }

        .comments .comment .text .comment-reply-link {
            color: #eeeeee;
            font-size: 9px;
            text-transform: uppercase;
            font-weight: 700;
            padding: 0 0 0 5px;
        }

        .comments .comment .text .text_holder {
            display: block;
            margin: 3px 0 0 0;
        }

        .comments .comment .comment {
            margin-left: 90px;
        }

.post-item .comments {
    padding: 40px 0;
    border-top: 1px solid #eee;
}

.respond-form {
    padding-top: 40px;
}

.respond-comment {
    font-size: 18px;
    margin: 0 0 30px;
}

    .respond-comment span {
        color: #eeeeee;
    }

@media (max-width: 991px) {
    .comments {
        padding: 22px 0 30px;
        margin: 0;
    }

        .comments .comment .image {
            border-radius: 48px;
            height: 48px;
            width: 48px;
            margin-right: 14px;
        }

        .comments .comment .text {
            padding: 0;
        }

        .comments .comment .comment {
            margin-left: 30px;
        }
    .sidebar-right .sidebar{
        width:100%;
    }
    .post-thumbnails .post-item:not(.quote) .post-item-description {
        width: 100% !important;
    }
}