.straipsnis-hidden {display: none;}

.str_index p {
    font-size: 17px;
}

.c-silver {
    color: silver;
}

#turinys > h1 {
	margin-top:0;
	margin-bottom:20px;
}

#straipsnis {
    font-size: 16px;
    line-height: 24px;
}
#straipsnis-img {
    margin-bottom: 15px ;
}
#straipsnis img {
	width: 100% !important;
    height: auto !important;
}

#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;
}
.balsai_thumb > .btn {
    margin-top: 3px;
}
.komentarai_thumb {
    text-shadow: 2px 2px 2px #000; background:red; padding: 2px 7px; color:#fff; cursor:pointer;
    position: absolute;
    right: 10px;
    top: 43px;
}

.reitingai > button {
    width: 100%;
}

@media(max-width:767px) {
    .reitingai > button {
        width: 50%;
    }
    .reitingai > .btn-group > .btn,
    .reitingai > button {
        font-size: 16px;
    }

    .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: 200px;
        margin: 10px auto;
        position: initial;
    }
    .balsai_thumb .btn-group {
        width: 100%;
    }

    .balsai_thumb .btn-group .btn {
        width: 50%;
    }
    .balsai_thumb .btn {
        padding: 5px 10px;
        font-size: 18px;
    }
    .balsai_thumb > .btn {
        margin-top: 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_papildomi_blokas {
    background: #000;
}
.str_papildomas_pvs {
    display:inline-block;
    margin-top: 10px;
    width: 100%;
    height: 180px;
    float:left;
    background-position: 50% 50%;
    background-size: cover;

    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
}

.str_papildomas_pvs.active {
    border: 2px solid red;
    border-left: 10px solid red;
    border-right: 10px solid red;
}

.str_papildomas_pvs.active,
.str_papildomas_pvs:hover {
    filter: initial; /* Current draft standard */
    -webkit-filter: initial; /* New WebKit */
    -moz-filter: initial;
    -ms-filter: initial;
    -o-filter: initial; /* Not yet supported in Gecko, Opera or IE */
    filter: initial; /* Gecko */
    filter: initial; /* IE */
    -webkit-filter: initial; /* Old WebKit */
}

.str_papildomas_pvs.str_yra_video::before {
    padding: 2px 10px;
    content: "VIDEO";
    background-color: yellow;
    color: red;
    font-weight: bold;
}
.str_papildomi_title {
    text-indent: 10px;
    padding: 0 10px;
    font-weight: 300;
}
.str_papildomi_title > a:first-child {
    color: #ddd;
}
.str_papildomi_title > a {
    color: red;
}

.read_order {
	padding-top: 10px;
}

@media (max-width: 767px) {
    #turinys {
        padding: 0;
    }
    #straipsnis .col-md-8 {
        padding: 0;
    }
    #straipsnis p {
        font-size: 20px;
        line-height: 28px;
    }
    #straipsnis p img {
        max-width: calc(100% + 20px);
        margin-left: -10px;
    }
    #straipsnis img {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
	.read_order > .btn-group > .btn.btn-default {
		width: 50%;
	}
}

/*#popads-body {*/
/*    width: 100%;*/
/*    height: 50px;*/
/*}*/