﻿.blog-style .top-header {
    min-height: 77px;
    height: auto;
}


.zoom-effect {
    overflow: hidden;
}

    .zoom-effect img {
        width: 100%;
        height: auto;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -ms-transition: 0.5s;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }

    .zoom-effect:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

    .zoom-effect.rotate:hover img {
        transform: scale(0.8) rotate(-4deg);
        -webkit-transform: scale(0.8) rotate(-4deg);
        -moz-transform: scale(0.8) rotate(-4deg);
        -ms-transform: scale(0.8) rotate(-4deg);
    }

    .zoom-effect.blur img {
        filter: blur(0);
    }

    .zoom-effect.blur:hover img {
        filter: blur(3px) !important;
    }

.customBootstrapCarousel .caption {
    position: absolute;
    z-index: 999;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.61);
    padding: 15px;
    color: #FFF;
    text-shadow: 1px 1px #000;
    font-size: 13px;
    font-weight: 400;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
}

    .customBootstrapCarousel .caption h3 {
        margin: 0px 0 5px;
        font-size: 18px;
    }

    .customBootstrapCarousel .caption p {
        color: #CCC;
    }

.customBootstrapCarousel .active .caption {
    bottom: 15px;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

.customBootstrapCarousel .carousel-inner > .item > a > img,
.customBootstrapCarousel .carousel-inner > .item > img {
    margin: 0 auto;
    width: 100%;
}

.customBootstrapCarousel a.carousel-control.right,
.customBootstrapCarousel a.carousel-control.left {
    background: transparent;
}

.customBootstrapCarousel a.carousel-control .fa {
    font-size: 85px;
    margin-top: -50px;
}

.customBootstrapCarousel .image-list-carousel {
    height: 110px;
    overflow-y: hidden;
    overflow-x: scroll;
    position: relative;
}

    .customBootstrapCarousel .image-list-carousel::-webkit-scrollbar {
        display: none;
    }

    .customBootstrapCarousel .image-list-carousel .carousel-indicators {
        position: relative;
        margin: 0;
        width: 100%;
        padding: 22px 0;
        margin: 0 auto;
        transition: 0.8s;
        -moz-transition: 0.8s;
        -webkit-transition: 0.8s;
        -ms-transition: 0.8s;
        left: 0;
        bottom: 0;
        white-space: nowrap;
    }

        .customBootstrapCarousel .image-list-carousel .carousel-indicators li,
        .customBootstrapCarousel .image-list-carousel .carousel-indicators .active {
            height: 66px;
            width: 100px;
            position: relative;
            border-radius: 0;
            text-indent: unset;
            border: none;
            margin: 0 4px;
            background-color: #000;
        }

            .customBootstrapCarousel .image-list-carousel .carousel-indicators li img {
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                transition: 0.5s;
                -moz-transition: 0.5s;
                -webkit-transition: 0.5s;
                -ms-transition: 0.5s;
                max-height: 100%;
                max-width: 100%;
                text-align: center;
            }

            .customBootstrapCarousel .image-list-carousel .carousel-indicators li::before {
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                transition: 0.5s;
                -moz-transition: 0.5s;
                -webkit-transition: 0.5s;
                -ms-transition: 0.5s;
            }

            .customBootstrapCarousel .image-list-carousel .carousel-indicators li.active {
                margin: 0 25px;
                position: relative;
            }

                .customBootstrapCarousel .image-list-carousel .carousel-indicators li.active img {
                    transform: scale(1.5);
                    -webkit-transform: scale(1.5);
                    -moz-transform: scale(1.5);
                    -ms-transform: scale(1.5);
                    z-index: 999;
                    position: relative;
                    box-shadow: 0px 0px 8px #000;
                }

                .customBootstrapCarousel .image-list-carousel .carousel-indicators li.active::before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: -8px;
                    height: 3px;
                    background: #0084d4;
                    z-index: 9999;
                }

    .customBootstrapCarousel .image-list-carousel .left-btn,
    .customBootstrapCarousel .image-list-carousel .right-btn {
        position: fixed;
        z-index: 99;
        background: #000000;
        bottom: 0;
        padding: 40px 20px 0;
        font-size: 26px;
        cursor: pointer;
        text-shadow: none;
        height: 110px;
        color: #FFF;
    }

@media (max-width: 768px) {
    .customBootstrapCarousel .image-list-carousel .left-btn,
    .customBootstrapCarousel .image-list-carousel .right-btn {
        display: none;
    }
}

.customBootstrapCarousel .image-list-carousel .left-btn:hover,
.customBootstrapCarousel .image-list-carousel .right-btn:hover {
    background: #000000;
}

.customBootstrapCarousel .image-list-carousel .right-btn {
    right: 0;
}

.customBootstrapCarousel .image-list-carousel .left-btn {
    left: 0;
}

@keyframes progressbar {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

body .blog-style > .container {
    padding-top: 40px;
}

[data-toggle="modal"] {
    cursor: pointer;
}

.link-button {
    display: block;
    margin: auto;
    padding: 7px 9px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 110px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid transparent;
    transition: ease .7s;
    border-radius: 0px;
    text-decoration: none !important;
}

    .link-button,
    .link-button:hover {
        color: #2577e2;
    }

        .link-button:before,
        .link-button:after {
            content: "";
            display: block;
            position: absolute;
            height: 30px;
            width: 30px;
            transition: ease .3s;
            border-radius: 0px 0;
        }

        .link-button:before {
            border-left: 2px solid #2577e2;
            border-top: 2px solid #2577e2;
            left: -5px;
            top: -5px;
        }

        .link-button:after {
            border-right: 2px solid #2577e2;
            border-bottom: 2px solid #2577e2;
            bottom: -5px;
            right: -5px;
        }

        .link-button:hover {
            border: 2px solid #2577e2;
        }

            .link-button:hover:before {
                left: -2px;
                top: -2px;
            }

            .link-button:hover:after {
                bottom: -2px;
                right: -2px;
            }

            .link-button:hover:before,
            .link-button:hover:after {
                border-color: transparent;
            }

.blog-style h2 {
    color: #818181;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-style .container {
    max-width: 900px;
}

.blog-style *:not(.fa) {
    font-family: Arial, sans-serif;
}

.blog-style .blog-title {
    color: #C6C6C6;
    font-size: 36px;
    position: relative;
    padding-bottom: 74px;
    width: 315px;
    padding-left: 77px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 30px auto;
}

    .blog-style .blog-title span {
        color: #808080;
        font-size: 77px;
        position: absolute;
        display: block;
        white-space: nowrap;
        bottom: 0;
        left: 0;
        font-weight: bold;
        letter-spacing: 0;
    }

.blog-style .bolg-header {
    padding-top: 40px;
}

    .blog-style .bolg-header .date {
        color: #CCC;
        margin-bottom: 15px;
    }

.blog-style .top-image {
    max-height: 600px;
    overflow: hidden;
}

    .blog-style .top-image img {
        width: 100%;
        height: auto;
    }

@media (max-width: 1440px) {
    .blog-style .top-image img {
        height: auto;
        width: 100%;
    }
}

.blog-style .category {
    color: #C1C1C1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}

.blog-style .bolg-header-title {
    position: relative;
}

    .blog-style .bolg-header-title > .container {
        padding: 5px 105px 5px 15px;
        min-height: 38px;
        position: relative;
    }

        .blog-style .bolg-header-title > .container h2 {
            margin: 0;
        }

        .blog-style .bolg-header-title > .container > .btn-container {
            position: absolute;
            right: 15px;
            top: 0;
            padding: 3px;
        }

            .blog-style .bolg-header-title > .container > .btn-container .btn {
                height: 37px;
                width: 37px;
                background: #43464E;
                border-radius: 50%;
                margin-left: 5px;
                display: block;
                float: left;
                font-size: 17px;
                text-align: center;
                padding: 6px 0;
                cursor: pointer;
            }

                .blog-style .bolg-header-title > .container > .btn-container .btn,
                .blog-style .bolg-header-title > .container > .btn-container .btn:hover,
                .blog-style .bolg-header-title > .container > .btn-container .btn:focus,
                .blog-style .bolg-header-title > .container > .btn-container .btn:visited {
                    color: #FFF;
                }

.blog-style .bolg-items article {
    margin-bottom: 30px;
}

    .blog-style .bolg-items article img {
        width: 100%;
        height: auto;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -ms-transition: 0.5s;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }

    .blog-style .bolg-items article .article-img {
        overflow: hidden;
        background-color: #000;
    }

@media (min-width: 769px) {
    .blog-style .bolg-items article .article-img {
        height: 225px;
    }
}

@media (max-width: 570px) {
    .blog-style .bolg-items article .article-img ~ div {
        padding: 10px 20px;
        border: 1px solid #CCC;
        border-top: 0;
    }

        .blog-style .bolg-items article .article-img ~ div h3,
        .blog-style .bolg-items article .article-img ~ div h3 *,
        .blog-style .bolg-items article .article-img ~ div p {
            color: #000000;
        }
}

.blog-style .bolg-items article .article-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.blog-style .bolg-items article h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin: 17px 0 5px;
}

    .blog-style .bolg-items article h3,
    .blog-style .bolg-items article h3 * {
        color: #818181;
        text-decoration: none;
    }

.blog-style .bolg-items article span.date {
    font-size: 13px;
    color: #bfbdbd;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .blog-style .bolg-items article .more,
    .blog-style .bolg-items article p {
        display: none;
    }
}

.blog-style .bolg-items .pagination {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

    .blog-style .bolg-items .pagination ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .blog-style .bolg-items .pagination ul li {
            list-style: none;
            display: inline-block;
        }

            .blog-style .bolg-items .pagination ul li a {
                color: #818181;
                height: 20px;
                width: 20px;
                display: block;
                position: relative;
                line-height: 17px;
                text-decoration: none;
            }

                .blog-style .bolg-items .pagination ul li a.current:after {
                    content: "";
                    display: block;
                    height: 2px;
                    background-color: #818181;
                    position: absolute;
                    bottom: 0;
                    left: 4px;
                    right: 4px;
                }

.blog-style .block-btn {
    background-color: #0078e2 !important;
}

.blog-style.list-display .link-button {
    margin-left: 0;
}

.blog-style.list-display .list-btn {
    background-color: #0078e2 !important;
}

.blog-style.list-display .block-btn {
    background-color: #43464E !important;
}

.blog-style.list-display .bolg-items article {
    padding-left: 225px;
    position: relative;
    min-height: 225px;
    margin-bottom: 35px;
}

@media (min-width: 570px) {
    .blog-style.list-display .bolg-items article {
        border-bottom: 1px solid #C1C1C1;
        padding-bottom: 20px;
    }
}

.blog-style.list-display .bolg-items article:last-child {
    border-bottom: 0;
}

.blog-style.list-display .bolg-items article .article-img {
    width: 200px;
    position: absolute;
    left: 0;
}

@media (min-width: 768px) {
    .blog-style.list-display .bolg-items article .article-img {
        height: 200px !important;
    }
}

.blog-style.list-display .bolg-items article .more,
.blog-style.list-display .bolg-items article p {
    display: block;
}

.blog-style.list-display .bolg-items article p {
    color: #818181;
    font-size: 15px;
    line-height: 1.8em;
}

.blog-style.list-display .bolg-items article .more {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 15px;
    background-color: #2577e2;
    padding: 10px 20px;
    border-radius: 5px;
}

    .blog-style.list-display .bolg-items article .more,
    .blog-style.list-display .bolg-items article .more:hover,
    .blog-style.list-display .bolg-items article .more:focus,
    .blog-style.list-display .bolg-items article .more:visited {
        color: #fff;
    }

.blog-style .article-container {
    margin-bottom: 60px;
    font-size: 15px;
    color: #818181;
}

.blog-style .items {
    position: relative;
    margin-bottom: 30px;
    min-height: 180px;
}

    .blog-style .items img {
        width: 100%;
        height: auto;
    }

    .blog-style .items ~ h3 {
        color: #808080;
        font-size: 18px;
        font-weight: 600;
        margin: -20px 0 30px;
    }

    .blog-style .items > div {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
    }

    .blog-style .items .play {
        color: #FFF;
        font-size: 116px;
        margin-top: 45px;
        display: inline-block;
        cursor: pointer;
    }

.blog-style .blog-links ul {
    margin-bottom: 15px;
    padding: 0;
}

    .blog-style .blog-links ul li {
        list-style: none;
        display: inline-block;
        margin-bottom: 28px;
    }

        .blog-style .blog-links ul li div {
            position: relative;
            height: 175px;
        }

        .blog-style .blog-links ul li a {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            text-align: center;
            padding-top: 125px;
            box-sizing: border-box;
            border: 1px solid #e0dfdf;
            background-color: #F5F5F5;
            font-weight: 500;
        }

            .blog-style .blog-links ul li a:hover {
                background-color: #fbfbfb;
                color: #006c90 !important;
            }

            .blog-style .blog-links ul li a:before {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                top: 40px;
                left: 0;
                right: 0;
                font-size: 60px;
                content: "\f0f6";
            }

            .blog-style .blog-links ul li a[href$=".pdf"]:before {
                content: "\f1c1";
            }

            .blog-style .blog-links ul li a[href$=".doc"]:before,
            .blog-style .blog-links ul li a[href$=".docx"]:before {
                content: "\f1c2";
            }

            .blog-style .blog-links ul li a[href$=".gif"]:before,
            .blog-style .blog-links ul li a[href$=".jpg"]:before,
            .blog-style .blog-links ul li a[href$=".jpeg"]:before {
                content: "\f1c5";
            }

            .blog-style .blog-links ul li a[href$=".ppt"]:before,
            .blog-style .blog-links ul li a[href$=".pptx"]:before {
                content: "\f1c4";
            }

            .blog-style .blog-links ul li a,
            .blog-style .blog-links ul li a:hover,
            .blog-style .blog-links ul li a:focus,
            .blog-style .blog-links ul li a:visited {
                color: #7b7b7b;
                text-decoration: none;
            }

.blog-style .tab-content {
    min-height: 300px;
    margin-bottom: 15px;
}

.blog-style .nav-tabs > li.active > a,
.blog-style .nav-tabs > li.active > a:focus,
.blog-style .nav-tabs > li.active > a:hover {
    color: #818181;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}

.blog-style .nav-tabs.nav > li > a {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px !important;
    padding-right: 10px;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    color: #818181;
}

    .blog-style .nav-tabs.nav > li > a:hover {
        background-color: transparent;
    }

    .blog-style .nav-tabs.nav > li > a:after {
        content: "";
        display: block;
        position: absolute;
        right: 0px;
        top: 4px;
        bottom: 3px;
        width: 2px;
        background-color: #818181;
    }

.blog-style .nav > li:last-child > a:after {
    display: none;
}

.blog-style .nav > li.active > a:before {
    content: "";
    display: block;
    height: 2px;
    background-color: #818181;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 10px;
}

.blog-style .nav-tabs {
    border-bottom: 0;
    background: #efefef;
    margin-bottom: 30px;
    padding: 10px 10px 0px;
}

@media (max-width: 570px) {
    .blog-style.list-display .bolg-items article {
        padding-left: 0;
    }

        .blog-style.list-display .bolg-items article .article-img {
            position: static;
            width: 100%;
        }

        .blog-style.list-display .bolg-items article a.more {
            margin-bottom: 15px;
        }

    .blog-style .btn-container {
        display: none;
    }

    .blog-style .bolg-header-title > .container {
        padding-right: 15px;
    }
}

.blog-style .modal-content {
    border-radius: 0;
    border: 0;
    min-height: 300px;
    background-color: #000;
}

    .blog-style .modal-content .modal-header {
        border: none;
        color: #6b6b6b;
        text-transform: uppercase;
    }

    .blog-style .modal-content video,
    .blog-style .modal-content.video-cnt .modal-body {
        background-color: #000;
    }

    .blog-style .modal-content .modal-body {
        position: relative;
        padding: 0px;
    }

    .blog-style .modal-content button.close {
        background-color: #027ac3;
        position: absolute;
        z-index: 9;
        opacity: 1;
        text-shadow: none;
        color: #FFF;
        right: 0;
        top: 0;
        font-size: 32px;
        padding: 4px 11px;
        border-radius: 0 0 0 15px;
        outline: none;
        margin-top: 0;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -ms-transition: 0.3s;
    }

        .blog-style .modal-content button.close:hover {
            background-color: #FFFFFF;
            color: #027ac3;
            border-radius: 15px 0 15px 15px;
        }

.blog-style .gallery-blog {
    background: #000;
    margin-bottom: -1px;
}

.blog-style .modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}

@media (max-width: 768px) {
    .blog-style .modal-dialog {
        margin: 0;
        background-color: #000;
        height: 100%;
    }

    .blog-style #video-player > iframe {
        max-height: 300px;
    }
}
