@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/html/fonts/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/html/fonts/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*, ::after, ::before {
    box-sizing: border-box;
}
:root {
    /*DARK THEME*/
    --dark-main-color: #DF537D;
    --dark-text-color: #ffffff;
    --dark-title-color: #DF537D;
    --dark-bg-color: #000000;
    --dark-white-color: #ffffff;
    --dark-thumb-bg-color: #333333;
    --dark-thumb-bg-rgb-color: rgba(51,51,51,.5);
    --dark-link-color: #DF537D;
    --dark-header-bg-color: #343131;
    --dark-footer-bg-color: #343131;
    /*DARK THEME*/
}
body {
    /*LIGHT THEME*/
    --main-color: #DF537D;
    --text-color: #212529;
    --title-color: #212529;
    --bg-color: #F2F2F2;
    --white-color: #ffffff;
    --thumb-bg-color: #fefefe;
    --thumb-bg-rgb-color: rgba(254,254,254,.5);
    --link-color: #DF537D;
    --header-bg-color: #343131;
    --footer-bg-color: #343131;
    /*LIGHT THEME*/

    font-size: 16px;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    color: var(--text-color);
    background-color: var(--bg-color);
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.03em !important;
    margin: 0;
    padding: 0;
}
body.theme-dark {
    --main-color: var(--dark-main-color);
    --text-color: var(--dark-text-color);
    --title-color: var(--dark-title-color);
    --bg-color: var(--dark-bg-color);
    --white-color: var(--dark-white-color);
    --thumb-bg-color: var(--dark-thumb-bg-color);
    --thumb-bg-rgb-color: var(--dark-thumb-bg-rgb-color);
    --link-color: var(--dark-link-color);
    --header-bg-color: var(--dark-header-bg-color);
    --footer-bg-color: var(--dark-footer-bg-color);
}
@media (prefers-color-scheme: dark) {
    body.theme-auto {
        --main-color: var(--dark-main-color);
        --text-color: var(--dark-text-color);
        --title-color: var(--dark-title-color);
        --bg-color: var(--dark-bg-color);
        --white-color: var(--dark-white-color);
        --thumb-bg-color: var(--dark-thumb-bg-color);
        --thumb-bg-rgb-color: var(--dark-thumb-bg-rgb-color);
        --link-color: var(--dark-link-color);
        --header-bg-color: var(--dark-header-bg-color);
        --footer-bg-color: var(--dark-footer-bg-color);
    }
}
#theme {
    display: inline-flex;
    align-items: center;
    line-height: 54px;
    float: right;
    margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 14px;
    background: var(--header-bg-color);
    border: none;
    outline: none;
    cursor: pointer;
    color: var(--white-color);
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
a:link, a:visited {
    color: var(--main-color);
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: var(--text-color);
    text-decoration: underline;
    background-color: transparent;
}
img {
    margin: 0
}
#nav button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0;
    font-size: 1rem;
    transition: color .15s ease-in-out;
}
#nav input:active, #nav input:focus, #nav input:hover, #nav select:active, #nav select:focus, #nav select:hover, #nav button:active, #nav button:focus, #nav button:hover {
    outline: 0;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.role-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
}
.pin-container {
    border-radius: 8px;
    background-color: var(--thumb-bg-color);
    color: var(--text-color);
    margin: 5px;
    max-width: 225px;
    min-width: 225px;
    line-height: normal;
    overflow: hidden;
}
.pin-container:hover {
    background-color: var(--bg-color);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
}

.pin-text-container {
    margin: 5px;
    max-width: 225px;
    min-width: 225px;
    line-height: normal;
    position: relative;
    overflow: hidden;
}

.pin-text-container a.main-text {
    /*border-radius: 8px;*/
    color: var(--text-color);
    background-color: var(--thumb-bg-color);
    display: block;
    font-size: 1.2rem;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pin-text-container a.main-text:hover {
    color: #000000;
    background-color: var(--main-color);
}

/*.pin-container img {
    border-radius: 8px 8px 0 0;
}*/
.pin-container iframe {
    display: block;
    margin: 0 auto;
}
.movie-info {
    padding: 6px 8px;
}
.movie-info:after {
    content: "";
    display: table;
    clear: both;
}
.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.title:first-letter {
    text-transform: uppercase;
}
.description, .quality {
    font-size: 12px;
    margin: 2px;
}
.quality {
    color: blue;
    font-weight: bold;
}
.pin-container .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
/* THUMB */
.pin-container a.main-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 320px;
}
.pin-container a.main-thumb img {
    object-fit: cover;
    /*-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;*/
    width: 100%;
}
/*.pin-container a.main-thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}*/
.pin-container a.main-thumb .img-info {
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}
.pin-container .duration {
    line-height: 18px;
    float: left;
    margin-left: 5px;
    color: #fff;
    pointer-events: none;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    background: #212529;
}
.pin-container .models {
    line-height: 18px;
    float: left;
    margin-left: 5px;
    color: #fff;
    pointer-events: none;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    background: #212529;
}

.shine {
    position: relative;
    overflow: hidden;
    z-index:0;
}
.shine:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( to right, transparent 33%, rgba(255,255,255,0.3) 50%, transparent 66% );
    background-size: 300% 100%;
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        background-position: right;
    }
    /*100% {
      background-position: left; it's the default value, no need to define it
    }*/
}

.pin-container .hd-vr-container {
    right: 5px;
    top: 5px;
    display: inline-block;
    position: absolute;
}
.pin-container .rating-container {
    left: 5px;
    top: 5px;
    display: inline-block;
    position: absolute;
}
.pin-container .rating-container .text-red {color: orangered;}
.pin-container .rating-container .text-orange {color: gold;}
.pin-container .rating-container .text-green {color: greenyellow;}
.pin-container a.main-thumb .hd-vr-container, .pin-container a.main-thumb .rating-container {
    -webkit-transition: .3s;
    transition: .3s;
}
.pin-container .hd-icon {
    margin-right: 2px;
}
.pin-container .hd-icon, .pin-container .vr-icon {
    font-size: 14px;
    font-weight: 400;
    pointer-events: none;
    padding: 0 4px;
    line-height: 20px;
    border: 0;
    vertical-align: baseline;
}
.pin-container .date, .pin-container .sponsor {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: var(--main-color);
}
.pin-container .date {
    float: left;
}
.pin-container .sponsor {
    float: right;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.hidden-info {
    display: none;
    position: relative;
    z-index: 9;
}
.hidden-info-block {
    position: absolute;
    top: 0;
    z-index: 10;
}
.pin-container:hover .hidden-info {
    display: block;
}

/* PLAY ICON ON HOVER */
.one-item-play {
    height: 48px;
    width: 48px;
    margin: auto;
    opacity: 0;
    fill: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.6s;
}
.one-item-play svg {
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
}
.pin-container:hover .one-item-play {
    opacity: 0.8;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.masonry-item a:link .masonry-title, .masonry-item a:visited .masonry-title {
    -webkit-transition: .3s;
    transition: .3s;
}
.guest .masonry-item a:hover .masonry-title {
    /*-webkit-transition-delay: .3s;
    transition-delay: .3s;*/
    bottom: -110px;
}

@media (min-width: 1024px) {
    .pin-container a.main-thumb:hover .img-info {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        bottom: -40px;
    }
    .pin-container a.main-thumb:hover .hd-vr-container, .pin-container a.main-thumb:hover .rating-container {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        top: -40px;
    }
}
/* NAVBAR */
ul, li {
    list-style:none;
    margin:0;
    padding:0;
    line-height: 24px;
}
#menu-toggle {
    display:none;
}
#nav label {
    display:none;
    font-size:20px;
    list-style:none;
}
/* Nav */
#nav {
    background-color: var(--header-bg-color); z-index: 10;
    height: 54px;
    min-height: 54px;
    position:relative;
    display:block;
    width: 100%;
    overflow:visible;
}
#nav a {
    color:#fff;
    display:block;
    font-size: 16px;
    padding: 15px;
    text-decoration:none;
    text-align: left;
}
#nav a:hover {
    color:#000000;
}
#nav ul li {
    position:relative;
}
/* First-Level */
#nav li {
    transition:background-color .5s;
    float:left;
}
#nav li:hover {
    background-color: var(--main-color);
    -webkit-transition: margin-bottom .2s;
    /* Safari 3.1 to 6.0 */
    transition: margin-bottom .2s;
}
#nav > ul > li {
    display:block;
    float:left;
}
/* Second-level */
#nav li ul {
    width: 100%;
}
#nav > ul li:hover > ul {
    opacity:1;
    top:54px;
    visibility:visible;
    border-radius: 4px;
    z-index:3;
}
#nav .first-level .second-level > li {
    float:left;
}
#nav > ul ul {
    opacity:0;
    visibility:hidden;
    position:absolute;
    top:60px;
    transition:all .25s;
    width:1000px;
}
#nav > ul ul li {
    background-color:#3498db;
    left:0;
}
#nav > ul ul li a {
    padding:10px 20px
}
/*#toggle-search {
    float:right;
    margin-top: 5px;
    margin-right: 5px;
}*/
#search_query_form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: relative;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
}
#search_query_form.open {
    max-height: 60px;
}
#search_query_form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
}
#search_query_form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 60px;
}
#search_query_form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: transparent;
    border: none;
}
#search_query_form input[type="submit"], #search_query_form input[type="button"] {
    position:absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #516270;
    background: #c6cacd;
    border: none;
    cursor: pointer;
}
#search_query_form input[type="search"]:focus {
    background: #ffe;
    border: 0px solid #29B0D9;
    outline: none;
}
/* Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content:" ";
    clear:both;
    height:0;
}

#nav button.magic-icon-search {
    position: relative;
    font-size: 24px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    text-align: center;
    height: 54px;
    width: 40px;
    float: right;
    margin-right: 5px;
    cursor: pointer;
}
.icon-close {
    display: none;
}
.magic-icon-search.open .icon-search {
    display: none;
}
.magic-icon-search.open .icon-close {
    display: inline-block;
    font-size: 30px;
}

#nav .brand-logo {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}
#nav .brand-logo a {
    padding: 0;
    display: flex;
}
#nav .brand-logo img {
    height: 50px;
}
.max-header {
    max-width: 1600px;
    margin: 0 auto;
}
.flex-container {
    margin: 10px 0;
}
@media only screen and (max-width: 920px) {
    #theme {
        display: none;
    }
}
/* RESPONSIVE */
@media only screen and (max-width: 1140px) {
    #nav .brand-logo {
        position: absolute;
        left: 50%;
        margin-left: -100px;
        float: none;
        margin-top: 0;
        margin-right: 0;
    }
    #nav .brand-logo a {
        padding: 0;
    }
    #nav .brand-logo img {
        height: 50px;
    }
    .img {
        width:30px;
        height:20px;
        padding: 15px 10px 15px 10px;
    }
    .img:hover > #nav label {
        cursor:pointer;
        opacity: 1;
    }
    #menu-toggle {
        display:block;
        height:50px;
        width:50px;
        opacity:0;
        z-index:1;
        margin: 0;
    }
    /*#toggle-search {
        float:right;
        !*margin:8px;
        *!
        margin-top: 3px;
        margin-right: 3px;
    }*/
    #menu-toggle:checked + label + ul {
        display: block;
    }
    #menu-toggle:checked + label + ul ul {
        display: block;
    }
    #nav label {
        position: relative;
        margin-top:-41px;
        margin-left: 5px;
        display: block;
        height:40px;
        width:40px;
        line-height:40px;
        text-align:center;
        color:white;
        font-size:16px;
        /*background-color: #13EBC7;
        */
        cursor:pointer;
        opacity:1;
        z-index:3;
    }
    #menu-toggle:checked + #nav {
        display: block;
    }
    #nav label:active #nav {
        display: none;
    }
    #nav-icon {
        width: 40px;
        height: 40px;
        position: relative;
        cursor: pointer;
    }
    #nav-icon span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #ffffff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon {
    }
    #nav-icon span:nth-child(1) {
        top: 0;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    #nav-icon span:nth-child(2) {
        top: 13px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    #nav-icon span:nth-child(3) {
        top: 26px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    #nav-icon.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        left: 8px;
    }
    #nav-icon.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 29px;
        left: 8px;
    }
    /* First Level */
    #nav {
        display: block;
        width: 100%;
        border-bottom-width: 0px;
    }
    #nav ul {
        display:none;
        width:100%;
        background-color: #232323;
    }
    #nav.on ul {
        display: block;
    }
    #nav ul:hover {
        display:block;
    }
    #nav li {
        width:100%;
        background-color: #232323;
    }
    /* Second Level */
    #nav ul ul li {
        width:100%;
        color:white;
        background-color:black;
        display:block;
        line-height:30px;
    }
    #nav ul ul li:hover {
        display:block;
    }
    #nav ul li > ul li{
        height: 0px;
        opacity: 0;
        width:100%;
    }
    #nav ul li:hover > ul li {
        height: 50px;
        opacity: 1;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    #nav > ul li:hover > ul {
        position:relative;
        top:0px;
        left:0px;
        visibility:visible;
        z-index:3;
    }
    #nav ul ul {
        display:block;
        width:100%;
        visibility:hidden;
        position:absolute;
        top:0px;
    }
    #nav ul ul li {
        width:100%;
        color:white;
        background-color:black;
        display:block;
    }
    #nav ul ul li:hover {
        display:block;
    }
}
/* FOOTER BOX */
.footer {
    background: var(--footer-bg-color);
    color: var(--white-color);
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.footer .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.footer .links {
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    .footer .links {
        margin-bottom: 0;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
.footer .h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.text-white-50 {
    color: rgba(255,255,255,1)!important;
}
.pr-5, .px-5 {
    padding-right: 3rem!important;
}
.footer p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.text-center {
    text-align: center!important;
}
.footer .copyright p {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.footer .links li a {
    color: var(--white-color);
    text-decoration: none;
    transition: color .2s;
}
.footer .links li a:hover {
    text-decoration: underline;
    color: rgb(255 255 255 / 50%);
}
.footer .niches-ul li {
    width: 50%;
    float: left;
}
#up_to {
    display: inline-block;
    background-color: var(--main-color);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#up_to::after {
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#up_to:hover {
    cursor: pointer;
    background-color: #333;
}
#up_to:active {
    background-color: #555;
}
#up_to.show {
    opacity: 1;
    visibility: visible;
}
.arrow {
    display: block;
    margin-top: 17px;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    border-top: 8px solid var(--white-color);
    border-right: 8px solid var(--white-color);
    transform: rotate(-45deg);
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary, a.btn-primary {
    /*color: #000000;*/
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
    padding: .375rem 2rem;
    font-size: 1.4rem;
}
.btn-primary:hover, a.btn-primary:hover {
    color: var(--white-color);
    background-color: var(--header-bg-color);
    border-color: var(--header-bg-color);
}
.fixed-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* VIDEO PLAYER */
.video-player {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.the-video-block {
    max-width: 1200px;
    margin: 1em auto 2em;
}
.the-video-block .full_h1 {
    text-align: left;
    line-height: 28px;
    font-size: 22px;
    margin: .5rem 0;
    font-weight: 400;
}
.related_h2 {
    color: var(--title-color);
    text-align: center;
    line-height: normal;
    font-size: 2em;
    margin: .5rem 0;
}
/* FULL POST VIDEO INFO */
.tech-info {
    font-size: 18px;
    margin-top: 10px;
}
.tech-info a, .tech-info a:visited {
    font-weight: 400;
    color: var(--title-color);
}
.tech-info a:hover {
    font-weight: 400;
    color: var(--text-color);
    text-decoration: none;
}
.tech-info .tech-item {
    float: left;
    width: 50%;
    line-height: 24px;
}
.tech-info:after {
    content: "";
    display: table;
    clear: both;
}
.tech-date time {
    font-weight: 400;
    color: var(--main-color);
}
.tech-models a {
    color: var(--main-color);
}
.tech-tags a:after, .tech-models a:after, .tech-location a:after {
    content: ",";
}
.tech-tags a:last-of-type:after, .tech-models a:last-of-type:after, .tech-location a:last-of-type:after{
    content: "";
}
.tech-tags a {
    text-transform: lowercase;
    text-decoration: underline;
}
.tech-tags {}
.tech-source {}
.tech-location {}
.tech-desc {
    font-size: 14px;
    margin-top: 10px;
    text-decoration: none;
    display: block;
}
@media (max-width: 768px) {
    .tech-info .tech-item {
        float: none;
        width: 100%;
        line-height: 30px;
    }
    .flex-container {
        padding: 0 10px;
    }
    #mode {
        display: none;
    }
    .fixed-container.static-pages {
        padding: 0!important;
    }
}
@media (max-width: 1430px) {
    .fixed-container.static-pages {
        padding: 0 15px;
    }
}
.tech-desc {
    font-size: 14px;
    margin-top: 10px;
    text-decoration: none;
    display: block;
}
@media (max-width: 720px) {
    .pin-container, .pin-container img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .pin-container a.main-thumb {
        max-height: none;
    }
    .pin-text-container {
        margin: 1%;
        width: 48%;
        max-width: 48%;
        min-width: 48%;
    }
}


/* ALL TAGS PAGE */
/*.all-tags-block {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}*/
.all-tags-link {
    line-height: 1.75em;
}
.all-tags-link:hover {
    color: #000;
}
a.all-tags-link {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    position: relative;
    color: #888888;
    text-decoration: none;
    border-bottom: 1px dashed #888888;
}
a.all-tags-link:hover {
    color: var(--main-color);
    text-decoration: none;
}
.badgez {
    background-color: var(--main-color);
    color: var(--white-color);
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (min-width: 576px) {
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
    @media (min-width: 768px) {
        .col-md-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
    }
        @media (min-width: 992px) {
            .col-lg-3 {
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 25%;
            }
        }

/* lazyload for pics */
.lazy {
    opacity: 0;
    transition: .5s;
    animation: show 2s 1;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* DARK MODE */
#mode {
    display: inline-flex;
    align-items: center;
    height: 54px;
    float: right;
    margin-right: 10px;
}
#mode input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}
#mode label {
    cursor: pointer;
    width: 24px;
    height: 24px;
    font-size: 24px;
    display: block;
    position: relative;
    margin-top: 0;
}
#mode label .icon-sun, #mode label .icon-moon {
    position: absolute;
    width: 24px;
    height: 24px;
    transition: 0.8s;
    display: block;
    fill: #FFFFFF;
    color: #FFFFFF;
}
#mode label .icon-moon {
    display: none;
}
#mode input:checked + label .icon-moon {
    display: block;
}
#mode input:checked + label .icon-sun {
    display: none;
}
/*@media (max-width: 768px) {
    #mode {
        display: none;
    }
}*/

/* 404 PAGE */
.container-1400 {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 15px;
}
.class_h2 {
    text-align: center;
    line-height: 34px;
    font-size: 30px;
    margin: 0 0 20px;
}
.see-all {
    margin-top: 20px;
}
.sources.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.mainH1 {
    /*font-size: 1.5rem;*/
    text-align: center;
    font-weight: 500;
    margin: 10px 0;
    letter-spacing: -0.03em !important;
}
@media (max-width: 768px) {
    .mainH1 {
        font-size: 1.2rem;
        text-align: center;
    }
}

.movie-info h3 {
    font-size: 16px;
    line-height: normal;
    margin-top: 0;
}
.movie-info h3 a {
    color: var(--text-color);
}
.movie-info h3 a:hover {
    color: var(--main-color);
}
.pin-container:hover .movie-info h3 a {
    color: var(--main-color);
    text-decoration: underline;
}


/* SHARE */
.new_view_buttons {
    padding: 10px 0 0 0;
}
.new_view_buttons .link_node {
    margin: 0;
    min-height: 45px;
    width: 70%;
    float: left;
    text-align: center;
    background-color: var(--main-color);
}
.full_post_block .news-link {
    cursor: pointer;
}
.link_node a {
    font-size: 20px;
    display: block;
    padding: 0 15px;
    line-height: 43px;
    min-height: 45px;
    color: #000000;
}
.link_node a:hover {
    background-color: #c7c7c7;
    color: #2d2d2d;
    text-decoration: none;
}
.link_node .news-link:after {
    content: ">";
    font-weight: 400;
    margin-left: 5px;
}
.new_view_buttons .social {
    width: 30%;
    float: left;
}
.social {
    margin: 0 auto;
    text-align: center;
}
.new_view_buttons:after {
    content: '';
    display: block;
    clear: both;
}
.new_view_buttons .social a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}
.new_view_buttons .push {
    display: block;
    float: left;
    width: 25%;
    line-height: 45.6px;
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.new_view_buttons .wa {
    background-color: #00E676;
}
.new_view_buttons .wa:hover {
    background-color: #01c463;
    color: #fff;
}
.new_view_buttons .pn {
    background-color: #E60023;
}
.new_view_buttons .pn:hover {
    background-color: #cc0220;
    color: #fff;
}
.twitter {
    background-color: #55acee;
}
.twitter:hover {
    background-color: #2795e9;
    color: #fff;
}
.re {
    background-color: #FF4500;
}
.re:hover {
    background-color: #dd3b00;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .new_view_buttons .link_node {
        margin-bottom: 1em;
    }
    .new_view_buttons .link_node, .new_view_buttons .social {
        width: 100%;
        float: none;
    }
    .push {
        width: 25%;
    }
    .first-block {
        -ms-flex-order: -1;
        order: -1;
    }
}

.source-info {
    border-radius: 8px;
    background-color: var(--thumb-bg-color);
    color: var(--text-color);
    padding: 15px!important;
}


/* FILTERS */
#alphabet {
    margin-top: 0;
}
#all_tags #alphabet {
    margin-top: 10px;
}
#all_tags {
    /*max-width: 1400px;*/
    margin: 0 auto;
    /*padding: 0 15px;*/
}
.tabs .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.tabs .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.tabs .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.tabs .form-control {
    display: block;
    width: 100%;
    /*height: calc(1.5em + .75rem + 2px);*/
    /*padding: .375rem .75rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;*/
    padding: 0 15px;
    border: 2px solid #e1e4e7;
    outline: none;
    background-color: #e1e4e7;
    height: 46px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.tabs .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.tabs .all-categories-page-search {
    height: 40px;
    /*max-width: 300px;*/
}
#alphabet.mobile-category-anchors {
    display: inline-block;
    list-style: none;
    top: 10px;
    bottom: 10px;
    padding: 0;
    width: 100%;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: .25s;
    transition: .25s
}
#alphabet.mobile-category-anchors {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.mobile-category-anchors li {
    display: inline-block
}

.mobile-category-anchors li a {
    width: 36px;
    margin-bottom: 10px;
    border: 0
}

.mobile-category-anchors li.all a {
    padding: 0.55rem 0.1rem 0.45rem;
}

#alphabet li a:hover,
#alphabet .ac a {
    color: var(--white-color);
    background-color: #606060;
    border-color: var(--main-color);
}
.tabs {
    display: table;
    min-width: 500px;
    margin: 0 auto;
}
.tabs-search {
    width: 100%;
}
.tabs>ol {
    margin: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.tabs .btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    /*border: 1px solid transparent;
    padding: .25rem .5rem;
    font-size: .8rem;
    line-height: 1.5;*/
    border-radius: 4px;
    padding: 0.55rem 0.5rem 0.45rem;
    font-size: 1rem;
    line-height: 1;
    border: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
.tabs .btn:hover {
    color: #fff;
    text-decoration: none
}
.tabs .btn.focus,
.tabs .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(227, 181, 54, .25);
    box-shadow: 0 0 0 .2rem rgba(227, 181, 54, .25)
}
.tabs .btn-primary {
    color: var(--white-color);
    background-color: var(--header-bg-color);
    border-color: var(--header-bg-color);
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*.all-tags-block {
    padding: 0;
    margin: 5px;
    border-radius: 8px;
    background-color: var(--thumb-bg-color);
    color: var(--text-color);
    max-width: 200px;
    min-width: 200px;
    line-height: normal;
    overflow: hidden;
    text-align: center;
}
.all-tags-block a.best-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 350px;
}
.all-tags-block a.best-thumb img {
    object-fit: cover;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    width: 100%;
}
.all-tags-block a.best-thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.all-tags-block a.all-tags-link {
    text-transform: capitalize;
}
.all-tags-block a.all-tags-link.no-caps {
    text-transform: none;
}
.all-tags-block .rating-container {
    left: 5px;
    top: 5px;
    display: inline-block;
    position: absolute;
}
.all-tags-block a.best-thumb .rating-container {
    -webkit-transition: .3s;
    transition: .3s;
}
.all-tags-block .hd-icon {
    font-size: 14px;
    font-weight: 400;
    !*pointer-events: none;*!
    padding: 0 4px;
    line-height: 20px;
    border: 0;
    vertical-align: baseline;
}
.all-tags-block .rating-container .text-red {color: orangered;}
.all-tags-block .rating-container .text-orange {color: gold;}
.all-tags-block .rating-container .text-green {color: greenyellow;}*/
@media (min-width: 1024px) {
    /*.all-tags-block a.best-thumb:hover .rating-container {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        !*top: -40px;*!
    }*/
}
@media (max-width: 720px) {
    /*.all-tags-block {
        width: 48%;
        max-width: 48%;
        min-width: 48%;
        margin: 1%;
    }
    .all-tags-block a.best-thumb img {
        width: 100%;
        max-width: 100%;
        height: 275px;

    }*/
    h1 {
        font-size: 1.5em;
    }
    .tabs {
        min-width: 100%;
        max-width: 100%;
    }
    /*.all-tags-block a.best-thumb {
        max-height: none;
    }*/

    .masonry {
        grid-template-columns: repeat(auto-fill, minmax(50%,1fr));
    }
}
@media (max-width: 768px) {
    #all_tags {
        padding: 0;
    }
}

@media only screen and (max-width: 1040px) {
    .tabs {
        min-width: 100%;
        max-width: 100%;
        overflow: hidden;
        display: block;
    }
    #alphabet.mobile-category-anchors {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

/* POPULAR SEARCHES */
.popular-searches {
    margin-bottom: 1rem!important;
}
.popular-searches .ps-box .ps-title {
    font-size: 20px;
    line-height: 34px;
    margin-right: 10px;
}
.popular-searches .ps-box {
    padding: 0 10px;
}
.popular-searches a.ps-item {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 0;
    background-color: #666;
    color: #fff;
    font-size: 16px;
    border-radius: 9px;
    text-decoration: none;
    margin-bottom: 5px;
    text-transform: capitalize;
    white-space: nowrap;
}
.popular-searches a.ps-item:hover {
    color: var(--main-color);
    background: #444442;
}
@media (max-width: 768px) {
    .popular-searches .ps-box {
        padding: 0;
    }
}

/* LOGIN FORM */
.row.justify-content-center {
    margin: 0;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.col-md-4, .col-md-6, .col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    color: var(--text-color);
    background-color: var(--bg-color);
    background-clip: border-box;
    border: 1px solid var(--main-color);
    border-radius: 0.25rem;
}
.card-header {
    text-align: center;
    font-size: 1.5em;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: var(--text-color);
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--main-color);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.form-group {
    margin-bottom: 1rem;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: var(--bg-color);
    background-clip: padding-box;
    border: 1px solid var(--main-color);
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-check {
    position: relative;
    display: block;
}
.btn-primary:hover {
    cursor: pointer;
}

@media (min-width: 768px) {
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .text-md-right {
        text-align: right!important;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
}


/* LOADER */
@-webkit-keyframes animate-circle {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes animate-circle {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.loader {
    /*display: none;*/
    --size: 10rem;
    position: relative;
    /*margin-top: 5em;*/
    top: 50%;
    left: 50%;
    height: var(--size);
    width: var(--size);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.loader > .circle {
    --duration: 2s;
    position: absolute;
    height: inherit;
    width: inherit;
    background: var(--main-color);
    border-radius: 50%;
    -webkit-animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
    animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
}

.loader > .circle:nth-of-type(1) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.loader > .circle:nth-of-type(2) {
    -webkit-animation-delay: calc(var(--duration) / -3);
    animation-delay: calc(var(--duration) / -3);
}

.loader > .circle:nth-of-type(3) {
    -webkit-animation-delay: calc(var(--duration) / -6);
    animation-delay: calc(var(--duration) / -6);
}

/* MAIN ENTITIES */
.pin-container.source--main img {
    border-radius: 8px;
    display: block;
}
.pin-container.source--main .source--name {
    right: 5px;
    bottom: 5px;
    display: block;
    position: absolute;
    text-transform: capitalize;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    padding: 5px 10px;
    line-height: 1.2em;
    border-radius: 8px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) , rgba(0, 0, 0, 1));
}
.pin-container.source--main .source--name.no-caps {
    text-transform: none;
}
.pin-container.source--main:hover .source--name {
    color: var(--main-color);
}
.pin-container.source--main img {
    border-radius: 8px;
    display: block;
}


#gallery {
    display: block;
    width: 600px;
    max-width: 600px;
    text-align: center;
}
#gallery h1{
    margin: 0 0 10px 0;
    line-height: 1.2em;
}
#gallery .gallery-container {
    background-color: var(--thumb-bg-color);
    color: var(--text-color);
    margin-bottom: 10px;
}
#gallery .gallery-container:last-of-type {
    margin-bottom: 0;
}
#gallery .gallery-container img {
    border-radius: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.gallery-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: flex-start;
}
.gallery-left, .gallery-right {
    width: 300px;
    max-width: 300px;
}
.gallery-left {
    margin-right: 10px;
}
.gallery-right {
    margin-left: 10px;
}
.gallery-300-600 {
    width: 300px;
    height: 600px;
    text-align: center;
    /*background: var(--footer-bg-color);*/
    color: var(--white-color);
}
.gallery-stick {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 10px;
    padding-bottom: 5px;
}
@media (max-width: 1240px) {
    .gallery-left, .gallery-right {
        display: none;
    }
}

@keyframes show{
    0%{
        opacity:0;
    }
    100% {
        opacity:1;
    }
}


:root {
    counter-reset: masonry;
}
.masonry {
    display: grid;
    grid-gap: 1px;
    grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
    grid-auto-rows: 0;
    margin: 0;
    min-height: 100vh;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.masonry-item {
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    background-color: var(--thumb-bg-color);
    color: var(--text-color);
    line-height: normal;
}
.masonry-item .masonry-source {
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 7px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 12px;
    font-size: 12px;
    padding: 3px;
    background-color: var(--thumb-bg-rgb-color);
    color: var(--text-color);
    border-radius: 4px;
}
.masonry-item,
.masonry-item img {
    position: relative;
    z-index: 0;
}
.masonry-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: transform .5s ease-in-out, filter .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out, filter .5s ease-in-out;
    -o-transition: transform .5s ease-in-out, filter .5s ease-in-out;
    transition: transform .5s ease-in-out, filter .5s ease-in-out;
}
.masonry-item:hover img {
    filter: brightness(135%);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.masonry-item .masonry-title {
    /*padding: 4px 8px;*/
    background: 0 0;
    padding: 50px 15px 12px!important;
    width: auto;
    text-align: left;
    float: none!important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(130%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 130%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}
.masonry-item .masonry-title h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    margin: 0;
    text-transform: capitalize !important;
    letter-spacing: -0.03em !important;
    font-size: 18px;
}
.masonry-item .masonry-title h3.alphabet-name {
    -webkit-line-clamp: 1;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
}
.masonry-item h3.masonry-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    font-size: 16px;
    margin: 0;
}
.masonry-item h3.masonry-title.alphabet-name {
    -webkit-line-clamp: 1;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
}
.masonry-item a:hover {
    text-decoration: none;
}
.masonry-item a:link .masonry-title h3,
.masonry-item a:visited .masonry-title h3 {
    color: #FFFFFF;
    /*color: var(--text-color);*/
}
.masonry-item a:hover .masonry-title h3 {
    /*color: var(--main-color);*/
    color: #FFFFFF;
    text-decoration: underline;
}
.masonry-item a:link h3.masonry-title,
.masonry-item a:visited h3.masonry-title {
    /*color: var(--text-color);*/
    color: #FFFFFF;
}
.masonry-item a:hover h3.masonry-title {
    /*color: var(--main-color);*/
    color: #FFFFFF;
    text-decoration: underline;
}
/*@media (max-width: 500px) {
    .masonry {
        grid-template-columns: repeat(auto-fill, minmax(160px,1fr));
        margin: 0;
    }
}*/
#loader_box {
    margin-top: 4em;
}
#loader_button.hidden {
    display: none;
}

.autocomplete-box .pin-container {
    transition: background-color .5s;
}

.autocomplete-box .pin-container:hover {
    background-color: var(--main-color);
    -webkit-transition: margin-bottom .2s;
    transition: margin-bottom .2s;
}

.autocomplete-box .pin-container:hover a,
.autocomplete-box .pin-container:hover .movie-info h3 a {
    color: #000000;
}
.autocomplete-box a {
    color: #2700ff; 
}

.promo-content {
    max-width: 1400px;
    display: table;
    margin: 0 auto;
    border-radius: 8px;
    background-color: var(--thumb-bg-color);
    color: var(--text-color);
    padding: 15px;
}
.promo-content a:link, .promo-content a:visited {
    color: var(--text-color);
    text-decoration: underline;
}
.promo-content a:hover {
    color: #999999;
    text-decoration: none;
}
.promo-content p {
    margin: 0;
    padding: 0;
}
.promo-content p:not(:last-child) {
    margin-bottom: 10px;
}

/* BREADCRUMBS */
.breadcrumbs {
    font-size: 21px;
    font-weight: 400;
    margin-block-end: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center!important;
}
.breadcrumbs h1, .breadcrumbs h2 {
    font-weight: 400;
}
.breadcrumbs span, .breadcrumbs h1, .breadcrumbs h2 {
    display: inline;
    font-size: 21px;
}
.breadcrumbs a {
    font-size: 21px;
}
.breadcrumbs-d {
    padding: 0 4px;
}