.contentb blockquote,
.contentb .citata,
.contentb .citata div {
    background: transparent;
    border:0px;
    font-size: 1.6em;
    line-height: 1.5em;
    font-style:italic;
    margin-left: 30px;
    border-left: 6px solid #ddd;
    padding: 10px 0 10px 10px;
    font-family: 'Times New Roman', Times, serif; 
    display: flex;
}
.contentb .citata,
.contentb .citata p {
    border:0;
    line-height: 1.3em;
    margin-top:0;
    margin-bottom:0;
    margin-right:0;
}
.contentb blockquote p {font-size:1em;} /* fallback'as, jei kur nors yra p blockquote viduje */
.contentb caption {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.contentb figure {
    display: block;
    text-align: center;
    padding:0;
    margin:0 0 2em 0;
}
.contentb img {
    border: none;
    max-width:100%;
}
.contentb figcaption {
    font-size: 0.9em;
    font-style: italic;
    color:#666;
}
.contentb mark {
    padding:1px 3px;
}
.contentb .imglft {
    display:block;
    float:left;
    width:290px;
    padding:0 10px 0 0;
    margin: 0 5px 0 0;
    text-align: center;
}
.contentb .imgrt {
    display:block;
    float:right;
    width:290px;
    padding:0 0 10px 10px;
    margin: 0 0 0 5px;
    text-align: center;
}
.contentb .imgLRlft {
    display:block;
    float:right;
    width:290px;
    padding:0 10px 0 0;
    text-align: center;
}
.contentb .imgLRrt {
    display:block;
    float:right;
    max-width:290px;
    padding:0;
    text-align: center;
    clear: right;
}
.contentb .imgLRlft img,
.contentb .imgLRrt img {
    max-width: 290px;;
}
.contentb .imgLRrt figure {
    margin:0;
}

figure .half
{
    max-width: 280px;
}

.contentb .imgbig {/* naudojama dideliems paveiksliukams (aplink juos teksto nera) */ 
    display:block;
    width:620px !important;
    text-align: center;
    clear:both;
    margin:0;
    padding:0;
}
.contentb .imgbig img { 
    padding:0 10px 0 0;
    margin: 0 5px 0 0;
    width:620px !important;
}
.contentb .data {
    font-size:0.95em;
    text-indent: 0px;
    font-style:italic;
}

.contentb .footnote {
    font-size: 0.9em;
    vertical-align: super;
}
.contentb .footnotes,
.contentb .footnotes p {
    text-indent: 0px;
    font-size: .95em;
    color:#666;
}
.contentb .hrfootnotes {
    width: 100%;
    margin: 1em auto;
    border: 0;
    color: #eee;
    background-color: #ccc;
    height: 1px;
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
}
.contentb .author,
.contentb .author p,
.contentb .author a {
    font-style:italic;
    text-indent: 0px;
    margin-bottom:15px;
}
.contentb .reversrfootnote a,
.contentb .reversefootnote a:link, 
.contentb .reversefootnote a:hover,
.contentb .reversefootnote a:visited,
.contentb .reversefootnote a:active{
    color:#000;
    vertical-align: super;
    text-decoration: none;
}

/* video is youtube ir panasiai padaryti scalable ir flexible */
.contentb .video-wrapper {
    width: 670px !important;
    max-width: 100%;
}
.contentb .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.contentb .isskirtastxt {
    float:right;
    width:285px;
    text-align: center;
    padding: 5px 0;
    margin: 0 0 10px 0;
    font-size:1em;
}
.contentb .video-container iframe,  
.contentb .video-container object,  
.contentb .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ######################################## */
/*         EKSPERIMENTINIS GABALAS          */
/* ######################################## */

.content 

@import url(http://fonts.googleapis.com/css?family=Domine&subset=latin,latin-ext);
.contentb {display:block; width:600px !important; padding-left:0px;} /* padarome kad teksto plotis atitiktų viršutinio meniu */

.contentb a,
.contentb a:link,
.contentb a:visited,
.contentb a:hover,
.contentb a:active { /* linkų spalvą sukūdriname */
    color: #4DA1BD;
    order-bottom: 1px dotted #4DA1BD;
}
.contentb .imgbig,
.contentb .imgbig img,
.contentb .video-wrapper {/* didelius paveiksliukus ir video padarome per visą plotį*/
    width:620px !important;
}
.contentb .imglft,
.contentb .imgLRlft,
.contentb .imgLRrt,
.contentb .imgLRlft img { /* wrappinamų paveikliukų plotis */
    width:320px !important;
}
.contentb p { /* naujas fontas, nuo krašto iki krašto tekstas */
    font-family: 'Open sans', verdana, georgia, verdana, georgia, arial, verdana, sans-serif;
    text-align: justify;
    line-height: 18px;
}
.contentb,
.contentb a,
.contentb p { /* padidiname tekstą */
    font-size: 13px;
}
.contentb blockquote,
.contentb blockquote p,
.contentb .citata,
.contentb .citata div,
.contentb .citata p  { /* panaudojame naują fontą išskirtam tekstui */
    font-family: 'Domine', serif;
    font-size: 1.6em;
}

.contentb blockquote p,
.contentb .citata blockquote p {font-size:1em;}
.contentb .mazas {font-size:0.9em;}  
.contentb .desine {text-align: right;}  .contentb .clear {clear:both;}  
