body{
    background-image: url('../img/grain.png');
}
.d-grid{
    display: grid;
}
.bg-darkred{
    background-color: #723030;
}
.text-darkred{
    color: #723030;
}
.bg-black{
    background-color: black;
}
a:hover{
    text-decoration: none;
}
.cursor-pointer:hover{
    cursor: pointer;
}
.fs-17px{
    font-size: 17px;
}
.kosova-review-logo{
    max-width: 300px;
}
.menuMobContentLinks li{
    list-style: none;
}
.menuMobContentLinks li a {
    color: #723030;
    padding: 1rem 1rem 1rem;
    width: 100%;
    float: left;
    border-bottom: 1px solid #723030;
}
.left-menu{
    right: 0px;
    top: 0px;
    z-index: 1;
}
.left-menu a:hover{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.close-container{
    left: -60px;
}
.overlay-left-menu{
    z-index: 1;
    background: #00000085;
}
.animate__delay-100ms{
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.animate__delay-200ms{
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.first-letter-capital::first-letter {
    font-weight: bold;
    font-size: 2rem;
}
.line-height-15{
    line-height: 15px;
}
.text-decoration{
    text-decoration: underline;
}
.shadow-1{
    box-shadow: 0px 0px 3px gainsboro;
}
.font-family-timesNewRoman{
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif; 
}
html,body{
    width: 100%;
    height: 100%;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
header{
    box-shadow: 0px 0px 3px #723030;
}
.top-image{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#page-container {
    position: relative;
    min-height: 100vh;
    padding-bottom: 4rem;
}
.main-content{
    min-height: calc(100vh - 176px);
}
.menu-links-parent{
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 1px 0px;
}
.menu-links a:hover,
.menu-links .dropdown-menu a:hover,
.menu-links .current_page_item a{
    background-color: black;
    color: white!important;
}
.libriimuajit{
    max-width: 350px;
}
.libriimuajit img {
    max-width: 350px;
    max-height: 390px;
    object-fit: contain;
    object-position: center;
}
.libri-unhover:hover .libri-hover{
    display: grid;
}
.libri-hover{
    display: none;
    top: 0;
    left: 0;
    background: #723030eb;
}

.libriFoto  {
    background-image: url('../img/book1.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right;
    min-width: 70px;
    max-height: 100px;
}
.librikontent{
    min-height: 100px;
}

/* recesion */
.libri-detaje .librifoto img{
    width: 120px;
}
/* rekomandime */
.rekomandime .libri-detaje .librifoto img{
    width: 120px;
}

/* arkivi */
.row-result-image img{
    width: 100px;
}
.row-result-hover{
    top: 0px;
    left: 0px;
    background-color: #000000e0;
    display: flex;

}

/* kontakt */
.kontakt-form-kontent textarea{
    resize: none;
}
footer{
    bottom: 0;
}
footer .footer-links li {
    margin-right: 1rem;
}
.ribbon {
    position: absolute;
    left: -5px; top: -1px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 78px;
    text-align: right;
  }
  .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
  }
  .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
  }
  .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
  }
@media (min-width: 992px){
    .col-lg-static-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 889px;
    }
    .bull-middle:after {
        content: " \2219 ";
        position: absolute;
        right: -8px;
    }    
}
@media (max-width: 400px){
    .kosova-review-logo {
        max-width: 200px;
    }
}