﻿
.blg-page {
    background-color: #f6f5f4;
    min-height:450px;
}


/* General style */
.grid-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid-gallery figure {
    margin: 0;
}

    .grid-gallery figure img {
        display: block;
        width: 100%;
    }

.grid-gallery figcaption h3 {
    margin: 0;
    padding: 8px 15px 6px 15px;
    direction: rtl;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.hr6 {
    width: 45px;
    border: none;
    margin: 0 auto;
    border-top: 2px solid #63d0df;
}

.grid-gallery figcaption p {
    margin: 0;
    padding: 10px 10px 10px 10px;
    text-align: right;
    font-size: 13px;
    line-height: 23px;
    direction: rtl;
}

/* Grid style */
.grid-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 1em 1.875em;
}

.grid {
    margin: 0 auto;
}

    .grid li {
        width: 33.3%;
        float: left;
        cursor: pointer;
    }

    .grid figure {
        margin: 15px;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
        background-color: #fff;
        box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
        border-radius: 3px;
    }

        .grid figure:hover {
            box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
        }

    .grid li:hover figure {
        opacity: 1;
    }

.icon:before,
.icon:after {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.nav-prev:before {
    content: "\e601";
}

span.nav-next:before {
    content: "\e600";
}

span.nav-close:before {
    content: "\e602";
}

/* Info on arrow key navigation */
.info-keys {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 60px;
    font-size: 8px;
    padding-top: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

    .info-keys:before,
    .info-keys:after {
        position: absolute;
        top: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #fff;
        text-align: center;
        line-height: 14px;
        font-size: 12px;
    }

    .info-keys:before {
        left: 10px;
        content: "\e603";
    }

    .info-keys:after {
        right: 10px;
        content: "\e604";
    }

/* Example media queries (reduce number of columns and change slideshow layout) */

@media screen and (max-width: 60em) {
    /* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
    .grid li {
        width: 50.0%;
    }



    .info-keys {
        display: none;
    }
}

@media screen and (max-width: 35em) {
    .grid li {
        width: 50%;
    }
}

@media screen and (max-width: 24em) {
    .grid li {
        width: 100%;
    }
}

.container > header {
    width: 90%;
    max-width: 69em;
    margin: 0 auto;
    padding: 2.875em 1.875em 1.875em;
}

    .container > header h1 {
        font-size: 2.125em;
        line-height: 1.3;
        margin: 0 0 0.6em 0;
        float: left;
        font-weight: 400;
    }

    .container > header > span {
        display: block;
        position: relative;
        z-index: 200;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5em;
        padding: 0 0 0.6em 0.1em;
    }

        .container > header > span span:after {
            width: 30px;
            height: 30px;
            left: -12px;
            font-size: 50%;
            top: -8px;
            font-size: 75%;
            position: relative;
        }

        .container > header > span span:hover:before {
            content: attr(data-content);
            text-transform: none;
            text-indent: 0;
            letter-spacing: 0;
            font-weight: 300;
            font-size: 110%;
            padding: 0.8em 1em;
            line-height: 1.2;
            text-align: left;
            left: auto;
            margin-left: 4px;
            position: absolute;
            color: #fff;
            background: #47a3da;
        }

    .container > header nav {
        float: right;
        text-align: center;
    }

        .container > header nav a {
            display: inline-block;
            position: relative;
            text-align: left;
            width: 2.5em;
            height: 2.5em;
            background: #fff;
            border-radius: 50%;
            margin: 0 0.1em;
            border: 4px solid #47a3da;
        }

            .container > header nav a > span {
                display: none;
            }

            .container > header nav a:hover:before {
                content: attr(data-info);
                color: #47a3da;
                position: absolute;
                width: 600%;
                top: 120%;
                text-align: right;
                right: 0;
                pointer-events: none;
            }

            .container > header nav a:hover {
                background: #47a3da;
            }

.bp-icon:after {
    font-family: 'bpicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #47a3da;
    -webkit-font-smoothing: antialiased;
}

.container > header nav .bp-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 2;
    text-indent: 0;
}

.container > header nav a:hover:after {
    color: #fff;
}

.bp-icon-next:after {
    content: "\e000";
}

.bp-icon-drop:after {
    content: "\e001";
}

.bp-icon-archive:after {
    content: "\e002";
}

.bp-icon-about:after {
    content: "\e003";
}

.bp-icon-prev:after {
    content: "\e004";
}

@media screen and (max-width: 55em) {

    .container > header h1,
    .container > header nav {
        float: none;
    }

    .container > header > span,
    .container > header h1 {
        text-align: center;
    }

    .container > header nav {
        margin: 0 auto;
    }

    .container > header > span {
        text-indent: 30px;
    }
}

.blog-nd {
    background-color: #f6f5f4;
}

    .blog-nd .col-md-6 {
        margin-bottom: 30px;
    }

        .blog-nd .col-md-6 figure {
            background-color: #fff;
        }

.img-news-bx {
    width: 30px !important;
    height: 30px !important;
    float: right;
    border-radius: 50%;
}

.item-detail-nd {
    padding: 10px 20px 1px 20px;
    border-top: 1px solid #efebeb;
    margin-top: 19px;
}

.ic-mn-nd {
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    color: #afb6bc;
    font-size: 12px;
}

.pst-time-nd {
    font-size: 12px;
    color: #afb6bc;
    padding-top: 8px;
    display: inline-block;
    direction: rtl;
}

.hv-img {
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    pointer-events: none;
    z-index: 3;
    background: -webkit-gradient(linear,left bottom,left top,from(#2f2727),to(transparent));
    background: linear-gradient(to top,#2f2727,transparent);
    position: absolute;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    width: 100%;
}

.grid figure:hover .hv-img {
    height: 100%;
}

.img-bxt {
    position: relative;
}

.msk-nd {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
}

    .msk-nd a {
        top: -30px;
        left: 20px;
        z-index: 4;
        position: absolute;
        color: #fff;
        background-color: #0eabef;
        font-size: 12px;
        padding: 6px 12px;
        -webkit-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease;
        border-radius: 100px;
    }

.grid figure:hover .msk-nd a {
    top: 20px;
}

.ic-mask {
    position: absolute;
    width: 100%;
    bottom: -50px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    padding: 0 25px;
}

    .ic-mask p {
        display: inline-block;
        position: relative;
        z-index: 9999;
        color: #fff;
        margin-right: 8px;
        font-size: 12px;
    }

.grid figure:hover .ic-mask {
    bottom: 5px;
}

.right-nd {
    float: right;
}

.ti-nd-blog {
    border-bottom: 1px solid #ddd;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 10px;
    width: 100%;
    font-size: 15px;
    display: inline-block;
    text-align: right;
}

.blog-list li a {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 5px;
    width: 100%;
    color: #666;
    display: block;
    font-size: 12px;
    text-align: right;
}

ul {
    list-style: none;
}

.p-blog98 {
    /*text-align: justify;*/
    direction: rtl;
    font-size: 12px;
    line-height: 24px;
}

.blog-nd {
    padding-top: 22px;
}

.ti1 {
    font-size: 15px;
    padding: 11px 0px 12px 10px;
    text-align: right;
    direction: rtl;
    font-weight: bold;
}

.no-pn-pg {
    padding: 0 7px;
}

.img-bxt img {
    width: 100%
}

.blog-list li a span {
    display: inline-block;
    float: left;
    color: #666;
}

.rw-blg {
    background-color: #fff;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.ic-blg {
    width: 19px;
    position: relative;
    top: -5px;
    margin-left: 10px;
    float: right;
}

.blog-list li:last-child a {
    border: none;
}

.img-responsive {
    width: 100%;
}

.img-blg-nw {
    float: right;
    width: 67px;
    border-radius: 50%;
}

.ti-blg {
    display: inline-block;
    color: #2f2727;
    width: 70%;
    float: right;
}

.clear {
    clear: both;
}

.ti-blg h3 {
    font-size: 12px;
    padding: 10px 6px 10px 6px;
    text-align: right;
    font-weight: bold;
    line-height: 22px;
}

.ti-blg p {
    font-size: 11px;
    direction: rtl;
    color: #666;
    text-align: right;
    padding: 2px 5px;
}

.list-blg li a {
    display: block;
    padding: 15px 0;
}

.form-blg {
    padding: 10px 0;
}

.fr-tx-blg {
    width: 99.5% !important;
    float: right;
    box-shadow: none;
    border: 1px solid rgb(234, 234, 234);
}

.btn-default {
    border-color: #eae6e6;
}

.ti-grp-blg {
    font-size: 12px;
    text-align: right;
    padding: 0 15px;
    color: #787878;
    font-weight: bold;
}

.like-post a, .comment-post a {
    float: left;
    color: #636363;
    font-size: 11px;
    margin-right: 10px;
    padding-top: 2px;
}

.like-post .fa, .comment-post .fa {
    margin-right: 3px;
}

.date-post {
    float: right;
    font-size: 12px;
    direction: rtl;
    color: #8a8a8a;
}

a:hover {
    text-decoration: none;
}

.box-date {
    color: #888;
    font-weight: bold;
    margin-bottom: 10px;
    direction: rtl;
    font-size: 10px;
    text-align: right;
}

.rw-nws-blg {
    background-color: #fff;
    padding: 10px 0;
    margin-bottom: 3px;
}

@media only screen and (max-width:790px) {
    .blog-nd .col-md-6 {
        padding: 0 0;
    }

    .blog-nd {
        padding-top: 0;
    }

    .img-blg-nw {
        width: 64px;
    }

    .list-blg li a {
        padding: 5px 0;
    }

    .ti-blg h3 {
        font-size: 12px;
        padding: 14px 6px 4px 6px;
    }
}


.card-header {
    font-size: 18px;
    padding: 10px;
    background-color: #ffffff;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 30px;
    direction: rtl;
}
div#viewComment {
    margin-bottom: 30px;
}
.field-wrap.d-flex.captcha-img {
    width: 50%;
    float: left;
}
.field-wrap.captcha-bx {
    width: 50%;
    float: left;
}
.btn-comment {
    margin-top: 20px;
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 30px;
}
.BDC_ReloadLink {
    width: 19px !important;
    float: left;
    position: absolute;
    top: 7px;
    left: 170px;
}

.titr-table {
    text-align: right;
    direction: rtl;
}

p.nz-p {
    text-align: right;
    direction: rtl;
}