@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700&subset=latin-ext');

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

@keyframes square-animation {
    0%, 100% {
        transform: translate(600px, 160px) rotate(0.01deg);
    }
    50% {
        transform: translate(355px, 160px) rotate(0.01deg);
    }
}

body {
    font-family: 'Helvetica', sans-serif;
    color: #121820;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}
h1, h2, h3, h4, h5, h6, p {
    font-family: 'Helvetica', sans-serif;
}

p {
    font-size: 16px;
}

.title-font {
    font-family: 'Playfair Display', serif;
}

.title-color {
    color: #eb1c2d;
}

h3 {
    font-weight: normal;
}

.gap0 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.pad-left0 {
    padding-left: 0!important;
}

.pad-right0 {
    padding-right: 0!important;
}

.form-group {
    margin-bottom: 0;
} 

a:hover, a:focus {
    text-decoration: none;
    outline: 0 none;
}

label, .control-label {
    font-weight: normal;
    margin-bottom: 2px !important;
    width: 100%;
}

.clear {
    clear: both!important;
}

.rm-clear {
    clear: none!important;
}

.right {
    float: right!important;
}

.left {
    float: left!important;
}

.btn, .form-control, .alert {
    border-radius: 0;
}

#mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #111;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    
    -ms-transition:     visibility 0s, opacity 0.5s linear;
    -moz-transition:    visibility 0s, opacity 0.5s linear;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -o-transition:      visibility 0s, opacity 0.5s linear;
    transition:         visibility 0s, opacity 0.5s linear;
}

#mask.shown {
    visibility: visible;
    opacity: 0.9;
}

.g-captcha-small {
    -webkit-transform: scale(0.84);
    -moz-transform: scale(0.84);
    -ms-transform: scale(0.84);
    -o-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.fancybox-close-small:focus:after {
    outline: none!important;
}

.mobile-header-search {
    position: absolute;
    right: 30px;
    top: 25px;
}

.mobile-header-search img {
    width: 20px;
}

#mobile-search {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 300;
    margin: 0;
}

.mobile-search-input {
    margin: 0;
    position: absolute;
    top: 30%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 50px;
    width: 80%;
}

.mobile-search-input .form-control {
    border-bottom: 1px solid #d43f3a;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.mobile-search-input .form-control:focus {
    box-shadow: 0 0 0;
}

.mobile-search-input .input-group-btn {
    padding-left: 10px;
}

#contentHolder {
    min-height: 500px;
    margin-bottom: 50px;
    padding-top: 152px;
}

.najnovije-title {
    font-family: "Playfair Display", serif;
    font-weight: 100;
    font-size: 21px;
    font-style: italic;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: center;
    margin-top: 8px;
}

.text-header {
    padding: 35px 0;
}

.text-container {
    margin-top: 80px;
    color: #121820;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;;
}

.text-social-mobile {
    padding-bottom: 20px;
    padding-left: 0;
}

.text-social a {
    margin-bottom: 15px;
    display: block;
}

.text-social, .article-side-holder {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 145px;
    margin-bottom: 80px;   
}

.text-social {
    position: -webkit-sticky;
    position: sticky;
    top: 157px;
    margin-bottom: 80px;
}

.text-header .container h3 {
    color: #fff;
    padding-left: 6em;
}

.text-headline {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 20px;
}

.text-title {
    font-size: 38px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.text-autor {
    font-weight:bold;
    font-size: 18px;
    margin-bottom: 0;
}

.text-autor a {
    color: #b3b3b3;
    font-family: "Helvetica", sans-serif;
    font-weight: 100;
}

.text-date {
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 1.5em;
}

.text-subtitle {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 2em;
}

.text-content, .imp-container {
    margin: 20px 0 40px;
    text-align: left;
}

.text-content p, .text-content li {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
}

.text-image, .text-content p img {
    width: 100%;
    margin-bottom: 10px;
}

.text-tags {
    margin: 20px 0 40px;
    padding: 0;
}

.text-tag {
    padding: 5px 7px;
    color: #121820;
    font-size: 16px;
    background: #F3F3F4;
    float: left;
    margin: 0 10px 10px 0;
}

footer {
    background: #F3F3F4;
    min-height: 350px;
    margin-top: 50px;
    padding: 30px 0;
}

footer h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

footer #footer-links {
    margin: 0;
    padding: 0;
}

footer #footer-links li {
    list-style: none;
    margin-bottom: 10px;
}

footer #footer-links li a {
    color: #111;
    font-size: 14px;
    font-weight: 100;
}

#social-media a {
    clear: both;
    text-align: center;
    display: block;
}

#social-media a img {
    margin: 0 0 45px;
    text-align: center;
}

.btn-inverse {
    background: #000;
    color: #fff;
}

.btn-inverse:hover, .btn-inverse:focus {
    color: #f3f3f4;
}

.form-error {
    font-size: 11px;
}

.alert {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    z-index: 9999;
    left: 0;
    text-align: center;
    padding: 20px 0;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 20px;
    color: inherit;
    width: auto;
    font-size: 40px;
}

#citajte-skolegijum {
    padding: 10px 20px;
    background: #000;
}

#citajte-skolegijum p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.newsletter-holder h3 {
    margin-bottom: 0;
}

.newsletter-holder button {
    width: 100%;
}

#copy {
    text-align: right;
}

#copy img {
    margin-bottom: 20px;
}

#copy p {
    color: #8f8f8f;
}

#copy a.impresum-link {
    color: #808080;
    font-weight: bold;
}


.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    font-size: 60px;
}

.carousel-control .icon-prev {
    margin-left: -40px;
}

.carousel-control .icon-next {
    margin-right: -40px;
}

.page-header {
    padding: 10px 0;
    margin: 40px;
    font-size: 21px;
    text-align: center;
    font-style: italic;
    border-bottom: 0;
}

.article-holder, .index-doc-holder {
    margin-bottom: 20px;
    height: 465px;
    overflow: hidden;
}

.main-category-article {
    height: 430px;
}

.article-holder:before {
    content : "";
    position: absolute;
    left    : 4%;
    right   : 4%;
    bottom  : 0;
    height  : 1px;
    width   : 90%;
    border-bottom: 1px solid #f4f4f4;
}

a.category-article {
    display: block;
    color: #111;
}

a.category-article:hover, a.category-article:focus {
    color: #333;
}

.category-article p {
    margin-bottom: 0;
    line-height: 1.4;
}

.cat-img-holder {
    overflow: hidden;
    position: relative;
    height: 235px;
    margin-bottom: 15px;
}

.cat-img-holder img {
    height: 100%;
    width: 100%;
}

.category-article .cat-title {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}

.category-article .headline {
    font-size: 16px;
    font-weight: 100;
}

.category-article .title {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 18px;
    min-height: 50px;
}

.category-article .article-subtitle {
    font-family: "Playfair Display", serif;
    font-weight: 100;
    font-size: 16px;
    min-height: 66px;
    font-style: italic;
    margin-bottom: 5px;
}

.category-article .author {
    font-weight: 100;
    font-size: 16px;
    min-height: 22px;
    color: #b3b3b3;
}

.pagination {
    background: #f3f3f4;
    text-align: center;
    width: 100%;
}

.pagination a {
    color: #111;
    font-weight: bold;
    font-size: 16px;
    display: block;
    padding: 10px 0;
}

.right-article-holder {
    margin-bottom: 30px;
    display: block;
    color: #121820;
}

.right-article-holder .right-headline {
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 0;
}

.right-article-holder .right-title {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.4;
}

.right-article-holder .right-author {
    color: #b3b3b3;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 0;
}

.slik-holder {
    overflow: hidden;
    padding-bottom: 80px;
}

.slik-href {
    display: block;
    margin: 0;
    float: left;
    width: 20%;
}

.slik {
    width: 100%;
}

.fancybox-container {
    top: 15px!important;
}

.fancybox-arrow--left::after, .fancybox-arrow--right::after {
    background-size: 14px 26px;
    background-color: transparent;
    background-image: url('../style/fancy_arrow.png');
}

.fancybox-button {
    background: url("../style/fancy_close.png") transparent no-repeat scroll center center;
    color: transparent;
}

.press-content {
    padding: 10px 0 0;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
}

.press-title {
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}

.press-content p {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
}

.press-content p:last-child {
    margin-top: 20px;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
}

.single-press {
    position: relative;
} 

.press-icons {
    position: absolute;
    bottom: -15px;
    right:0;
}

.press-icons a {
    color: #b3b3b3;
    float: left;
    font-size: 18px;
}

.press-icons a.target {
    margin-top: 10px;
}

.page-header p.subtitle-font {
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    font-weight: 100;
    font-style: normal;
    margin-top: 5px;
}

.docs-categories h3 {
    color: #eb1c2d;
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 20px;
}

.docs-categories li {
    list-style: none outside none;
    padding: 0 0 20px 20px;
}

.docs-categories li a {
    font-weight: 100;
    color: #121820;
    font-size: 16px;
}

.docs-categories li a:hover, .docs-categories li a.selected {
    font-weight: bold;
}

.docs-main .sub-title {
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0;
}

.docs-main .document {
    padding: 25px 20px;
    background: #F3F3F4;
    color: #121820;
    display: block;
    margin-bottom: 5px;
}


.docs-main .document span {
    float: left;
    width: 95%;
    cursor: default;
}

.docs-main .document img {
    float: right;
}

.static-side {
    padding-top: 20px;
}

.static-col {
    margin-bottom: 40px;
}

.static-col-head {
    font-weight: bold;
    color: #eb1c2d;
}

.static-col-content {
    font-weight:100;
}

.static-col-content a, .imp-content a {
    color: #121820;
    font-weight: 100;
}

.static-col-footer {
    font-weight: bold;
}

.imp-head, .imp-content {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: bold;
}

.imp-content {
    font-weight: 400;
}

.imp-content a {
    color: #e92234;
    font-style: italic;
}

.imp-column {
    margin-bottom: 40px;
}

.contact-holder input, .contact-holder textarea {
    background: #F3F3F4;
}

.form-btn {
    margin-top: 15px;
}

.contact-holder .form-btn {
    text-align: center;
}

.contact-holder .btn-inverse {
    padding: 10px 100px; 
}

.magazin-promo {
    background: #F3F3F4;
    padding: 20px 0;
}

.magazin-promo-content {
    padding-left: 40px;
}

.promo-holder a {
    color: #121820;
}

.promo-img-holder {
    margin: 0 17px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px #c5c5c5;
    -moz-box-shadow: 0px 0px 10px #c5c5c5;
    box-shadow: 0px 0px 10px #c5c5c5;
}

.promo-img {
    /*width: 100%;*/
}

.promo-holder .promo-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 0;
}

.promo-holder .magazin-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 50px;
}

.promo-holder .magazin-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

.magazin-social {
    padding-top: 40px;
}

.magazin-content {
    padding: 40px 15px;
}

.magazin-content p {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}

.magazin-content p.magazin-autor {
    color: #b3b3b3;
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    margin-top: 20px;
}

.magazin-active {
    opacity: 0.4;
}

.magazin-list-href {
    height: auto;
    max-width: 239px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 30px;
    display: block;
}

.lektira-list {
    padding-top: 40px;
}

.lektira-list-href {
    min-height: 152px;
    margin-bottom: 30px;
    display: block;
}

.lektira-subtitle {
    font-weight: 100;
    color: #121820!important;
    margin-bottom: 0;
}

.lektira-title {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 24px;
    color: #121820!important;
    margin-bottom: 5px;
}

.lektira-authors {
    font-weight: 100;
    color: #b3b3b3!important;
}

.lektira-holder {
    margin-bottom: 20px;
}

.lektira-social a {
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.lektira-holder a {
    color: #121820;
}

.lektira-img-holder {
    margin: 0 25px;
    border: 1px solid #ccc;
    text-align: center;
}

.lektira-promo-subtitle {
    font-size: 18px;
    font-weight: 100;
}

.lektira-promo-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
}

.lektira-promo-authors {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
}

.lektira-promo-desc {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    /*font-weight: bold;*/
}

.book-selected .lektira-title, .book-selected .lektira-subtitle {
    color: #b3b3b3!important;
}

.index-holder {
    margin: 40px 0;
}


.index-doc-holder {
    background: #E82134;
    padding: 0 15px;
}

.index-doc-holder a {
    color: #fff;
}

.index-doc-holder a.title {
    font-size: 16px;
    font-weight: 100;
    margin: 70px 0;
    display: block;
}

.index-doc-list {
    padding: 0;
}

.index-doc-list li {
    list-style: none outside none;
    margin-bottom: 15px;
    position: relative;
}

.index-doc-list li:before {
    content : "";
    position: absolute;
    left    : 0;
    bottom  : -9px;
    height  : 1px;
    width   : 7%; 
    border-bottom:1px solid #fff;
}

.index-doc-list li:last-child:before {
    border-bottom: 0;
}

.index-doc-list li a {
    font-size: 22px;
    font-family: "Playfair Display", serif;
}


#main-galerija {
    margin-top: 20px;
}

#main-galerija .item {
    padding: 40px;
    min-height: 400px;
}

#main-galerija a {
    color: #fff
}

#main-galerija .carousel-cat-title {
    padding: 10px 0;
    font-size: 21px;
    text-align: center;
    font-style: italic;
    border-bottom: 0;
}

#main-galerija .carousel-headline {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 20px;
}

#main-galerija .carousel-title {
    font-size: 42px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 1em;
}

#main-galerija .carousel-subtitle {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 3em;
}

#main-galerija .carousel-indicators {
    bottom: 10px;
    left: 10%;
}

#main-galerija .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255, 0.5);
    border: 0;
    border-radius: 14px;
}

#main-galerija .carousel-indicators li.active {
    width: 14px;
    height: 14px;
    margin: 1px;
    background-color: #fff;
}

.gallery-icon {
    width: 100px;
    height: 78px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    padding: 26px;
    box-sizing: border-box;
    cursor: pointer;
    
    transition: left 0.2s ease-in-out 0.1s;
    -webkit-transition: left 0.2s ease-in-out 0.1s;
    -moz-transition: left 0.2s ease-in-out 0.1s;
    -o-transition: left 0.2s ease-in-out 0.1s;
}

.gallery-icon-expand {
    left: -30px!important;
}

#text-galerija {
    overflow: hidden;
}

#text-galerija .carousel-indicators {
    bottom: -5px;
}

.text-img-author {
    position: absolute;
    top: 0;
    font-weight: 100;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    text-shadow: 0 1px 2px #111;
    left: 10px;
}

.text-img-author-single {
    color: #b3b3b3;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 100;
}

.carousel-expand {
    left: 0!important;
}

#text-galerija .carousel-indicators li img {
    width: 100px;
}

span.text_image img {
    width: 100%;
}

.last-articles { 
    margin-top: 50px;
}

.text-content section {
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #F3F3F4;
}

.text-content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 30px 0;
}

.text-content table thead {
    border: 0 solid #fff;
}

.text-content table tr th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    line-height: 1.42857143;
    padding: 5px;
    text-align: left;
}

.text-content table tbody {
    border: 0 solid #fff;
    font-size: 16px;
    line-height: 1.42857143;
}

.text-content table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.text-content table > tbody > tr > td {
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding: 5px;
}

.slik-social {
    position: absolute;
    z-index: 20;
    left: -45px;
    top: -8px;
    display: block;
    overflow: hidden;
}

.slik-social a {
    display: block;
    clear: both;
    margin-bottom: 10px;
}

blockquote {
    font-style: italic;
    font-size: 15px;
    color: #666;
    float: left;
    margin: 0 10px 10px 0;
    width: 35%;
    text-align: left;
    padding: 0 10px;
}

blockquote p a {
    color: #666;
}

@media (min-device-width : 320px) and (max-device-width : 480px) {
    #mask {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .lektira-social a {
        float: left;
        margin-bottom: 20px;
        display: block;
    }

    .lektira-img-holder, .rijec-img-holder {
        margin: 0 47px 10px;
    }
    
    .lektira-list-href {
        min-height: 122px;
    }
    
    header {
        height: 90px;
        -webkit-box-shadow: 0 2px 4px #f3f3f3;
        -moz-box-shadow: 0 2px 4px #f3f3f3;
        box-shadow: 0 2px 4px #f3f3f3;
    }

    .magazin-promo-content {
        padding-left: 10px;
    }

    nav {
        width: 100%;
        left: -60em;
    }

    .navbar-header {
        padding: 20px 10px;
    }

    #logo img {
        width: 35%;
        height: auto;
        margin-top: 6px;
    }

    #nav-close {
        padding-right: 30px;
    }
    
    #contentHolder {
        padding-top: 70px;
        margin-bottom: 0;
    }
    
    .contact-holder .form-group{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    .promo-holder .pad-left0 {
        padding-left: 15px!important;
    }

    .promo-holder .promo-title {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .promo-holder .magazin-title {
        font-size: 34px;
        margin-bottom: 15px;
    }
    
    .lektira-promo-title {
        font-size: 34px;
    }

    .magazin-social {
        padding-top: 20px;
    }
    
    .magazin-list-href {
        margin: 15px auto;
    }

    .lektira-title {
        font-size: 17px;
    }
    
    .lektira-subtitle {
        font-size: 15px;
    }
    
    .promo-img {
        width: 100%;
    }
    
    .slik-href {
        width: 50%;
    }
    
    .carousel-container {
        padding: 0;
    }

    .carousel-container .carousel-col {
        padding: 0;
    }

    .article-holder, .index-doc-holder {
        height: auto;
        padding-bottom: 15px;
    }

    .category-article .article-subtitle {
        font-size: 14px;
    }
    
    .text-title {
        font-size: 30px;
    }

    .text-container {
        margin-top: 30px;
    }

    .text-tags {
        margin: 0 0 20px;
    }

    .slik-social {
        left: 0;
        top:auto;
        bottom: -60px;
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .slik-social a {
        float: left;
        clear: none;
    }

    .cat-img-holder {
        height: 210px;
    }

    #main-galerija .item {
        height: 500px;
    }

    #main-galerija .carousel-title {
        font-size: 30px;
    }

    #main-galerija .carousel-subtitle {
        font-size: 16px;
        max-height: 155px;
        overflow: hidden;
    }

    #copy p {
        font-size: 14px;
    }

    .text-content iframe {
        width: 100%
    }

    .article-side-holder {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    header {
        height: 90px;
        -webkit-box-shadow: 0 2px 4px #f3f3f3;
        -moz-box-shadow: 0 2px 4px #f3f3f3;
        box-shadow: 0 2px 4px #f3f3f3;
    }

    #mask {
        display: none;
    }

    .lektira-img-holder {
        margin: 0 !important;
    }
}
