img {
    max-width: 100%;
}

.post_img img {
    width: 100%;
}

.tagsList {
    overflow: hidden;
    margin: 15px 0;
}

.tagsListUl {
    padding-right: 0;
    list-style: none;
    margin: 0;
}

.tagsList.showLess {
    height: 33px;
    min-height: 29px;
    overflow: hidden;
}

.tagsList.showMore {
    height: auto;
    min-height: 33px;
}

.tagsShowMore {
    padding: 0 5px;
    background: #C8C8C8;
    color: #fff !important;
    height: 18px;
    line-height: 18px;
    margin: 2px auto;
    display: block;
    width: 37px;
    border-radius: 5px;
}

.tagsList li {
    background: #eee;
    display: inline-block;
    padding: 3px 6px;
    margin: 5px 5px 0 0;
    border-radius: 4px;
    height: 25px;
    line-height: 22px;
}

.contentTitr {


}

/* =================================================================== */

.share-buttons a {
    display: inline-block;
    padding: 3px;
}

.share-buttons a img {
    width: 40px;
}

.share-buttons {
    text-align: center;
}

/* ------------------------------------------------------------ */


/*
comments =========================================================
*/

.comment.media {
    margin-bottom: 15px;
    width: 50%;
    display: block;
}

.comment-span-0 {
    margin-right: 0;
}

.comment-span-1 {
    margin-right: 25px;
}

.comment-span-2 {
    margin-right: 50px;
}

.comment-span-3 {
    margin-right: 75px;
}

.comment-span-4 {
    margin-right: 100px;
}

.comment-rateing-btn {
    margin: 0 7px;
    cursor: pointer;
}

/* sec-contents-comments
   =============================================================  */
.comments {
    position: relative;
}

.comment-items {
    margin: 20px 0;
}

.comment-avatar {
    background-color: #F1F1F1;
    border-radius: 15px;
    color: #fff;
    float: right;
    font-size: 26px;
    height: 55px;
    line-height: 55px;
    margin-left: 10px;
    text-align: center;
    width: 55px;
}

.comment-avatar > img {
    border-radius: 15px;
    display: block;
    padding: 3px;
}

.comment-name span {
    color: #464646;
    font-size: 13px;

}

.comment-name > span:first-child {
    font-weight: bold;
}

.comment-date {
    color: #5a5a5a;
    float: left;
    position: absolute;
    left: 7px;
    top: 7px;
}

.comment-text {
    color: #646464;
}

.comment-form label {
    font-size: 14px;
    font-weight: normal;
}

.comment-form {
    /* background-color: #f2f2f2; */
    border-radius: 5px;
    margin: 20px 0;
    padding: 15px 0;
}

.comment .media-body {
    background: #eee;
    padding: 5px 10px 15px;
    border-radius: 6px;
}

.comment .media-left {
    padding-left: 0;
}

.comment-content {
    position: relative;
}


.replyForm .comment-form {
    background: #bdc3c7;
}

a.replyComment.replyBtn[data-replay="1"] {
    background: #656565;
    color: #fff;
}

a.replyComment.replyBtn {
    transition: .5s ease 0s all;
}

.replyBtn {
    background: #D7D7D7;
    border-top-right-radius: 10px;
    color: #fff;
    display: block;

    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* =================================================================== */

.floatSlash {
    position: fixed;
    z-index: 10000;
    top: 30px;
    left: 1%;
    width: 98%;
}

@media (min-width: 767px) {
    .floatSlash {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .floatSlash {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .floatSlash {
        width: 40%;
    }
}

.floatSlash .alert {
    opacity: .95;
    transition: .3s ease all;
    box-shadow: -2px 2px 2px 0px #b9b9b9;
}

.floatSlash .alert:hover {
    opacity: .35;
}

/* =================================================================== */
.horizontal-captcha {
    float: right
}

.horizontal-captcha .help-block {
    float: right
}

.horizontal-captcha .captcha-label {
    float: right;
    padding-left: 10px;
}

.horizontal-captcha .captcha-input {
    float: right;
    padding-left: 10px;
}

.horizontal-captcha .captcha-img {
    float: right;
    padding-left: 10px;
}


/* =================================================================== */
.an-article-img {
    float: right;
    margin-left: 10px;
}

.an-article-img img {
    border: 1px solid #ccc;
    box-shadow: 0px 0px 1px 0px #aaa;
}


.third-width-img {
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.img-responsive-full {
    width: 100%;
    margin-top: -30%;
}

.excrpt_post_box {
    background: #f1f1f1;
    padding: 15px 0;
    margin: 0 0 15px 0;
}

.post-content-box h3 {
    border-bottom: 2px solid #324253;
    padding-bottom: 4px;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 4px;
}

.post-content-box h3 span {

    border-bottom: 2px solid #3F78E0;
    font-size: 24px;
}

.widget-body {
    margin-top: 15px;
}

.widget-header {
    /*border-bottom: 2px solid #ccc;*/
    height: 32px;
    margin-top: 10px;
}

.widget-header .widget-title {
    border-bottom: 2px solid #324253;
    /*padding: 0 5px;*/
    height: 32px;
    color: rgb(51, 51, 51);
    font-size: 19px;
    float: right;
    width: 100%;
    line-height: 30px;
    margin: 0;
}

.widget-header .widget-title::after {
    border-bottom: 2px solid #3F78E0;
    content: "";
    display: block;
    width: 50%;
}

.widget-header .widget-title a {
    color: rgb(51, 51, 51);
    font-size: 19px;
    /*padding: 0 5px;*/
    height: 32px;
    float: right;
    line-height: 30px;
    margin: 0;
}

/* =================================================================== */


/* =================================================================== */

.figurecontainer.withTitle figure {
    overflow: hidden;
    position: relative
}

.figurecontainer.withTitle figure img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0
}

.figurecontainer.withTitle figure figcaption {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(100, 100, 100, .5);
    -webkit-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    transform: translate(0, -30%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.figurecontainer.withTitle figure figcaption h3 {
    color: #fff;
    margin: 0 auto;
    padding: 0 30px;
    position: absolute;
    height: 30px;
    overflow: hidden;
    top: 22%;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    font-size: 22px;
    font-size: 17px;
    line-height: 27px;
    text-shadow: 1px 1px 1px #404040;
}


.figurecontainer.withTitle figure figcaption p {
    color: #fff;
    margin: 0 auto;
    padding: 0 30px;
    position: absolute;
    width: 100%;
    height: 60px;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 13px;
    text-shadow: 1px 1px 1px #404040;
}

.figurecontainer.withTitle figure figcaption > a {
    display: block;
    height: 100%;
    width: 100%
}

.figurecontainer.withTitle figure figcaption > a .learnmore {
    position: absolute;
    left: 10%;
    bottom: 10%;
    color: #fff;
    background-color: #E54051;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 14px;
    opacity: .85;
    filter: alpha(opacity=85);

}

.figurecontainer.withTitle figure figcaption > a:hover {
    text-decoration: none
}

.figurecontainer.withTitle figure:hover figcaption {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}


/* =================================================================== */

.figurecontainer.withDesc figure {
    overflow: hidden;
    position: relative
}

.figurecontainer.withDesc figure img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0
}

.figurecontainer.withDesc figure figcaption {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .65);
    -webkit-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    transform: translate(0, -30%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}


.figurecontainer.withDesc figure figcaption p {
    color: #fff;
    margin: 0 auto;
    padding: 0 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 13px;
    text-shadow: 1px 1px 1px #404040;
}

.figurecontainer.withDesc figure figcaption > a {
    display: block;
    height: 100%;
    width: 100%
}

.figurecontainer.withDesc figure figcaption > a:hover {
    text-decoration: none
}

.figurecontainer.withDesc figure:hover figcaption {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}


/* =================================================================== */


figure.static {
    position: relative;
    margin: 0 0 20px
}

figure.static a {
    padding: 0
}

figure.static a:hover {
    color: #fff
}

figure.static a:hover:before {
    display: none
}

figure.static a img {
    max-width: 100%;
    height: auto
}

figure.static a figcaption {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #041e2a;
    background: rgba(4, 30, 42, .8);

    font-size: 13px;
    padding: 10px;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle;
}

figure.static a figcaption span {
    backface-visibility: hidden
}

figure.static:hover figcaption {
    padding-right: 20px
}

figure.static2 {
    position: relative;
    margin: 0 0 20px;
    border: 4px #fff solid;
    padding: 0;
    transition: .5s ease all;
}

figure.static2:hover {
    border: 4px #000 solid;
}

figure.static2:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

figure.static2:hover .studentName {
    background: #000;
}

figure.static2 img {
    max-width: 100%;
    height: auto;
    transition: .5s ease all;
}

figure.static2 figcaption {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #4444;
    background: rgba(4, 4, 4, .6);

    font-size: 13px;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle;
}

figure.static2 figcaption span {
    backface-visibility: hidden
}

.studentName {
    margin: 0;

    line-height: 18px;
    height: 24px;
    overflow: hidden;
    padding: 1px 3px 0;
    transition: .5s ease all;

}

.studentTitle {
    color: #3F78E0;
    font-weight: bold;
    line-height: 15px;
    height: 18px;
    display: block;
    overflow: hidden;
    padding: 1px 3px 0;
    transition: .5s ease all;
}

audio {
    width: 100%;
}

.post-content-box .gallery-item img {
    margin: 5px auto 0;
}

.contentbox-divider {
    margin: 15px;
}

.content-metadata {
    padding: 7px !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 12px;
}

.content-action a{
    margin: 0 10px;
    color: #333;
}


.post_widget_img {
    /* display: block; */
    float: right;
    width: 80px;
    margin-left: 5px;
}
.post_widget_img img {
    border-radius: 10px;
    width: 80px;
}

.has-error .help-block {
    color: #bd0000;
}

.has-error .form-control {
    border: 1px solid #f68f8f;
}

.post_widget_box {
    transition: .5s ease all;
}

.post_widget_box:hover {
    background: #eee;
    border-radius: 10px;

}
h4.post_widget_title {
    font-size: 17px;
    line-height: 28px;
}

.post-content-article {
    line-height: 32px;
    text-align: justify;
}