body {
    min-width: 338px;
}
a, 
a.nav-link:hover {
    text-decoration: none;
}
a:not(.btn):hover {
    text-decoration: underline;
}
/*a:not(.btn, .navbar *, footer *) {
    color: #3c7ca7;
}*/

.mw-99 {
    max-width: 99% !important;
}
.max-vh-100 {
    max-height: 100vh;
}
.w-unset {
    width: unset;
}

.text-red {
    color: #F00 !important;
}

.bg-l-dark {
    background-color: #343a40 !important;    
}
.bg-transparent-light-dark {
    background-color: rgba(0,0,0,.5);
}
.bg-transparent-dark {
    background-color: rgba(0,0,0,.65);
}

.absolute-fitted {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.logobox {
    font-size: 1.25rem;
}

img.blured {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
}

/* vote ratings */
i.vote {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
}

i.vote:hover, i.vote-active {
    color: #000000;
    background-color: rgba(0,0,0,0.05);
}

/* comments */
.comment-low-rate {
    opacity: .5;
}

.comment-low-rate:hover {
    opacity: 1;
}

.cursor-pointer {
    cursor: pointer;
}

/** main navbar **/
.navbar-toggler.position-absolute {
    top: 0px;
}
#navbarMain .dropdown-menu-end {
    background-color: #292929;   
}
#navbarMain .dropdown-menu-end .dropdown-divider {
    border-top: 1px solid #e9ecef;
}
#navbarMain .dropdown-menu-end  a {
    color: #ffffff;
}
#navbarMain .dropdown-menu-end  a:hover,
#navbarMain .dropdown-menu-end  a:focus{
    color: #000;
}
#navbarMain a:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.emojionearea .emojionearea-editor {
    min-height: 1em !important;
}
.fs-12 {
    font-size: 1.2em;
}

/** container-fit **/
.container-fit {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.content-fit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.content-fit .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zoom:hover {
    transform: scale(1.01);
}
.zoom, .zoom-lg {
    transition: transform .1s;
}

/** card columns **/

.card-columns,
.card-columns-5 {
    column-count: 1; 
}

@media (min-width: 576px) { 
    .card-columns,
    .card-columns-5 {
        column-count: 2; 
    }
}
@media (min-width: 768px) { 
    .card-columns,
    .card-columns-5 {
            column-count: 3; 
    } 
}
@media (min-width: 992px) { 
    .card-columns,
    .card-columns-5 {
        column-count: 4; 
    } 
}
@media (min-width: 1200px) { 
    .card-columns-5 {
        column-count: 5; 
    } 
}

/* stripped tags */
.tags-row .col-6:nth-of-type(odd) li {
    background-color:#f7fafc;
}
.tags-row .col-6:nth-of-type(even) li {
    background: #FFFFFF;
}

.tags-row .col-6:nth-of-type(odd) li:hover {
    background: #FFFFFF;
}
.tags-row .col-6:nth-of-type(even) li:hover {
    background-color:#f7fafc;
}

/* posts */
.post-one-in-list .card-text:first-child {
    margin-bottom: 0;
    font-weight: bold;
}

.card-text span a,
a.artist-name {
    color: #F00;
}

.post-text, 
.post-text a,
a.post-title {
    color:#666; 
    line-height:17px; 
    font-size:14px;
}

.post-free {
    position: absolute;
    top: 1px;
    right: 1px;
    background-image: url('/img/free.webp');
    width: 59px;
    height: 48px;
}

/* fullscreen */
.fscreen-off {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2;
    background-color: rgba(0,0,0,.35);
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 0px;
}
.fscreen-on {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    background-color: rgba(0,0,0,.35);
    border: none;
    padding: 0px;
}
.fscreen-on:hover, .fscreen-off:hover {
    background-color: rgba(0,0,0,.5);
}
.fscreen-off:hover {
    border-color: rgba(255,255,255,.5);
}

/* crumbs */
.crumbs i {
  font-size: 0.5rem;
}
.crumbs a {
    color: #000;
}
.crumbs .crumbs-last {
  color: var(--bs-secondary-color) !important;
}

/* toast */
@media (max-width: 576px) { /* sm */
    .toast {
        width:100%;
    }
}

/* carousel */
.carousel-center-text{
    position: absolute;
    right: 0;
    bottom: 36px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    font-weight: bold;
    margin-bottom: 1rem;
}

.carousel-center-text .cont .h2 {
    font-weight:500; font-size:45px;
}
.carousel-center-text .cont h1 {
    font-weight:500; font-size:51px;
}

@media (max-width: 1220px) {
    .carousel-center-text {
        bottom: 0px;
    }
    .carousel-center-text .cont {
        margin-bottom: 0px;
    }
    .carousel-center-text .cont .h2 {
        font-size:1.8em;
    }
    .carousel-center-text .cont h1 {
        font-size:2em;
    }
    .carousel-center-text .cont .h5 {
        font-size:1.5em;
    }
}

@media (max-width: 650px) {
    .carousel-center-text .cont .h2 {
        font-size:1.1em;
    }
    .carousel-center-text .cont h1 {
        font-size:1.2em;
    }
    .carousel-center-text .cont .h5 {
        font-size:1em;
    }
    .carousel-center-text {
        margin: 0px;
    }
}

/* bootstrap - custom */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }
}

.card-img-top {
    border-radius: 0px;
}
/* nav tabs */
.nav-tabs .nav-link {
    font-size: .875em;
}
@media (max-width: 350px) {
    .nav-tabs .nav-link {
        padding: 0.75rem;
    }
}
/* carousel */
.carousel-control-prev i.fas,
.carousel-control-next i.fas {
    font-size: 2rem !important;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0,0,0,.6),0 0 1em rgba(0,0,0,.6),0 0 .2em rgba(0,0,0,.6);
}