.center {
    text-align: center;
}
.straipsnis-hidden {display: none;}

.str_index p {
    font-size: 17px;
}

.c-silver {
    color: silver;
}

#turinys > h1 {
	margin-top:0;
	margin-bottom:20px;
}

#straipsnis > img {
	width: 100%;
	margin-bottom: 15px;
}

#straipsnis .text-xs {
    font-size: 10px;
    line-height: 12px;
}
#straipsnis .text-sm {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 15px;
}

.str_index.nerodomas {
    border:3px solid red;
}

#straipsnis iframe {
    width: 100%;
}

#straipsnis p {
    margin-bottom: 16px;
}

.str_index_list {
	margin-bottom:10px;
	display:inline-block;
	width: 100%;
	float:left;
	height: 200px;
}

.str_index .link_pvs {
    position: absolute;
    opacity: 1;
    max-height: 200px;
    z-index: 11;
    margin: 0 auto;
}

.str_index .bg_pvs {
    width:100%;
    height: 220px;
    z-index:-1;
    background-position: 50% 50%;
    /*opacity: 0.75;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;

    /*-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);*/
}
/*** reitingavimas ***/
.plus, .minus {
    color: #fff;
    padding: 4px 8px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}
.plus {
    background-color: green;
}
.minus {
    background-color: red;
}
.plus:hover, .minus:hover {
    cursor: pointer;
    opacity: 0.7;
}

#komentarai .reitingai {
    padding-top: 5px;
    display: block;
}

#komentarai .plus,
#komentarai .minus {
    background-color: #fff;
}
#komentarai .plus {
    color: green;
}
#komentarai .plus:hover {
    border: 1px solid green;
}

#komentarai .minus {
    color: red;
}
#komentarai .minus:hover {
    border: 1px solid red;
}

/*** reklama ***/
.reklama-vk { display: none; }
@media (min-width: 1500px) {
    .reklama-vk {
        display: block;
        position: fixed;
        /*background: rebeccapurple;*/
        top: 70px;
        margin-left: -160px;
    }
}

.autorius_block {
    position: relative;
    height:80px;
    width:100%;
    margin:10px 0;
    border-radius:40px 0 0 40px; background:#f5f5f5; float:left;overflow: hidden;
}
.autorius_block > img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    border: 3px solid silver;
}
.balsai_thumb {
    float:right; cursor:pointer;
}
.komentarai_thumb {
    text-shadow: 2px 2px 2px #000; background:red; padding: 2px 7px; color:#fff; cursor:pointer;
    position: absolute;
    right: 10px;
    top: 43px;
}

@media(max-width:767px) {
    .autorius_block {
        height: auto;
        text-align: center;
        border-radius: 15px;
    }
    .autorius_block > img {
        float: none;
        margin-right: 0;
        margin-top: 10px;
    }
    .balsai_thumb,
    .komentarai_thumb {
        float:none;
        width: 150px;
        margin: 10px auto;
        position: initial;
    }
    .balsai_thumb > span {
        padding: 5px 10px;
    }
 }
 
 /* reklama */

 .reklama-tekste {
    float:left;
    margin-left: -100px;
    margin-right:10px;
 }
 @media(max-width:767px) {
    .reklama-tekste {
        margin: 0;
        margin-right:10px;
        width: 100%;
    }
 }
 
/* komentarai */
.help-block {
	font-size: 12px;
	line-height: normal;
}
#komentarai > div.text-sm {
	border-bottom:1px solid silver; margin-bottom: 10px; padding: 5px 0 15px;
}
 
.fb-group.fb_iframe_widget {
    margin-left: auto;
    margin-right: auto;
    display: table !important;
}

/* papildomi */
.str_papildomas_pvs {
    display:inline-block;
    margin-top: 10px;
    width: 100%;
    height: 120px;
    float:left;
    background-position: 50% 50%;
    background-size: cover;
}

.str_papildomas_pvs.active {
    border: 2px solid red;
    border-left: 10px solid red;
    border-right: 10px solid red;
}

.str_papildomas_pvs.str_yra_video::before {
    padding: 2px 10px;
    content: "VIDEO";
    background-color: yellow;
    color: red;
    font-weight: bold;
}
.str_papildomi_title > a:first-child {
    color: #333;
}
.str_papildomi_title > a {
    color: red;
}