﻿ 

.cont #Video {
    float: right;
    width: 32%;
    position: relative;
    margin-bottom: 20px;
    margin-right: 3px;
    padding-right: 5px;
}

.bn-news {
    left: 90px;
    right: 0px;
    position: relative;
}
.social a {
width:24px;
}

.item-li a .txt-cont .cat {
    padding: 0px 8px;
}
.pull-left {
    color: white;
    background-color: red;
}

.inner-image {
    max-width: 100%;
    height: auto;
}




.item-li, .item-bg, .item-card, .item-article , .item-tp , .block {
    position: relative;
}

    .item-li .edit-pencil, .item-bg .edit-pencil, .item-card .edit-pencil, .item-article  .edit-pencil, .item-tp  .edit-pencil, .block .edit-pencil {
        color: red !important;
    }

    .item-li .btn-edit, .item-bg.btn-edit, .item-card .btn-edit, .item-article.btn-edit, .item-tp .btn-edit {
        opacity: 1;
    }

.cont .item-bg.video a:after {
    z-index: 0;
}

.btn-edit {
    position: absolute;
    z-index: 1000;
    height: 32px;
    width: 32px;
    background: #000;
    left: 5px;
    top: 0;
    color: red;
    text-align: center;
    line-height: 32px;
    opacity: 0;
}

.videoPencil{
    position :relative;
}

.item-bg a em {
float :right;
}

.edit-pencil em {
    left: 20px;
    /*top: 11px;*/
    position: absolute;
}

/* in article poll */
@media (min-width:600px) {
    .in-article-poll {
        width: 100% !important;
        display: inline-block !important;
    }

        .in-article-poll .block {
            width: 400px;
            margin-right: 150px;
        }
}

.full-width {
    float: right;
    width: 100%;
    margin: 20px 0;
    text-align: center;
}

    .full-width img {
        max-width: 100%;
        height: auto;
        display: inline-block;
    }

    .full-width .caption {
        line-height: 24px;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
    }

.img-inline {
    margin: 20px;
}

@media (min-width: 740px) {

    .img-inline {
        max-width: 50%;
    }
}

.img-inline img {
    width: 100%;
    height: auto;
}

.img-inline .caption {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.center {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

.paragraph-list div.embed-responsive {
    float: right !important;
    display: block !important;
    height: auto;
    position: relative;
}

/*.embed-responsive iframe {
}*/

.full-width {
    position: relative;
}

    .full-width img {
        margin: 0;
    }

    .img-inline .caption, .list-gallery .item .caption, .full-width .caption {
        position: absolute;
        z-index: 444;
        background: rgba(0,0,0,0.7);
        padding: 0 4px;
        border-radius: 3px;
        color: #fff;
        left: 10px;
        bottom: 10px;
        font-size: 14px !important;
    }

.embed {
    float: right;
    width: 100%;
    position: relative;
    text-align: center;
}

    .embed iframe, .embed .twitter-tweet-rendered {
        display: inline-block !important;
        max-width: 100% !important;
    }

.responsive-16by9 iframe {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
}

iframe.col-lg-2, iframe.col-md-6 {
	max-width: 100%;
	flex: 0 0 100%;
	height: 400px;
}
