:root {
    --pinkish-red: #ed1c24;
    --greyish: #b0b0b0;
    --warm-grey: #a0a0a0;
    --greyish-brown: #575757;
    --black: #303030;
    --lightish-green: #69e781;
    --black-two: #232323;
    --brownish-grey: #686868;
    --purple-brown: #231f20;
    --warm-grey-two: #7f7f7f;
    --white: #ebebeb;
    --warm-grey-three: #989494;
    --pinkish-grey: #d1d1d1;
    --white-two: #f5f5f5;
    --red: #e70505;
    --black-three: #151515;
}

.btn-red {
    font-family: 'Lato Light'!important;
    font-size: 14px!important;
    background-color: #ffffff!important;
    color: var(--pinkish-red)!important;
    border: solid 1px var(--pinkish-red)!important;
}

.btn-red:hover {
    background-color: var(--pinkish-red)!important;
    color: #ffffff!important;
    border: solid 1px var(--pinkish-red)!important;
    text-decoration: none!important;
}

.btn-grey-outline {
    font-family: Lato;
    font-size: 14px;
    border-radius: 4px;
    background-color: transparent;
    border: solid 1px #b7b7b7;
}

.btn-grey-outline:hover {
    border: solid 1px var(--pinkish-red);
}

.btn-grey {
    border-radius: 4px;
    background-color: #cccccc;
    font-size: 13px;
    color: #555555;
}

.Zone-wh-bbtm {
    border-bottom: solid 1px var(--white);
}

.Zone-header-info {
    font-family: 'Lato Light';
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: var(--warm-grey-two);

    padding: 10px 0;
}

.Zone-header-search{
    flex-wrap: nowrap;
    width: 100% !important;
}

.Zone-header-search input[type=text] {
    font-family: FontAwesome, Lato;
    width: 100%;
    height: 42px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: -0.1px 3px 6px 0 rgba(27, 69, 131, 0.19);
    border-color: transparent;
    font-size: 16px;
    position: relative;
    padding-left: 33px;
}
.Zone-header-search::after{
    content: "\f002";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(48,48,48,0.32);
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 700;
    z-index: 10;
}

.Zone-header-search input[type=text]::placeholder {
    font-family: Lato;
    font-size: 16px;
    text-align: left;
    color: rgba(48, 48, 48, 0.32);
}

.Zone-header-search input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px;
    color: rgba(48, 48, 48, 0.32);
}
.Zone-header-search input[type=text]::-moz-placeholder { /* Firefox 19+ */
   font-size: 16px;
    color: rgba(48, 48, 48, 0.32);
}
.Zone-header-search input[type=text]:-ms-input-placeholder { /* IE 10+ */
    font-size: 16px;
    color: rgba(48, 48, 48, 0.32);
}
.Zone-header-search input[type=text]:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
    color: rgba(48, 48, 48, 0.32);
}

@media (max-width: 768px) {
    .Zone-header-search input[type=text] {
        width: 50%!important;
    }
}

.Zone-sbmt-btn {
    color: #ffffff;
    width: 63px;
    height: 42px;
    font-size: 27px;
    background-color: var(--pinkish-red);
    border: 1px solid var(--pinkish-red);
    box-shadow: -0.1px 3px 6px 0 rgba(27, 69, 131, 0.19);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.btn-transparent {
    font-family: 'Lato';
    font-size: 16px;
    text-align: left;
    color: #303030;
    color: var(--black);
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.btn-transparent:focus {
box-shadow: none;
}

.Zone-sbmt-btn:hover {
    color: var(--pinkish-red);
    background-color: #ffffff;
    border: 1px solid var(--pinkish-red);
    box-shadow: -0.1px 3px 6px 0 rgba(27, 69, 131, 0.19);
}

.Zone-btn-red, a.Zone-btn-red {
    color: #ffffff !important;
    background-color: var(--pinkish-red);
    border: 1px solid var(--pinkish-red);
}

.Zone-btn-red:hover, a.Zone-btn-red:hover {
    color: var(--pinkish-red) !important;
    background-color: #ffffff;
    border: 1px solid var(--pinkish-red);
    text-decoration: none !important;
}

.Zone-header-send-movie a {
    height: 42px;
    line-height: 30px;
}

.Zone-header-send-movie a:hover {
    text-decoration: none !important;
}

.Zone-header-link a {
    font-family: Lato;
    font-size: 14px;
    text-align: center;
    color: var(--greyish);
}

a.Zone-login-link {
    font-size: 15px;
    color: var(--pinkish-red)!important;
}

.Zone-registration-link {
    font-size: 15px;
}

.Zone-header-navigation > .bg-light {
    background-color: transparent!important;
}

.Zone-header-navigation{
    padding: 0 30px;
}
.Zone-header-navigation .navbar-brand{
   margin-right: 0px;
}

.Zone-header-navigation #navbarSupportedContent {
    margin: 0;
}

.Zone-header-navigation #navbarSupportedContent .navbar-nav.my-auto{
    display: flex;
    padding: 30px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-basis: calc(200% / 5);
}

.Zone-header-navigation #navbarSupportedContent .navbar-nav.my-auto.Zone-user-logged-in {
    justify-content: flex-end;
}
.Zone-header-navigation #navbarSupportedContent .navbar-nav.my-auto.Zone-user-logged-in li {
    margin-left: 15px;
}

.Zone-header-navigation #navbarSupportedContent .navbar-nav.my-auto.Zone-user-logged-in li:last-of-type{
    margin-left: 30px;
}

#navbarSupportedContent .navbar-nav .Zone-li-login-register{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
}

.Zone-li-login-register a{
    position: relative;
}

.Zone-li-login-register a:not(:last-of-type):after{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 1px;
    right: 0;
    background: #b0b0b0;
}

.Zone-header-navigation #navbarSupportedContent form{
    margin: 0 30px;
    width: calc(300% / 5);
}

.nav-item .btn-red {
    line-height: 14px;
    height:42px;
    padding:13px 27px 11px 20px !important;

}

.Zone-navbar li.nav-item a {
    font-family: 'Lato';
    font-size: 16px;
    text-align: left;
    color: #303030;
    color: var(--black);
}

.Zone-navbar .dropdown-menu a:hover {
    text-decoration: none !important;
}

.Zone-navbar a.dropdown-item {
    font-family: "Lato",sans-serif;
    font-size: 14px !important;
}

.Zone-navbar .dropdown-divider {
    margin: 0.5rem 1rem;
}

.Zone-navbar .dropdown-menu {
    box-shadow: -0.4px 21px 26.1px 2.9px rgba(0, 0, 0, 0.18);
    line-height: 2.14;
    margin-top: -3px;
}

.Zone-action-menu .Zone-navbar {
    height: 61px;
    display: flex;
    align-items: center;
}

.Zone-action-menu .Zone-navbar a.btn.btn-transparent{
    display: flex;
    align-items: center;
    height: 100%;
}

.Zone-action-menu .Zone-navbar a.btn.btn-transparent i.fas{
    margin-right: 5px;
}

.Zone-action-menu .Zone-navbar a.btn.btn-transparent i.fa-chevron-down{
    margin-right: 0;
    margin-left: 7px;
    margin-top: 5px;

}

.Zone-action-menu .Zone-navbar:hover a.btn.btn-transparent{
    color: var(--pinkish-red);
    text-decoration: none!important;
}

.Zone-navbar .dropdown-menu a {
    font-family: "Lato";
    font-size: 14px!important;
    color: #303030;
    color: var(--black);
}

.Zone-navbar .dropdown-menu a:not(.Zone-btn-red):hover,
.Zone-navbar .dropdown-menu a:not(.Zone-btn-red):active{
    color: #fff;
    background: var(--pinkish-red);
}

#navbarUserDropdown {
    line-height: 41px;
}
#navbarUserDropdown:hover {
    text-decoration: none!important;
}
#navbarUserDropdown img  {
    margin-right: 5px;
}

#navbarUserDropdown i {
    margin-left:5px
}

.Zone-footer-header {
    font-family: 'Lato Heavy';
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    color: var(--purple-brown);
}

.Zone-footer-content a {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 25px;
    color: var(--greyish);
}

.Zone-footer-text {
    padding-top: 50px;
    padding-bottom: 60px;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: -0.3px;
    text-align: center;
    color: var(--brownish-grey);
}

.Zone-category-header {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--pinkish-red);
    padding-bottom: 16px;
}

.Zone-content-header {
    text-align: left;
    font-family: 'Lato Heavy';
    padding-bottom: 22px;
    font-size: 24px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.5px;
    color: var(--red);
}

.Zone-content-more {
    border-radius: 11px;
    background-color: var(--pinkish-red);
    width: 72px;
    height: 25px

}

.Zone-content-header a.Zone-content-more,
a.Zone-content-more {
    font-family: Lato;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    color: #ffffff !important;
}

.Zone-category-name {
    font-family: "Lato";
    font-size: 14px;
    line-height: 25px;
    color: var(--black);
}

.Zone-category-count {
    font-family: 'Lato Light';
    font-size: 14px;
    line-height: 25px;
    color: var(--warm-grey-three);
}

.Zone-porn-start-item,
.Zone-movie-box-container {
    position: relative;
    border: solid 1px var(--white);
    margin-bottom: 25px;
    /*height: 250px;*/
    /*width: 300px;*/
    height: 0;
    padding-top: calc(250% / 3);
    overflow: hidden;
}

.Zone-porn-start-image{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
}

.Zone-porn-start-image img{
    width: 100%;
    height: auto;
}

.Zone-movie-box-container.Zone-movie-box-container-big {
    height: 250px;
}

.Zone-movie-thumbs {
    background-color: var(--pinkish-grey);
    /*width: 300px;*/
    /*height: 195px;*/
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: calc(2.33 / 3 * 100%);
}

/*.Zone-movie-box-container.Zone-movie-box-container-big .Zone-movie-thumbs {*/
/*height: 195px;*/
/*}*/

/*.Zone-movie-thumbs img {*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

.Zone-movie-time {
    position: absolute;
    right: 0;
    top: -41px;
    z-index: 9999;
    width: 51px;
    height: 30px;
    opacity: 0.7;
    background-color: var(--black-two);
    color: #ffffff;
    line-height: 30px;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 300;
    float: right;
}

.Zone-movie-description-box {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    min-height: 40px;
    text-align: left;
    padding: 5px 7px;
    background-color: #ffffff;
    border-top: solid 1px var(--white);
}

.Zone-movie-title {
}

.Zone-movie-title a {
    font-family: "Lato";
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: var(--black);
}

.Zone-movie-statistic {
    padding-top: 0px;
    font-family: "Lato";
    font-size: 14px;
    color: var(--brownish-grey);
    margin-top: 5px;
}

.Zone-movie-statistic i {
    margin-right: 6px;
}

.Zone-views {
    margin: 0 25px 0 15px;
    font-family: "Lato Bold";
}

.Zone-views {
    display: inline-block;
}

.Zone-views {
    display: inline-block;
}

.Zone-average {
    display: inline-block;
}

.Zone-average i {
    color: var(--lightish-green);
}

.Zone-average + .Zone-views {
    margin-left: 1rem;
}

.Zone-average {
    font-family: "Lato Bold";
}

.Zone-create span {
    font-family: "Lato";
    font-size: 13px;
    line-height: 1.77;
    letter-spacing: 0.3px;
    color: var(--warm-grey);

}

.Zone-create a, .Zone-create a:hover {
    font-family: "Lato Bold";
    font-weight: bold;
    letter-spacing: normal;
    color: var(--black);

}

.Zone-gallery-thumb {
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: scale(1.05);
}

.Zone-story-box {
    background-color: #ffffff;
    border: solid 1px var(--white);
    padding: 17px 19px;
    margin-bottom: 15px;
}

.Zone-story-title {
    font-family: 'Lato Black';
    font-size: 18px;
    color: var(--black-three);
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.Zone-story-title > a {
    font-family: "Lato Bold";
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--black-three);
}

.Zone-story-category {
    font-family: "Lato";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--black-three);
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #d9d9d9;
    margin-left: 10px;
}

.Zone-story-content {
    font-family: "Lato";
    font-size: 14px;
    line-height: 1.71;
    text-align: justify;
    color: var(--black);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.Zone-story-content-image {
    margin-right: 13px;
}

a.Zone-read-more {
    font-family: "Lato Bold";
    font-weight: 700;
    color: var(--black);
}

.Zone-badge-black {
    display: inline-block;
    border-radius: 11px;
    background-color: var(--black);
    padding: 7px;
    margin-left: 40px;
}

.Zone-badge-black span {
    font-family: Lato;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.2px;
    text-align: left;
    color: #ffffff;
}

.Zone-content-menu {
    display: block;
    line-height: 0;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.Zone-content-menu a {
    color: #575757;
    color: var(--greyish-brown);
}

.Zone-content-menu li {
    display: inline-block;
    line-height: 13px;;
}

.Zone-content-menu li:not(:first-child) {
    padding-left: 10px;
    border-left: 1px solid var(--greyish-brown);
}

.Zone-content-menu li:not(:last-child) {
    padding-right: 10px;
    border-right: 1px solid var(--greyish-brown);
}

.Zone-content-menu-dropdown::after {
    content: "\f078";
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 10px;
    color: #c0c0c0;
    margin-left: 5px;
    font-weight: bold;
}

.Zone-content-description {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #a0a0a0;
    color: var(--warm-grey);
    padding-bottom: 21px;
}

.Zone-content-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    line-height: 30px;
    color: var(--red);
    margin-right: 6px;
}

.Zone-content-header a {
    font-size: inherit;
    color: inherit;
}

.Zone-game-box-container {
    position: relative;
    border: solid 1px var(--white);
    margin-bottom: 25px;
    overflow: hidden;
}

.Zone-game-thumbs {
    background-color: var(--pinkish-grey);
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    padding-bottom: 40%;
}

.Zone-game-thumbs img {
    width: 100%;
    position: absolute;
    top: 0;
}

.Zone-game-description-box {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    min-height: 150px;
    padding: 5px 7px;
    background-color: #ffffff;
    border-top: solid 1px var(--white);
}

.Zone-game-title {
}

.Zone-game-title a {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: var(--black);
}

.Zone-game-description {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.1px;
    text-align: left;
    color: #666;
}

.Zone-game-statistic {
    padding-top: 5px;
    font-family: Lato;
    font-size: 14px;
    color: var(--brownish-grey);
}

.Zone-game-statistic i {
    margin-right: 6px;
}

.Zone-icon-thumb-up {
    color: #69e781;
    color: var(--lightish-green);
}

.Zone-icon-thumb-down {
    color: #fb0018;
}

.Zone-icon-thumb-count {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0.3px;
    text-align: justify;
    color: #0e0e0e;
    font-family: "Lato";
    margin-left: 5px;
}

.Zone-icon-heart-flag {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--pinkish-red);
}

.Zone-icon-heart-flag i {
    margin-left: 10px;
    color: var(--pinkish-red);
}

.Zone-icon-eye {
    color: #686868;
    color: var(--brownish-grey);
}
.Zone-mediawatch-title,
.Zone-moviewatch-title {
    font-family: Lato;
    font-size: 35px;
    font-weight: bold;
    text-align: left;
    color: #303030;
    color: var(--black);
}

.Zone-moviewatch-info-row {
    font-family: "Lato Light";
    margin-top: 1rem;
    font-size: 16px;
    line-height: 1.44;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.Zone-mediawatch-info-cell {
    display: inline-block;
    color: #686868;
    color: var(--brownish-grey);
    text-align: center;
    font-weight: 400;
}

.Zone-mediawatch-info-cell:not(:first-of-type){
    margin-left: 20px;
}

.Zone-mediawatch-info-cell .btn-grey {
    margin-bottom: 5px;
}

.Zone-mediawatch-info-cell .btn{
    padding: 5px;
}

.Zone-mediawatch-info-cell .btn:not(:first-of-type){
    margin-left: 11px;
}

.Zone-mediawatch-info-cell-strong {
    font-weight: bold;
}

.Zone-mediawatch-info-cell-m-t {
    margin-top: 10px;
}

.Zone-text-grey-light {
    color: #a0a0a0;
    color: var(--warm-grey);
}

.Zone-text-grey-light a{
    color: #000;
    font-weight: 700;
}

.Zone-btn-mini {
    padding: 2px;
    line-height: 10px;
}

.btn-big {
    font-size: 14px;
    padding: 12px 14px;
    line-height: 14px;
}

.btn + .btn {
    margin-left: .5rem;
}

.Zone-moviewatch-info-cell + .Zone-moviewatch-info-cell {
    margin-left: .5rem;
}

#player {
    max-width: 100%;
}

.Zone-porn-start {
    align-items: stretch;
    justify-content: space-between;
    margin: 0;
}

.Zone-porn-start-item {
    margin: 10px 0;
    padding-bottom: 23%;
}

.Zone-porn-start-item-content {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.Zone-porn-start-item-content > span {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
    color: var(--black);
}

.Zone-porn-star-metric {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Zone-porn-star-metric {
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
    color: var(--brownish-grey);
}

.Zone-porn-star-metric i {
    margin: 0 5px;
}

.Zone-like {
    color: var(--lightish-green);
    margin-left: 0 !important;
}

.form-control {
    font-family: "Font Awesome 5 Pro", "Lato", sans-serif;
}

.Zone-hr {
    width: 100%;
    height: 1px;
    border-top: solid 1px #ebebeb;
    border-top: solid 1px var(--white);
}

.Zone-filters-menu {
    font-size: 13px;
    list-style: none;
}

.Zone-filters-menu li {
    padding: 6px 0;
}

.Zone-filters-menu a {
    color: var(--black);
}

.Zone-filters-menu-icon {
    min-width: 1rem;
    display: inline-block;
}

.Zone-filters-orientation .icon {
    font-family: FontAwesome5ProSolid;
    color: #ed1c24;
    color: var(--pinkish-red);
}

.Zone-filters-orientation {
    font-size: 15px;
    color: var(--black);
}

.Zone-filters-orientation::after {
    content: "\f078";
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    color: var(--black);
    margin-left: 5px;
    font-weight: bold;
}

.advertisement_desktop_naglowek_970x250 {
    margin-bottom: 57px;
}

.Zone-sort-container {
    margin-left: 20px;
    font-size: 13px;
    line-height: 24px;
    color: #575757;
    color: var(--greyish-brown);
}

.Zone-sort-container a, Zone-sort-container a:hover {
    font-family: 'Lato';
    font-size: 13px;
    color: #575757;
    color: var(--greyish-brown);
    text-decoration: none;
}

.Zone-language i {
    color: #c4c4c4;
    font-size: 12px;
}

.col-5-cell {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 .5rem;
}

.title_content {
    font-family: "Lato Bold";
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--black);
    margin-top: 30px;
    margin-bottom: 15px;
}

.comment-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 12px 0;
}

.comment-avatar-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    min-width: 66px;
    min-height: 66px;
    height: 66px;
    margin-right: 20px;
}

.comment-avatar-container img {
    border-radius: 50%;
}

.comment-content-container span {
    display: block;
}

.commnet-user-name {
    font-family: Lato;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--black-three);
}

.commnet-user-text {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: justify;
    color: var(--black);
}

.commnet-user-date {
    font-family: Lato;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.77;
    letter-spacing: 0.3px;
    text-align: justify;
    color: var(--warm-grey);
}

.comment-count {
    font-family: Lato;
    font-size: 22px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.55;
    letter-spacing: 0.4px;
    text-align: left;
    color: var(--red);
    margin: 20px 0;
}

.comment-count span {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--pinkish-red);
    margin-left: 10px;
}

.opowiadana-tittle-contener {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}

.opowiadana-tittle {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-align: left;
    color: var(--red);
}

.opowiadana-zmiana-jezyka {
    font-family: "Montserrat-Regular";
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--greyish-brown);
}

.opowiadana-zmiana-jezyka select {
    margin-left: 10px;
    border: none;
}

.opowiadana-search input {
    font-size: 12px;
}

.Zone-menu-switch li {
    display: inline-block;
    text-transform: uppercase;
}

.Zone-menu-switch li a {
    font-family: "Lato";
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: 0.3px;
    text-align: left;
    color: var(--black);
}

.Zone-menu-switch li:not(:last-child) a::after {
    content: "";
    border-right: 2px solid var(--black);
    padding-right: 25px;
}

.Zone-menu-switch li:not(:first-child) {
    margin-left: 20px;
}

.Zone-menu-switch li a.Zone-menu-switch-active {
    font-weight: bold;
    color: #fb0018;
}
.Zone-mediawatch-info-row .Zone-mediawatch-info-cell a.Zone-story-category,
.opowiadanie-kategorie a {
    /*padding: 9px 19px;*/
    /*border-radius: 4px;*/
    /*background-color: #cccccc;*/
    display: inline-block;
    margin-left: 0;
    /*font-size: 13.5px;*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
    /*font-stretch: normal;*/
    /*line-height: normal;*/
    /*letter-spacing: normal;*/
    /*text-align: left;*/
    /*color: #555555;*/
}

a.Zone-story-category h3{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}

.opowiadanie-kategorie a.Zone-story-category:not(:first-child) {
    margin-left: 16px;
}

.opowadanie-tresc {
    font-family: "Lato";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: justify;
    color: #3e3e3e;
}

.opowadanie-tresc span.rozmowa {
    line-height: 2.0;
    display: block;
    margin: 10px 0;
    padding-left: 20px;
    border-left: 3px solid red;
}

.wstecz {
    font-family: Lato;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: var(--black);
}

.Zone-mediawatch-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.Zone-mediawatch-info-row-wrap-start {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.container-gwiazdy {
    margin-top: 10px;
}

.center-content {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Zone-user-panel-menu-contener {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
}

.Zone-user-panel-menu-item {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
}

.Zone-user-panel-menu-item > a, .Zone-user-panel-menu-item > span {
    margin-left: 20px;
    font-family: "Lato Bold";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: var(--black);
    display: flex;
}

.Zone-user-panel-menu-item > a:hover {
    color: var(--pinkish-red);
}

.Zone-user-panel-menu-disabled > span {
    color: var(--warm-grey);
}

.Zone-user-panel-menu-active {
    background-color: var(--pinkish-red);
}

.Zone-user-panel-menu-active a {
    font-family: "Lato Bold";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    padding: 5px 7px;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.Zone-user-panel-menu-active a:hover {
    text-decoration: none !important;
    color: #fff;
}

.Zone-user-panel-submenu > li > a {
    font-size: 15px;
}

.Zone-panel-header {
    font-family: "Lato Bold";
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--black);
    margin: 25px 0;
}

.Zone-panel-info {
    font-family: "Lato";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--warm-grey);
    margin: 10px 0;
}

.Zone-user-table {
    display: flex;
    align-items: center;
    max-width: 50px;
}

.Zone-panel-profile {
    font-family: "Lato";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.Zone-contener-user-describe-emotki {
    position: relative;
}

.Zone-contener-user-describe-emotki > .emotki-describe {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px !important;
}

.Zone-table-header {
    text-align: center;
}

#toggle-view h3 {
    color: var(--pinkish-red);
    font-size: 16px;
    font-weight: normal;
    font-family: "Lato Bold";

}

.help_size {
    font-size: 14px;
}

.Zone-contact-page {
    color: var(--black);
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 15px;
}

#user_panel_net-new-table {
    border-collapse: collapse;
    width: 100%;
}

#message_received .account-mail {
    width: 100%;
}

.row-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nawigacja {
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.nawigacja-left {
    justify-content: flex-start;
}

.nawigacja .refferenceOff, .nawigacja a:hover {
    color: white !important;
    background-color: var(--pinkish-red) !important;

}

.nawigacja-litery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 5px;
}

.nawigacja-litery > .refferenceOff {
    color: var(--red);
}

.nawigacja-litery > a, .nawigacja-litery > span {
    font-family: Lato;
    font-size: 15.5px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    color: var(--greyish);
}

.nawigacja a:link, .nawigacja a:visited, .nawigacja .refferenceOff {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-decoration: none;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: var(--greyish-brown);
    text-decoration: none;

    width: 36px;
    height: 36px;
    background-color: var(--pinkish-grey);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.nawigacja a:not(:first-child), .nawigacja span:not(:first-child) {
    margin-left: 10px;
}

.nawigacja .nawigacja-strzalka {
    color: white !important;
    background-color: #7a7a7a !important;
}

.nawigacja .nawigacja-dwie-strzalki {
    color: white !important;
    background-color: #999595 !important;
}

.form-auth {
    margin: 20px 0;
}

.text-input-form {
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px var(--white);
    padding: 10px 15px;
    color: var(--warm-grey);
    min-height: 42px;
}

.text-input-form::placeholder {
    font-family: "Lato";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--warm-grey);
}

input[disabled].text-input-form {
    font-family: "Lato";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a3a3a3;
    background-color: rgba(200, 200, 200, 0.3);
}

.full-width {
    width: 100%;
}

.label-input-form-auth {
    font-family: "Lato";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: var(--warm-grey);
    margin: 5px 15px;
}

.label-input-form-require {
    font-family: "Lato";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: var(--pinkish-red);
    margin: 5px 15px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.Zone-textarea-add-big-text {
    width: 100%;
}

.block-auth-select-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.block-auth-select-date span {
    /*font-family: "Lato";*/
    /*font-size: 14px;*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
    /*font-stretch: normal;*/
    /*line-height: normal;*/
    /*letter-spacing: normal;*/
    /*text-align: left;*/
    /*color: var(--warm-grey);*/
    /* order: 2; */
    /*text-align: center;*/
    flex-basis: 100%;
    justify-content: center;
    margin-top: 8px;
    font-family: "Lato";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: var(--warm-grey);
    margin: 5px 15px;

}

.block-auth-select-date select {
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px var(--white);
    min-height: 42px;
    width: calc(100% / 3 - 10px);
    color: var(--warm-grey);
}

.label-with-custom-checkbox {
    margin-left: 5px;
    cursor: pointer;
}

.label-with-custom-checkbox input[type="checkbox"] {
    display: none;
}

.label-with-custom-checkbox input[type="checkbox"] + .custom-label::before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Pro";
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    width: 1em;
    margin-right: 5px;
    display: inline-block;
    color: var(--warm-grey);
    font-size: 14px;
}
.label-with-custom-checkbox span.custom-label{
    color: var(--warm-grey);
    font-size: 12px;
    align-items: center;
    display: flex;
}

.label-with-custom-checkbox input[type="checkbox"]:checked + .custom-label::before {
    content: "\f14a";
}

.link-to-form {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: var(--warm-grey);
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.link-to-form a {
    font-weight: bold;
    color: #ed1c24;
    color: var(--pinkish-red);
}

.button-submit {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.button-submit button {
    border-radius: 4px;
    background-color: var(--pinkish-red);
    border: solid 1px var(--pinkish-red);
    padding: 10px 25px;
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.registration-info {
    margin-top: 40px;
    margin-left: 20px;
}

.registration-info h2 {
    margin: 30px 0;
    font-family: Lato;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.97;
    letter-spacing: normal;
    text-align: left;
    color: var(--black);
}

.registration-list-benefit {
    list-style: none;
}

.registration-list-benefit li {
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: left;
    color: var(--purple-brown);
    margin-top: 20px;
}

.registration-list-benefit li i {
    margin-right: 10px;
    color: var(--pinkish-red);
}

.count-people-registration-page {
    font-family: Lato;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.97;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    color: var(--black);
    margin-top: 50px;
}

.count-people-registration-page i {
    margin-right: 10px;
    color: var(--pinkish-red);
}

.count-people-registration-page span {
    margin-left: 10px;
    border-radius: 5px;
    border: solid 1px var(--white);
    font-weight: bold;
    color: var(--pinkish-red);
}

.advertisement {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.Zone-advertisement-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 25px;
}

.Zone-advertisement-top > div > a{
    display: block;
    margin: 0 8px 50px;
}

.Zone-advertisement-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.Zone-advertisement-bottom > div > a{
    display: block;
    margin: 50px 8px 0;
}
.Zone-blog-post {
    border: solid 1px var(--white);
    padding: 1rem;
}

.Zone-blog-post + .Zone-blog-post {
    margin-top: 1rem;
}

.Zone-blog-post-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--pinkish-red);
}

.Zone-blog-post-header-title {
    font-weight: bold;
}

.Zone-blog-post-header-date {
    color: var(--warm-grey);
}

.Zone-blog-post-content {
    padding: .5rem 0;
}

.Zone-blog-post-footer {
    text-align: right;
}

.Zone-blog-post-footer-comments {
    display: inline-block;
    color: var(--pinkish-red);
    padding-right: .5rem;
}

.Zone-blog-post-footer-more {
    display: inline-block;
    border-left: 1px solid var(--warm-grey);
    padding-left: .5rem;
    color: var(--pinkish-red);
}

dl.Zone-prop {
    display: flex;
}

dt.Zone-prop-key {
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
}

dd.Zone-prop-val {
    display: inline;
    vertical-align: middle;
}

ul.Zone-list-separated {
    display: inline;
    list-style: none;
}

ul.Zone-list-separated li {
    display: inline-block;
}

ul.Zone-list-separated li:not(:first-child) {
    border-left: 1px solid var(--warm-grey);
    padding-left: .5rem;
}

ul.Zone-list-separated li:not(:last-child) {
    padding-right: .5rem;
}

.Zone-listing {
    list-style: none;
}

.Zone-listing-users {

}

.Zone-listing-users-element {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
}

.Zone-listing-boxseparated .Zone-listing-boxseparated-element {
    display: block;
}

.Zone-listing-boxseparated .Zone-listing-boxseparated-element:not(:first-child) {
    border-top: 1px solid var(--warm-grey);
    padding-top: 1rem;
}

.Zone-listing-boxseparated .Zone-listing-boxseparated-element:not(:last-child) {
    padding-bottom: 1rem;
}

.Zone-listing-boxseparated .Zone-listing-boxseparated-title {
    font-size: 20px;
    font-weight: bold;
    color: var(--pinkish-red)
}

.Zone-listing-boxseparated .Zone-listing-boxseparated-content {
    padding: .5rem;
}

.Zone-profile {
    display: flex;
}

.Zone-profile .Zone-profile-image {
    min-width: 100px;
    margin-right: 1rem;
}

.Zone-profile .Zone-profile-info {
    display: inline-block;
}

.Zone-profile .Zone-profile-info-row {
    display: block;
}

.Zone-profile .Zone-profile-username a {
    font-size: 24px;
    font-weight: bold;
    color: var(--pinkish-red);
}

.Zone-profile-menu {
    display: inline-block;
    text-align: left;
}

.Zone-profile-menu .Zone-icon {
    color: var(--pinkish-red);
}

.Zone-profile-menu a {
    color: #303030;
    color: var(--black);
}

.Zone-icon {
    min-width: 1.25rem
}

/**
 * Parametry dla preview thumbnaili.
 */
@-webkit-keyframes Zone-thumb-sprite-animate-preview2 {
    from {
        background-position-x: 0%;
    }
    to {
        background-position-x: -100%;
    }
}

@keyframes Zone-thumb-sprite-animate-preview2 {
    from {
        background-position-x: 0%;
    }
    to {
        background-position-x: -100%;
    }
}

.Zone-thumbs-bg {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    position: relative;
    display: block;
    transform: scale(1.34);
}

.Zone-thumbs-bg:hover {
    -webkit-animation-name: Zone-thumb-sprite-animate-preview2;
    animation-name: Zone-thumb-sprite-animate-preview2;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: steps(15);
    animation-timing-function: steps(15);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#customFile .custom-file-control:lang(en)::after {
    content: "Select file...";
}

#customFile .custom-file-control:lang(en)::before {
    content: "Click me";
}

/*when a value is selected, this class removes the content */
.custom-file-control.selected:lang(en)::after {
    content: "" !important;
}

.custom-file {
    overflow: hidden;
}

.custom-file-control {
    white-space: nowrap;
}

.Zone-movie-action {
    display: flex; /* make the row a flex container */
    align-items: center; /* vertically center each flex item in the container */
}

.defaultSkin table.mceLayout {
    background-color: #ffffff;
    border: solid 1px #b7b7b7 !important;
}

#Zone-adult-warning {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 75px 65px;
    background-color: #ffffff;
    box-shadow: -0.2px 13px 87.8px 34.2px rgba(35, 31, 32, 0.15);
    z-index: 99999999;
}

.Zone-background-mask {
    z-index: 100000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    filter: alpha(opacity=95);
    opacity: 0.95;
    -moz-opacity: 0.95;
}

.Zone-adult-header {
    text-align: center;
}

.Zone-adult-content {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
    color: var(--black);
    padding-top:54px;
    padding-bottom: 43px;

}

.Zone-adult-cookies {
    font-family: Lato;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
    color: var(--black);
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Zone-adult-options .Zone-btn-red {
    width: 230px;
    height: 41px;
    margin-right: 25px;
}

.Zone-adult-options .btn-default {
    width: 131px;
    height: 41px;
    border-radius: 4px;
    background-color: #d5d5d5!important;
    color: #727272;
}

#navbarLanguageDropdown i {
    font-size: 12px;
    line-height: 16px;
    color: #c4c4c4;
}

#navbarLanguageDropdown img{
    margin-left: 5px;
}

#navbarLanguageDropdown + .dropdown-menu{
    left: auto;
    right: 0;
    padding: 0;
    margin: 0;
    min-width: auto;
    width: auto;
}

#navbarLanguageDropdown + .dropdown-menu a{
    display: flex;
    padding: 10px 15px;
    justify-content: center;
}

.Zone-action-menu .fa-chevron-down {
    font-size:12px;
}

.Zone-category-expand{
    display: none;
}

.Zone-single-advertisement{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.Zone-single-advertisement .advertisement a{
    margin-bottom: 15px;
    display: block;
}

#player{
    object-fit: cover;
    width: 100%;
    height: auto;
    cursor: pointer;
}

#player .player-overlay{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.7);
}

#player.vjs-paused .player-overlay{
    display: block;
}

#player .player-play-border{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 128px;
    height: 128px;
    border-radius: 100%;
    border: 7px solid #fff;
    opacity: .3;
    transition: all ease-in-out .3s;
}

#player .player-play{
    border: 0;
    position: absolute;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 60px;
    border-color: transparent transparent transparent #fff;
    transition: all ease-in-out .3s;
    cursor: pointer;
    border-style: solid;
    border-width: 30px 0 30px 60px;
    top: 50%;
    left: 50%;
    transform: translate(-33%, -50%);
    opacity: .3;
}

#player:hover .player-play-border {
    transform: translate(-50%, -50%) scale(1.25);
}

#player:hover .player-play{
    transform: translate(-33%, -50%) scale(1.25);
}

button.vjs-control.vjs-button{
    cursor: pointer;
}

.vjs-standard-menu-button.vjs-icon-cog:hover,
button.vjs-control.vjs-button:hover  {
    color: var(--pinkish-red);
}

.Zone-main-content .container:not(:first-of-type) .Zone-content-header {
    margin-top: 30px;
}

.Zone-related-movies .col-lg-4 .Zone-movie-title{
    margin-bottom: 8px;
}

.Zone-related-movies .col-lg-4 .Zone-movie-statistic{
    margin-top: 8px;
}

.Zone-related-movies .col-lg-4  .Zone-movie-description-box{
    padding: 10px;
}

.Zone-related-movies .col-lg-4 .Zone-movie-box-container{
    margin-bottom: 10px;
}

.message_negative, .message_ajax_negative {
    background: transparent;
    border: #EA271F 1PX SOLID;
    color: #FFFFFF;
    BORDER-RADIUS: 4PX;
    POSITION: RELATIVE;
    LEFT: 50%;
    transform: translateX(-50%);
}

#gallery-module{
    margin-top: 50px;
}

.Zone-related-galleries .col-lg-4,
.Zone-related-movies .col-lg-4{
    flex-basis: 20%;
    max-width: 20%;
    padding: 0 3px;
}
#gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#gallery .gallery-preview-container {
    margin: 5px 5px;
}

.Zone-categories-container{
    display: flex;
}

#Zone-mobile-menu{
    position: fixed;
    bottom: 0;
    right: 0;
    width: auto;
    z-index: 1234;
    display: flex;
    background: #fff;
    flex-direction: column;
    min-width: 250px;
    transition: all ease-in-out .3s;
    transform: translateX(100%);
    opacity: 0;
    box-shadow: -5px 5px 5px rgba(0,0,0,.15);
}

#Zone-mobile-menu form{
    margin-top: 15px;
    margin-bottom: 15px;
}

#Zone-mobile-menu.show{
    transform: translateX(0%);
    opacity: 1;
}

#Zone-mobile-menu .Zone-navbar:hover{
    color: #fff;
    background-color: var(--pinkish-red);
}
#Zone-mobile-menu .btn-group .Zone-navbar{
    width: 50%;
}

#Zone-mobile-menu .Zone-navbar a.btn.btn-transparent{
    width: 100%;
}

#Zone-mobile-menu .Zone-navbar:hover a.btn.btn-transparent,
#Zone-mobile-menu .Zone-navbar:hover .fas.fa-chevron-down{
    color: #fff;
}

#Zone-error-404{
    font-family: "Lato", sans-serif;
}

#Zone-error-404 img{
    margin-top: 70px;
    margin-bottom: 30px;
}

#Zone-error-404 h3 {
    margin-bottom: 30px;
    font-family: Lato bold, sans-serif;
}

#Zone-error-404 a {
    font-weight: 700;
}

#Zone-mobile-menu .dropdown-menu{
    position: relative !important;
    border-radius: 0;
    order: 2;
    margin-left: -10px;
    width: calc(100% + 10px);
    padding: 0;
}

#Zone-mobile-menu .dropdown-item{
    padding: 0 7px 0 17px;
}
#Zone-mobile-menu .Zone-navbar {
    padding-left: 10px;
}

#Zone-mobile-menu .btn-red{
    font-size: 16px !important;
}

.data_content #author {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    float: none;
}

.data_content #author .text{
    text-align: left;
    width: auto;
    order: 2;
}
.data_content #author .avatar {
    order: 1;
    margin-right: 7px;
}

.Zone-category-item{
    border: 1px solid #ddd;
    padding-bottom: 8px;
    overflow: hidden;
}

.Zone-category-item > a > img{
    width: 100%;
    object-fit: cover;
    transition: transform ease-in-out .3s;
    transform: scale(1);
    height: 200px;
    display: block;
}

.Zone-category-item:hover img{
    transform: scale(1.1);
}

.Zone-category-item > div{
    padding: 3px 8px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.Zone-category-item .category-name{
    font-size: 14px;
}

.Zone-category-item .category-details{
    font-size: 12px;
}

#games{
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

#games .game{
    margin-bottom: 0;
}

#no_flash {
    text-align: center;
    padding-top: 1rem;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1199px){
    .Zone-header-navigation #navbarSupportedContent form{
        width: calc(200% / 5);
    }

    .Zone-header-navigation #navbarSupportedContent .navbar-nav.my-auto{
        flex-basis: calc(300% / 5);
    }

    .Zone-related-galleries .col-lg-4,
    .Zone-related-movies .col-lg-4{
        flex-basis: 25%;
        max-width: 25%;
        padding: 0 3px;
    }
}

.overflow-hidden{
    overflow: hidden;
}

#gallery-module-container{
    max-width: 100%;
    width: 100% !important;
}

#add-avatar{
    display: flex;
    align-items: center;
}

#add-avatar button{
    margin-right: 7px;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active{
    text-decoration: none !important;
    background: var(--pinkish-red);
    color: #fff;
}

.Zone-user-panel-menu-item:hover {
    background: var(--pinkish-red);
    color: #fff;
}

.Zone-user-panel-menu-item:hover a {
    color: inherit;
    display: block;
    text-decoration: none;
}

.Zone-user-panel-menu-item a:hover {
    text-decoration: none !important;
}

.text-red{
    color: var(--pinkish-red);
}
body.front-page .Zone-main-content h1,
body.front-page .Zone-main-content h2{
    font-size: inherit;
}

h1.Zone-content-title{
    margin: 0;
}

.Zone-similar-movies{
    font-family: "Lato", sans-serif;
    margin-top: 30px;
}

.nowy_komentarz .komora_komentarz,
.nowy_watek .komora_watek{
    padding: 0;
}
.opowiadanie-kategorie h3,
.Zone-mediawatch-info-cell .btn h3 {
    font-size: inherit;
    color: inherit;
    margin: 0;
}

ul.Zone-menu-switch a h2 {
    font-size: inherit;
    margin: 0;
    display: inherit;
}

footer .dropdown-menu{
    top: auto;
    bottom: 100%;
}

footer .Zone-action-menu{
    border-bottom: solid 1px var(--white);
    border-top: solid 1px var(--white);
    margin-bottom: 50px;
}

.Zone-media-items > div{
    padding: 0 3px;
}

.Zone-yesporn-content{
    width: 100%;
    height: 0;
    padding-top: 49.49%;
    position: relative;
}

.Zone-movie-thumbs.Zone-yesporn-thumb{
    height: calc(2.48 / 3 * 100%);
}

.Zone-yesporn-content iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.yesporn-img{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    position: relative;
    background-size: 750%;
}

.yesporn-img img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.yesporn-img:hover .main{
    display: none;
}

.yesporn-img:hover{
    display: block;
    -webkit-animation: Zone-thumb-sprite-animate-Y 10s steps(4) infinite, Zone-thumb-sprite-animate-X 2s steps(5) infinite;;
    animation: Zone-thumb-sprite-animate-Y 10s steps(4) infinite, Zone-thumb-sprite-animate-X 2s steps(5) infinite;;
}

.yesporn-img.video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Zone-movie-thumbs .Zone-thumb{
    min-height: 100%;
}

.Zone-movie-thumbs .Zone-thumb img{
    width: 100%;
    height: 100%;
    min-height: 178px;
}

.Zone-movie-thumbs.hover .Zone-thumb {
    position: relative;
    z-index: 1;
    transform: scale(1.34);
}

.Zone-movie-thumbs.hover:hover .Zone-thumb {
    display: none;
}

.Zone-movie-thumbs.hover .Zone-thumbs-bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

@media (max-width: 991px){
    .Zone-menu-switch li a::after{
        display: none;
    }

    .Zone-menu-switch{
        display: flex;
        flex-direction: column;
    }

    .Zone-menu-switch li{
        text-align: center;
    }

    .Zone-menu-switch li:not(:first-child){
        margin-left: 0px;
    }

    .Zone-panel-profile{
        word-break: break-word;
    }

    .Zone-panel-profile th, .Zone-panel-profile td{
        vertical-align: middle;
    }

    .Zone-panel-profile .text-input-form{
        height: 30px;
        min-height: 30px;
    }

    .label-with-custom-checkbox span.custom-label{
        line-height: 1.1;
    }

    .Zone-header-search input[type=text]{
        border-top: 1px solid rgba(0,0,0,0.05);
    }

    .count-people-registration-page{
        line-height: 1.1;
    }

    .opowiadanie-kategorie{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .opowiadanie-kategorie a{
        display: inline-block;
        margin-bottom: 10px;
    }

    .Zone-mediawatch-title, .Zone-moviewatch-title, #title_content .title_content, .title_content {
        font-size: 20px;
    }

    footer .Zone-action-menu{
        display: none;
    }

    .Zone-mediawatch-info-row{
        flex-wrap: wrap;
    }

    .Zone-mediawatch-info-row > .Zone-mediawatch-info-cell{
        margin-left: 0px;
        margin-bottom: 15px;
    }

    #Zone-mobile-menu .btn-group > button.Zone-mobile-btn-show+a.btn.btn-transparent{
        width: calc(100% - 30px);
    }
    #Zone-mobile-menu .btn-group > button.Zone-mobile-btn-show{
        width: 30px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 1;
    }

    #Zone-mobile-menu .Zone-navbar .dropdown-menu a,
    #Zone-mobile-menu .btn-group .btn,
    #Zone-mobile-menu .btn-group .btn-red,
    #Zone-mobile-menu .btn-group .dropdown-item{
        font-size: 14px !important;
    }

    #Zone-mobile-menu .Zone-user-panel-menu-item{
        margin: 0;
        border-radius: 0;
    }

    #Zone-mobile-menu .Zone-user-panel-menu-item a{
        display: block;
        width: 100%;
    }

    #Zone-mobile-menu .Zone-navbar .dropdown-menu .Zone-user-panel-menu-active a{
        color: #fff;
    }

    #Zone-mobile-menu .Zone-user-panel-menu-contener > .Zone-user-panel-menu-item:first-of-type{
        display: none;
    }

    .col-lg-2 .Zone-user-panel-menu-contener{
        display: none;
    }

    #Zone-mobile-menu .Zone-navbar .dropdown-menu a{
        font-family: "Lato";
        font-size: 14px!important;
        color: var(--black);
        margin-left: 0;
        padding-left: 30px;
    }

    #Zone-mobile-menu .Zone-navbar a.dropdown-item:hover{
        color: #fff;
    }

    #Zone-mobile-menu .Zone-user-panel-menu-item:hover a {
        color: #fff;
        background: var(--pinkish-red);
    }

    #Zone-mobile-menu .Zone-user-badge a.nav-link{
        color: rgba(0, 0, 0, 0.5);
    }

    .Zone-navbar .fas.fa-chevron-down{
        transition: transform ease-in-out .3s;
    }
    .Zone-navbar.show .fas.fa-chevron-down{
        transform: scale(-1);
    }

    .Zone-related-galleries .col-lg-4,
    .Zone-related-movies .col-lg-4{
        flex-basis: calc(100% / 3);
        max-width: calc(100% / 3);
        padding: 0 3px;
    }

    .layout{
        padding: 100px 15px 0;
    }

    .Zone-header-navigation{
        padding: 0 15px !important;
    }

    .Zone-header-navigation #navbarSupportedContent form{
        width: 100%;
        margin: 15px 0;
    }

    .Zone-header-navigation #navbarSupportedContent ul>li:first-of-type{
        display: none;
    }

    .Zone-action-menu .Zone-wh-bbtm.text-center{
        display: flex;
        flex-direction: column;
    }

    .Zone-header-navigation .navbar-toggler{
        border: 0;
        font-size: 12px;
    }

    .nav-item.Zone-li-login-register{
        align-items: center;
    }

    .nav-item.Zone-li-login-register a{
        padding: 0 15px;
    }

    .nav-item.Zone-li-login-register a:first-of-type{
        padding-left: 0;
    }

    .Zone-footer-text{
        padding: 30px 15px;
        text-align: justify !important;
    }

    .Zone-advertisement-top,
    .Zone-advertisement-bottom{
        flex-direction: column;
    }

    .Zone-category-list{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
        transition: max-height ease-in-out .6s;
        max-height: 80px;
        overflow: hidden;
        justify-content: space-between;
    }

    .Zone-category-list.expanded{
        max-height: 900px;
    }

    .Zone-category-list > div{
        padding-right: 8px !important;
    }

    .Zone-category-expand{
        display: inline-block;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        margin-bottom: 30px;
    }

    .Zone-footer-logo{
        margin-bottom: 30px;
    }

    .Zone-navbar.show{
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .Zone-navbar .dropdown-menu.show{
        position: relative !important;
        display: flex;
        flex-direction: column;
        transform: translate3d(0px, 0px, 0px) !important;
        box-shadow: none;
        border: 0;
        text-align: left;
        width: 100%;
    }

    .Zone-adult-options .Zone-btn-red{
        margin: 0 0 30px;
    }

    .Zone-adult-options .btn-default{
        margin: 0;
    }

    .Zone-content-header{
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .Zone-content-header > div:first-of-type{
        order: 1;
        width: 100%;
    }

    .Zone-content-header > .Zone-badge-black{
        order: 2;
        margin: 0;
        margin-bottom: 10px;
    }

    .Zone-content-header > .Zone-content-more{
        margin-bottom: 10px;
        order: 3;
    }

    .Zone-content-description{
        text-align: center;
    }

    .nawigacja{
        flex-wrap: wrap;
    }
    .nawigacja .refferenceOff,
    .nawigacja a:link{
        margin-bottom: 15px;
    }

    .Zone-mobile-fixed-menu{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 100;
        box-shadow: 5px 5px 5px rgba(0,0,0,.15);
    }

    .Zone-story-content{
        flex-direction: column;
    }

    .Zone-action-menu .Zone-navbar{
        justify-content: center;
        height: auto;
        flex-direction: column;
    }

    .Zone-action-menu .Zone-navbar:hover a.btn.btn-transparent{
        color: var(--pinkish-red);
        text-decoration: none!important;
    }

    .Zone-header-navigation #navbarSupportedContent .navbar-nav.my-auto{
        padding: 10px 0;
    }

    .Zone-single-advertisement{
        align-items: center;
    }

    #gallery-module{
        margin-bottom: 0;
        margin-top: 50px;
    }

    #gallery-module-container{
        max-width: 100%;
    }

    #spl-gallery-button-left-show, #spl-gallery-button-right-show{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 60px;
        width: 60px;
        padding: 0;
        float: none;
        display: inline-block;
        margin-top: 10px;
    }

    #spl-gallery-button-left-show{
        left: -25%;
        right: auto;
        transform: translate(50%);
    }
    #spl-gallery-button-right-show{
        right: -25%;
        left: auto;
        transform: translate(-50%);
    }

    #spl-gallery-navigation-right, #spl-gallery-navigation-left{
        height: 100%;
        width: 100%;
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #gallery-button-left-img, #gallery-button-right-img{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .Zone-adult-options{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px){
    .Zone-related-galleries .col-lg-4,
    .Zone-related-movies .col-lg-4{
        flex-basis: calc(100%);
        max-width: calc(100%);
        padding: 0 3px;
    }

    .Zone-story-category:first-of-type {
        margin-left: 0;
    }

    .Zone-story-category{
        margin-bottom: 5px;
        display: inline-block;
    }

    .Zone-story-title > a{
        display: flex;
        margin-bottom: 5px;
    }

    .Zone-categories-container{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: center;
        margin-left: 5px;
    }
    .Zone-categories-container > a {
        display: inline-block;
    }

    .Zone-story-title{
        flex-direction: column;
    }

    .Zone-categories-container > a:not(:first-of-type){
        margin-left: 5px;
    }

    .Zone-mobile-show-more{
        display: block;
        margin: 10px auto;
    }
}

@media (min-width: 768px){
    .Zone-story-content-image{
        max-width: 140px;
        height: auto;
        object-fit: cover;
        max-height: 90px;
    }

    .Zone-mobile-show-more{
        display: none;
    }
}

@media (min-width: 992px){
    .Zone-mobile-fixed-menu .Zone-action-menu{
        display: block;
    }
    .Zone-action-menu .Zone-navbar:hover .dropdown-menu {
        display: block;
    }

    .Zone-mobile-btn-show{
        display: none;
    }
}


@media (min-width: 1200px){
    .container{
        max-width: 1170px;
    }
}

@media (min-width: 1300px){
    .container{
        max-width: 1270px;
    }
}

@media (min-width: 1400px){
    .container{
        max-width: 1370px;
    }
}

@media (min-width: 1500px){
    .container{
        max-width: 1470px;
    }
}

@-webkit-keyframes Zone-thumb-sprite-animate-X {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: 100%;
    }
}

@keyframes Zone-thumb-sprite-animate-X {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: 100%;
    }
}

@-webkit-keyframes Zone-thumb-sprite-animate-Y{
    from {
        background-position-y: 0;
    }
    to {
        background-position-y: 100%;
    }
}

@keyframes Zone-thumb-sprite-animate-Y {
    from {
        background-position-y: 0;
    }
    to {
        background-position-y: 100%;
    }
}