:root {
	--blue: #447a93; 
	--green: #09A753;
	--green-light: #09A753;
	--dark-grey: #23383d;
	--red: #C8090B;
	--orange: #E08E45;
	--grey: #D4DCDE;
	--black: black;
	--light-blue: #bad3dc;

	--dark-bg: #030A0F;
	--dark-primary: #0b1923;
	--dark-secondary: #122d3f;
	--dark-tertiary: ;

}

 img:not([src]) {
			visibility: hidden;
		}

		@-moz-document url-prefix() {
			img:-moz-loading {
				visibility: hidden;
			}
            }


img {max-width: 100%; height: auto !important;}
video {display: flex; height: auto !important; overflow:hidden;}

*, :after, :before {
    box-sizing: border-box;
}

p {margin: 10px 0;}
a {color: inherit;}
hr {display:block; line-height: 0; height:0; font-size:0; overflow: hidden; border: none; border-top: 1px solid #eee; padding:0; margin: 15px 0 15px 0; _margin: 6px 0 7px 0; *margin:6px 0 7px 0; }
table {border-collapse: collapse;}
input, option, select {background: transparent;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #ddd; } ::-moz-placeholder { /* Firefox 19+ */ color: #ddd; } :-ms-input-placeholder { /* IE 10+ */ color: #ddd; } :-moz-placeholder { /* Firefox 18- */ color: #ddd; }

html {margin: 0; padding: 0; background: #eee; scroll-behavior: smooth;}
body {font-family: 'Roboto Condensed', sans-serif; font-size: 16px; color: #23383D; margin: 0; padding: 0; height: 100%; position: relative; }

button, input {outline: none;}
button.more {display: block; margin: 10px auto 30px; border: none; color: white; background: #C8090B; border-radius: 5px; font-family: 'Roboto Condensed'; font-size: 16px; padding: 10px 25px; cursor: pointer; transition: ease 0.3s;}
button.more:hover {background: var(--blue);}

a.feedback {z-index: 10; position: fixed; bottom: 0; right: 0; display: block; margin: 2px; border: none; color: white; background: #C8090B; border-radius: 5px; font-family: 'Roboto Condensed'; font-size: 34px; padding: 18px 35px; cursor: pointer; transition: ease 0.3s; font-weight: bold;}
a.feedback:hover {background: #000;}

a.getfullaccess {z-index: 10; position: fixed; bottom: 0; right: 0; display: block; margin: 2px; border: none; color: white; background: #C8090B; border-radius: 5px; font-family: 'Roboto Condensed'; font-size: 26px; padding: 9px 20px; cursor: pointer; transition: ease 0.3s; font-weight:600; text-transform: uppercase; text-decoration:none;}
a.getfullaccess:hover {background: #000;}


/* Modal */

a.bottom-offer-CTA{display: block; border: none; color: white; background: var(--green); border-radius: 5px; font-family: 'Roboto Condensed'; text-transform: uppercase; font-size: 16px; padding: 8px 16px; cursor: pointer; transition: ease 0.3s; font-weight: bold; text-decoration: none;}
a.bottom-offer-CTA:hover {background: var(--dark-grey);}

.modal-overlay {position: fixed; background: rgba(0, 0, 0, 0.8); right: 0; bottom: 0; width: 100%; height: 100%; z-index: 100;}

.modal {position: fixed; bottom: 50%; right: 50%; transform: translate(50%, 50%); z-index: 100;border-radius: 16px; box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); border-radius: 16px; box-sizing: border-box;}
.modal__content {position: relative; padding-top: 100%; width: 768px; background-size: cover; border-radius:  8px; transition: ease 0.2s;}
.modal__content__freshmen {background: url('../images/modal_background_freshmen-202309.jpg') center no-repeat; background-size: cover;}
.modal__content__expired {background: url('../images/modal_background-expired.jpg') center no-repeat; background-size: cover;}
.modal__content__close-top {position: absolute; top: 18px; right: 18px; display: block; border: none; height: 26px; width: 26px; border-radius: 26px; cursor: pointer; background: white url('../images/ico_close.svg') center no-repeat; background-size: 10px;}
.modal__content__buttons {position: absolute; top: 45%; left: 50%; transform: translateX(-50%); text-align: center;}
.modal__content__buttons a.button {display: inline-block;}
.modal__content__expired .modal__content__buttons {top: 51%;}
a.button--save {font-size: 36px; width: auto; padding: 12px 66px;}
a.button--not_interest{ width: auto; padding: 16px 40px;}
a.button--mycontent {font-size: 30px; width: auto; padding-left: 30px; padding-right: 30px;}
a.button--mycontent:hover {background-color: var(--blue);}

.modal__cta {display: none;}

.close-modal.modal-overlay {background: rgba(0, 0, 0, 0.0); width: auto; height: auto; transition: ease 0.25s;}
.close-modal .modal {right: 2px; bottom: 2px; transform: translate(0, 0); max-width: 300px; background: transparent; transition: cubic-bezier(0.9, -0.3, 0.6, 0.4) 0.65s; border-radius: 5px; padding: 0;}
.close-modal .modal__content {display: none;}
.close-modal .modal__cta {display: block;}

.close-modal .modal__cta .hithere {
  animation: hithere 1s ease 3 6s;
}

@keyframes hithere {
  30% { transform: scale(1.1); }
  40%, 60% { transform: rotate(-12deg) scale(1.1); }
  50% { transform: rotate(12deg) scale(1.1); }
  70% { transform: rotate(0deg) scale(1.1); }
  100% { transform: scale(1); }
}


@media only screen and (max-width: 1399px) {

 .modal__content  {width: 600px;}
 a.button--save {font-size: 28px;}
 a.button--not_interest {font-size: 16px;}
 a.button--mycontent  {font-size: 24px; padding-left: 26px; padding-right: 26px;}
}


@media only screen and (max-width: 700px) {
  .modal {width: 90%;}
  .modal__content  {width: 100%; background-size: contain; background-position: top center;}
  .modal__content__buttons {position: relative; left: inherit; top: inherit; transform: translate(0,0);}
  .modal__content__buttons a.button {margin-top: 10px; margin-bottom: 0; display: block;}
  a.button--save {font-size: 21px;}
  .modal__content__close-top {top: 10px; right: 10px;}
  .close-modal .modal {width: inherit;}
}

/* End Modal */


.main {position: relative; z-index: 1;}
.width {max-width: 1920px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}


.main main .main_content {padding: 20px 0; margin-left: 65px; transition: ease 0.3s; max-width: 1796px;}
.main.HP main .main_content {padding: 20px 0; margin-left: 278px; transition: ease 0.3s; max-width: 1796px;}
.main.close main .side {width: 65px;}
.main.close main .main_content,
.main main .main_content {margin-left: 65px;}
.main.close .row button {display: none;}

.main main .main_content video {
    width: 100%;
    height:auto;
}

h1.hp_h1 {margin: 0; padding: 0; font-size: 0px;}
h1 {margin-top: 0; padding: 0; display: flex; align-items: center; /* font-weight: normal; */ font-size: 24px;}

h2 {font-size: 2.3em;}

.main.HP .logo {position: relative;}
.main.HP .logo img {display: block;}
.main.HP .logoGD {position: relative;}
.main.HP .logoGD img {display: block;}


/* age verif  rgba(165,163,162,.90)*/

#TermsWrapper {visibility: hidden; opacity: 0; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 99; background-color: rgba(0,0,0,.70); transition: visibility 0s ease-in-out .5s, opacity .5s ease-in-out; } 
.TermsUnknown {visibility: visible !important; opacity: 1 !important;}
#TermsPopUp {position: fixed; z-index: 100; top: 50%; left: 50%; background-color: #fff; background-image: url('../images/warning-image-new.jpg'); background-repeat: no-repeat; width: 720px; height: 450px; transform: translate(-50%, -50%);border: 10px solid #f8fafb; border-radius: 10px; padding: 40px;}
#TermsPopUp .DisclaimerMessage {width: 315px; font-size: 14px; margin-top: 30px;}
#TermsPopUp .TermsConfirm a {display: block; text-transform: uppercase; max-width: 315px; box-sizing: border-box; text-align: center; background: #01B4C8; font-weight: bold; border-radius: 6px; font-size: 24px; margin: 30px 0 15px; color: white; text-decoration: none; padding: 20px 0; transition: ease 0.25s;}
#TermsPopUp .TermsConfirm a:hover {background: #385b67;}
#TermsPopUp p {margin: 0; font-size: 14px;}
#TermsPopUp p a:hover {color: #C8090B;}
#TermsPopUp p.Links2 {margin-top: 10px; font-weight: normal; font-size: 19px; text-transform:uppercase;}
#TermsPopUp p.Links2 a {text-decoration: underline; display: flex; align-items: center;}
#TermsPopUp p.BiggerLinks {margin-top: 25px; font-weight: bold; font-size: 19px;}
#TermsPopUp p.BiggerLinks a {text-decoration: none; display: flex; align-items: center;}
#TermsPopUp p.BiggerLinks a::before {content:""; background: #ddd url('../images/ico_lock.svg') center no-repeat; width: 36px; height: 36px; margin-right: 6px; border-radius: 50%; justify-content: center;}
.blur {
    -webkit-filter: blur(15px);
    filter: blur(15px);
}

/* header */

header {background: #f8f8f8; position: fixed; z-index: 2; top: 0px; left: 0; width: 100%; position: sticky; position: -webkit-sticky;}
header .width {display: flex; justify-content: space-between; align-items: center; height: 90px; max-width: inherit; position: relative;}
header .left {display: flex; align-items: center;}
header .left a.menu_button {border: none; margin-right: 20px; cursor: pointer; flex-shrink: 0;}
header .left a.menu_button img {display: block;}
header .left .logo {position: relative;}
header .left .logo a {display: block; position: relative;}
header .left .logo img {display: block;}
header .right {display: flex; position: relative;}
header .right a {margin-left: 4px; display: flex; align-items: center; transition: ease 0.3s; background: #ddd; transition: 0.3s; width: 44px; height: 44px; justify-content: center; border-radius: 100%; text-decoration: none; position: relative;}
header .right a:hover {background: var(--blue);}
header .right a:hover img {filter: invert(100);}
header .right a.search_hidden {display: none;}
header .right .account {display: flex; font-size: 13px; align-items: center; margin-left: 8px; position: relative;}
header .right .account span span {display: flex; justify-content: flex-end;}
header .right .account .state {position: absolute; right: 0; top: 0; width: 14px; height: 14px; display: none; justify-content: center; align-items: center; font-size: 10px; z-index: 2; background: #01de28; border-radius: 50%; color: white;}
header .right .account .state span {display: none;}
header .right .account.orange .state {background: #dc9109; display: flex;}
header .right .account.red .state {background: #ed2736; display: flex;}

header .right .account.orange .state span,
header .right .account.red .state span {display: flex;}

header .right .account.orange ul.account_menu li.last_login a {color: #dc9109;}
header .right .account.orange ul.account_menu li.last_login a span {color: #dc9109;}
header .right .account.red ul.account_menu li.last_login a {color: #ed2736;}
header .right .account.red ul.account_menu li.last_login a span {color: #ed2736;}

header .right .cart img {margin-left: -2px;}
header .right .cart {position: relative;}
header .right .cart .num {position: absolute; right: 0; top: 0px; width: 14px; height: 14px; background: var(--blue); color: white; font-size: 10px; display: flex; align-items: center; justify-content: center; border-radius: 100%; z-index: 2;}

header .right .cart .cart_list {position: absolute; top: 44px; right: 0; width: 350px; background: none; font-size: 14px; display: none; padding-top: 8px;}
header .right .cart.hover .cart_list {display: block;}
header .right .cart .cart_list button {border: none; background: transparent; padding: 0; color: #C8090B; cursor: pointer;}
header .right .cart .cart_list button:hover {color: black;}

header .right .cart .cart_list .info {padding: 10px; background: #f8f8f8; border-top: 1px solid #ddd;}
header .right .cart .cart_list .item {display: flex; justify-content: space-between; padding: 10px; flex-wrap: wrap; background: white;}
header .right .cart .cart_list .item:nth-child(odd) {background: #f8f8f8;}
header .right .cart .cart_list .item .img {width: 48%;}
header .right .cart .cart_list .item .img img {display: block;}
header .right .cart .cart_list .item .more_info {width: 48%; color: #000;}
header .right .cart .cart_list .item .more_info .price {margin: 3px 0; font-weight: bold; font-size: 20px; color: #23383d;}
header .right .cart .cart_list .item .more_info .price sup {font-size: 50%;}
header .right .cart .cart_list .summary {background: white; border-top: 1px solid #ddd; padding: 20px;}
header .right .cart .cart_list .summary a {width: 100%; text-align: center; border-radius: 5px; margin-left: 0; margin-top: 10px; color: white; font-size: 18px; font-weight: bold; text-transform: uppercase; background: var(--blue);}
header .right .cart .cart_list .summary a:hover {background: black !important; transform: scale(1.05);}
header .right .cart .cart_list .summary a.checkout {background: #09A753;}
header .right .cart .cart_list .sub_rem {display:  flex; justify-content: space-between; margin-bottom: 20px; font-size: 20px; font-weight: bold;}
header .right .cart .cart_list .sub_rem sup {font-size: 50%;}


/*header .center {width: 40%; max-width: 630px; margin: 0 8px;}
header .search {width: 100%; position: relative; border: 1px solid #999; box-sizing: border-box;}
header .search input {width: 100%; height: 36px; line-height: 36px; padding: 0; margin: 0; border: none; padding-left: 10px; box-sizing: border-box;}
header .search button {position: absolute; width: 50px; right: 0; top: 0; border: none; border-left: 1px solid #999; height: 36px; background: #F1F1F1 url("../images/ico_search.svg") center center no-repeat; font-size: 0; cursor: pointer;}*/

header .center {min-width: 200px; max-width: 420px; margin: 0 15px; flex-grow: 1;}
header .search {width: 100%; position: relative; border: 1px solid #999;}
header .search .searchbox  {width: 100%; height: 36px; line-height: 36px; padding: 0; margin: 0; border: none; padding-left: 10px; box-sizing: border-box;}
header .search .searchbutton {position: absolute; width: 50px; right: 0; top: 0; border: none; border-left: 1px solid #999; height: 36px; background: #F1F1F1 url("../images/ico_search.svg") center center no-repeat; font-size: 0; cursor: pointer;}

header .right .awards img.light  {display: block;}
header .right .awards img.dark  {display: none;}


header .right .top_buttons_tour {margin-left: 10px; flex-shrink: 0;}
header .right .top_buttons_tour a {height: 50px; display: flex; margin: 0; box-sizing: border-box; align-items: center; padding: 0 15px; margin-top:10px; justify-content: center; text-align: center; width: inherit; border-radius: 3px; background: #C8090B; text-transform: uppercase; color:white;}
header .right .top_buttons_tour a.join {font-weight: bold;}
header .right .top_buttons_tour a:hover {background: black;}
header .right .top_buttons_tour a.login {display: none;}
header > .width > .top_buttons_tour {display: none;}

.banner_section .awards {text-align: center; display: none;}
.banner_section .awards img.light {display: inline-block;}
.banner_section .awards img.dark {display: none;}


header .right a .letter {font-size: 18px; font-weight: bold;}
header .right ul.account_menu {display: none; position: absolute; top: 52px; right: 0px; width: 250px; background: white; box-shadow: 0 3px 7px rgba(0, 0, 0, 0.20); margin: 0; padding: 0;}
header .right ul.account_menu.open {display: block; z-index: 1;}
header .right ul.account_menu li {display: block;}
header .right ul.account_menu li a.childs {background-image: url('../images/ico_arrow_account.svg'); background-position:  center right 15px; background-repeat: no-repeat;}
header .right ul.account_menu li a {line-height: inherit; width: inherit; height: inherit; border-radius: 0; font-size: 16px; justify-content: space-between; padding: 7px 15px; margin-left: 0; background: #fff; border-top: 1px solid #eee; color: black;}
header .right ul.account_menu li a:hover {background-color: #ddd;}
header .right ul.account_menu li.logout a {color: #fff; background: #C8090B; transition: ease 0.2s; justify-content: space-between; text-align: right; transition: ease 0.25s;}
header .right ul.account_menu li.logout a:hover {background-color: black;}
header .right ul.account_menu li.logout a span.name {font-size: 12px; color: white; text-align: left; margin-right: 4px;}
header .right ul.account_menu li.logout a span.ico_button {flex-shrink: 0;}
header .right ul.account_menu li.logout a:hover {background: #000;}
header .right ul.account_menu li.last_login a {color: blue; background: #f8f8f8;}
header .right ul.account_menu li.last_login a span {color: blue; font-size: 11px; text-decoration: underline;}

header .right ul.account_menu li.dark_mode a span.turn {position: relative; height: 16px;}
header .right ul.account_menu li.dark_mode a span.line {position: absolute; width: 34px; height: 16px; background: #ccc; top: 0; right: 0; border-radius: 8px; box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);}
header .right ul.account_menu li.dark_mode a span.circle {position: absolute; top: -2px; left: -1px; width: 20px; height: 20px; background: white; border-radius: 50%; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); border: 1px solid #ddd; box-sizing: border-box;}
body.dark_theme header .right ul.account_menu li.dark_mode a span.line {background: var(--blue);}
body.dark_theme header .right ul.account_menu li.dark_mode a span.circle {right: -1px; left: auto;}


header .right ul.account_menu li.toggle-top-menu a span.turn {position: relative; height: 16px;}
header .right ul.account_menu li.toggle-top-menu a span.line {position: absolute; width: 34px; height: 16px; background: #ccc; top: 0; right: 0; border-radius: 8px; box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);}
header .right ul.account_menu li.toggle-top-menu a span.circle {position: absolute; top: -2px; left: -1px; width: 20px; height: 20px; background: white; border-radius: 50%; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); border: 1px solid #ddd; box-sizing: border-box;}
body .top-menu-visible header .right ul.account_menu li.toggle-top-menu a span.line {background: var(--green);}
body .top-menu-visible header .right ul.account_menu li.toggle-top-menu a span.circle {right: -1px; left: auto;}



header .right ul.account_menu li.screenshots a span.turn {position: relative; height: 16px;}
header .right ul.account_menu li.screenshots a span.line {position: absolute; width: 34px; height: 16px; background: #ccc; top: 0; right: 0; border-radius: 8px; box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);}
header .right ul.account_menu li.screenshots a span.circle {position: absolute; top: -2px; left: -1px; width: 20px; height: 20px; background: white; border-radius: 50%; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); border: 1px solid #ddd; box-sizing: border-box;}
header .right ul.account_menu li.screenshots.on a span.line {background: var(--green);}
header .right ul.account_menu li.screenshots.on a span.circle {right: -1px; left: auto;}

header .right ul.account_menu li.streaming a span.turn {position: relative; height: 16px;}
header .right ul.account_menu li.streaming a span.line {position: absolute; width: 34px; height: 16px; background: #ccc; top: 0; right: 0; border-radius: 8px; box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);}
header .right ul.account_menu li.streaming a span.circle {position: absolute; top: -2px; left: -1px; width: 20px; height: 20px; background: white; border-radius: 50%; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); border: 1px solid #ddd; box-sizing: border-box;}
header .right ul.account_menu li.streaming.on a span.line {background: var(--green);}
header .right ul.account_menu li.streaming.on a span.circle {right: -1px; left: auto;}

header .right ul.account_menu li ul {margin: 0; padding: 0;}
header .right ul.account_menu li ul li a {font-size: 15px; color: var(--blue); padding-left: 35px; background: #f8f8f8;}

header .right .acc_logout a:hover {background: #C8090B;}
header .right .acc_logout a:hover img {filter: invert(1);}
/* header .right .acc_logout img {width: 16px;} */

header .right .icon-my-content a {background-color: var(--green-light);}
header .right .icon-my-content a:hover {background: var(--blue);}
header .right .icon-my-content a img {filter: none; margin-bottom: 3px;}

/* tooltip */

.tooltip .tooltiptext {visibility: hidden; background-color: #23383D; color: #fff; text-align: center; border-radius: 4px; padding: 5px 10px; position: absolute; z-index: 2; font-size: 12px; top: 46px; left: 50%; transform: translateX(-50%); }
.tooltip:hover .tooltiptext {visibility: visible;}

/* side menu */

.main main {background: #eee; }
.main main .side {width: 278px; background: white; box-sizing: border-box; flex-shrink: 0; padding-top: 20px; transition: ease 0.3s; z-index: 2; margin-top:30px;}

.main main .side .obal_nav {padding: 20px; padding-top: 0; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; height: 100%;}
.main.close main .side .obal_nav {padding: 0px;}

.side {overflow: hidden; overflow-y: scroll; position: fixed; left: 0; top: 60px; height: 100%; box-shadow: 0 15px 15px #ccc; -ms-overflow-style: none; scrollbar-width: none;}
.side::-webkit-scrollbar {display: none; }
.side {-ms-overflow-style: none; }

.side nav ul {margin: 0; padding: 0; margin-bottom: 24px;}
.side nav ul li {margin: 0; padding: 0; list-style: none; background-color: #f0f0f0; position: relative;}
.side nav ul li:hover {background-color: var(--blue); color: white;}
.side nav ul li .row {display: flex; justify-content: space-between;}
.side nav ul li .row a {flex-grow: 1;}
.side nav ul li .row button {border: none; background: transparent; display: flex; width: 46px; cursor: pointer; justify-content: center; align-items: center;}
.side nav ul li .row button::after {content: ""; background: url('../images/ico_li_more.svg') center center no-repeat; width: 46px; display: flex; height: 41px;}
/*   li.active zmeneno na li.opened */
.side nav ul li.opened .row button::after {content: ""; background: url('../images/ico_li_more_close.svg') center center no-repeat; width: 46px; display: flex; height: 41px;}
.side nav ul li a {display: flex; padding: 8px; align-items: center; box-sizing: border-box; text-decoration: none; color: inherit; font-size: 18px;}
.side nav ul li:nth-child(odd) {background-color: #f8f8f8;}
.side nav ul li:nth-child(odd):hover {background-color: var(--blue);}

nav ul li a span {display: flex; width: 25px; height: 25px; margin-right: 8px;}
.side nav ul li:hover a span,
.side nav ul li a:hover span, 
.side nav ul li.active a span,
.side nav ul li:hover .row button::after {filter: invert(100);}

.side nav ul li.childs.active .row button::after {filter: invert(1);}
.side nav ul li.childs.active:hover .row button::after {filter: invert(1);}
.side nav ul li.childs.active.opened .row button::after {filter: invert(0);}
.side nav ul li.childs.opened .row button::after {filter: invert(1);}
.side nav ul li.childs.opened:hover .row button::after {filter: invert(0);}

nav ul li a span.updates {background: url("../images/ico_updates.svg") center center no-repeat;}
nav ul li a span.scenes {background: url("../images/ico_scenes.svg") center center no-repeat;}
nav ul li a span.solos {background: url("../images/ico_solos.svg") center center no-repeat;}
nav ul li a span.photos {background: url("../images/ico_photos.svg") center center no-repeat;}
nav ul li a span.models {background: url("../images/ico_models.svg") center center no-repeat;}
nav ul li a span.movies {background: url("../images/ico_movies.svg") center center no-repeat;}
nav ul li a span.backstage {background: url("../images/ico_backstage.svg") center center no-repeat;}
nav ul li a span.favorites {background: url("../images/ico_favorites.svg") center center no-repeat;}
nav ul li a span.purchasedcontents {background: url("../images/ico_purchased.svg") center center no-repeat;}
nav ul li a span.fantasy {background: url("../images/ico_fantasy.svg") center center no-repeat;}
nav ul li a span.vintage {background: url("../images/ico_vintage.svg") center center no-repeat;}


.side nav > ul > li > a:hover,
.side nav > ul > li.active > a, 
.side nav > ul > li.active {background-color: var(--blue); color: white;}

.side nav > ul > li > .row > a:hover,
.side nav > ul > li.active > .row > a {background-color: var(--blue); color: white;}

.side nav ul li ul {background: white; padding-bottom: 10px; display: none;}
.side nav ul li.active ul {display: block;}
.side nav ul li ul li {background: white;}
.side nav ul li ul li a {font-size: 15px; background: white; padding: 6px 15px; background-image: none !important; color: #000;}
.side nav ul li ul li a:hover,
.side nav ul li ul li a.active { background: var(--blue); color: white;}
.side nav ul li ul li p {text-align: center; background: white; color: #ED2333; font-size: 13px; display: flex; justify-content: space-between; align-items: center;}
.side nav ul li ul li p span {flex-grow: 1; background: #ED2333; height: 1px;}
.side nav ul li ul li p span:first-child {margin: 0 8px 0 15px;}
.side nav ul li ul li p span:last-child {margin: 0 0 0 8px; width: 40%;}

.main.close .side nav ul li ul {display: none;}
.main.close .side nav ul li a {font-size: 11px; flex-direction: column; text-align: center;}
.main.close .side nav ul li a span {margin: 0px auto;}
.main.close .side nav ul li.childs a {background-image: none;}

/* New 02 2023 */

.main.close .side nav ul li ul.li-tag {display: none;}
.side nav ul li.opened ul.li-tag {display: flex; flex-wrap: wrap; padding: 10px 0;}
.side nav ul li ul.li-tag li {display: flex; flex-grow: 1; background: none !important;}
.side nav ul li ul.li-tag li a {font-size: 14px; padding: 3px 6px; margin: 2px; background-color: white; flex-grow: 1; justify-content: center; border: 1px solid #ccc;}
.side nav ul li ul.li-tag li a:hover,
.side nav ul li ul.li-tag li a.li-tag__active {background-color: var(--red); border-color: var(--red); color: white}
.side nav ul li ul.li-tag li a.li-tag__bigger {font-weight: bold;}

/* --- end --- */


/* Horizontal top menu  - new Layout 2023-2024*/
.top-menu-visible header {position: relative; border-bottom: 1px solid #ddd;}
header .navigation--top {display: none;}
.top-menu-visible .width {max-width: 1796px;}

	@media screen and (min-width: 1400px) {
		
	.top-menu-visible header {position: fixed;}
	.top-menu-visible.main main .main_content {padding-top: 140px;}
	.scrolling-down .top-menu-visible.main main .main_content {padding-top: 90px;}
	.top-menu-visible header .width {background: #f8f8f8;}
	.top-menu-visible .navigation--top {display: block; margin-top: 0; transition: margin-top ease 0.25s; z-index: -1;}
	.scrolling-down .top-menu-visible .navigation--top {margin-top: -58px; transition: margin-top ease 0.25s;}

	}

.top-menu-visible .side,
.top-menu-visible.close .side {display: none;}
.top-menu-visible.main.HP main .main_content,
.top-menu-visible.main main .main_content {margin-left: auto;}
.top-menu-visible header .left a.menu_button {display: none;}
.navigation--top.width {height: inherit; margin-bottom: -1px;}
.navigation--top ul {display: flex; margin: 0; padding: 0;}
.navigation--top ul li {list-style: none; flex-shrink: 0;}
.navigation--top ul li a {display: flex; align-items: center; padding: 16px; text-decoration: none; font-weight: bold; font-size: 16px; border-bottom: 1px solid transparent;}

.navigation--top ul li.active a,
.navigation--top ul li a:hover {border-bottom: 1px solid var(--red);}


/* side logout */


.side_logout {margin: 20px 0; display: flex; font-size: 14px;}
.side_logout a {display: block; text-align: center; padding: 10px 6px; text-decoration: none; color: white; background: #c80910; position: relative; overflow: hidden; transition: ease 0.25s; width: 50%; display: flex; align-items: center; justify-content: center;}
.side_logout a::before {content:""; background: url('../images/ico_logout_white.svg ') center no-repeat; width: 16px; height: 16px; display: inline-flex; background-size: contain; margin-right: 6px;}
.side_logout--login a::before {background: url('../images/ico_li_more.svg') center no-repeat; width: 16px; height: 16px; display: inline-flex; background-size: contain; margin-right: 6px; filter: invert(1);}
.side_logout a:hover {background: #333;}
.side_logout a.disscusion {background: var(--blue);}
.side_logout a.disscusion:hover {background: #333;}
.side_logout a.disscusion::before {background-image: url('../images/ico_account.svg'); filter: invert(1);}

.main.close .side_logout {margin: 10px 0; flex-wrap: wrap;}
.main.close .side_logout a {width: 100%; box-sizing: border-box; font-size: 10px; flex-wrap: wrap;}
.main.close .side_logout a.disscusion {background: #eee; color: black;}
.main.close .side_logout a.disscusion:hover {background: var(--blue); color: white;}
.main.close .side_logout a.disscusion::before {filter: invert(0);}
.main.close .side_logout a.disscusion:hover::before {filter: invert(1);}


.main.close .side_logout a::before {width: 100%; margin-right: 0; margin-bottom: 4px;}


/* Side social icon */

.social_icon {margin: 20px 0; display: none; justify-content: space-between;}
.social_icon a {width: 33.333%; height: 44px; display: flex; align-items: center; background: black; justify-content: center; transition: ease 0.3s;}
.social_icon a:hover {background: var(--blue) !important;}
.social_icon a.facebook {background-color: #4267b2;}
.social_icon a.instagram {background-color: #DD2A7B;}
.social_icon a.youtube {background-color: #FF0000;}
.social_icon a.twitter {background-color: #08a0e9;}
.social_icon a.thumblr {background-color: #35465C;}

.main.close .side .social_icon {flex-direction: column; width: 100%; margin: 0; margin-top: 1px;}
.main.close .side .social_icon a {width: 100%;}


/* side navigation a copyright */

ul.nav_more {padding: 0; margin: 0 0 20px 0; display: inline-flex; flex-wrap: wrap;}
ul.nav_more li {padding: 0; margin: 0; list-style: none;}
ul.nav_more li a {text-transform: uppercase; text-decoration: none; font-size: 15px;}
ul.nav_more li a:hover {color: var(--blue);}
ul.nav_more li a::after {content: "/"; margin: 0 4px; color: var(--blue);}
ul.nav_more li:last-child a::after,
ul.nav_more li:nth-child(3) a::after,
ul.nav_more li:nth-child(5) a::after {display: none;}

.main.close ul.nav_more {display: none;}

.copyright {margin: 0; padding-bottom: 60px;}
.copyright ul {margin: 20px 0; padding: 0; font-size: 12px;}
.copyright ul li {list-style: none; margin: 5px 0; padding: 0;}
.copyright ul li a {color: #ff0000;}
.copyright ul li a:hover {color: #000000; text-decoration: none;}
.copyright small {display: block;}

.main.close .copyright small {display: none;}
.main.close .copyright ul {display: none;}
.main.close .copyright {padding-left: 3px; padding-right: 3px;}
.main.close .copyright .links a img {max-height: 12px;}


/* Homepage slider */
.main_content .slider {max-height:410px;} 
.main_content .slide {position: relative;max-height:410px;}
.main_content .slides {position: relative;}
.main_content .slides img {display: block;}
.main_content .slides:hover .arrow {opacity: 1;}
.main_content .slides:hover .play_button {opacity: 1;}
.main_content .slider .banner_section {margin: 0 auto; display: none;}
.slider.slider_mobile {display: none;}


/* pagination homepage - dots and arrows */

.main_content  ul.dots {display: flex; position: absolute; width: 100%; bottom: 20px; justify-content: center; margin: 0; padding: 0; left: 0;}
.main_content  ul.dots li {display: flex; margin: 2px; padding: 0; list-style: none;}
.main_content  ul.dots li button {width: 10px; height: 10px; flex-shrink: 0; background: white; border: none; display: block; padding: 0; margin: 0; border-radius: 100%; border: none; cursor: pointer;}
.main_content  ul.dots li.active button {background: #01b3c8 !important;}
.main_content .arrow {display: block; width: 40px; height: 100%; position: absolute; top: 0; opacity: 0; transition: ease 0.3s;}
.main_content .arrow.left_arrow {background: url("../images/ico_arrow_left_slider.png") center center no-repeat; left: 0;}
.main_content .arrow.right_arrow {background: url("../images/ico_arrow_right_slider.png") center center no-repeat; right: 0; left: inherit;}


/* Paginace Slick - dots and arrows */

.main_content .slides:hover button.slick-prev {opacity: 1;}
.main_content .slides:hover button.slick-next {opacity: 1;}

button.slick-prev {position: absolute; left: 0; top: 0; height: 100%; background: url("../images/ico_arrow_left_slider.png") center center no-repeat; background-color: transparent; border: none; font-size: 0; width: 50px; cursor: pointer; opacity: 0; transition: ease 0.3s;}
button.slick-next {position: absolute; right: 0; top: 0; height: 100%; background: url("../images/ico_arrow_right_slider.png") center center no-repeat; background-color: transparent; border: none; font-size: 0; width: 50px; cursor: pointer; opacity: 0; transition: ease 0.3s;}
ul.slick-dots {position: absolute; bottom: 15px; left: 0; display: flex; justify-content: center; width: 100%; padding: 0; margin: 0;}
ul.slick-dots li {list-style: none; display: flex;}
ul.slick-dots li button {display: block; border: none; font-size: 0; width: 10px; height: 10px; cursor: pointer; border-radius: 100%; background: transparent; margin: 0 2px; box-sizing: border-box; padding: 0; border: 1px solid var(--blue);}
ul.slick-dots li.slick-active button {background: var(--blue);}



/* play buttons */

.main_content .play_button {position: absolute; background: #c8090f url(../images/ico_play_simple.svg) 56% center no-repeat; color: white; left: 50%; top: 50%; transform: translate(-50%, -50%); text-transform: uppercase; font-weight: bold; text-decoration: none; border-radius: 4px; transition: ease 0.2s; font-size: 12px; display: flex; align-items: center; box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); opacity: 0; width: 74px; height: 74px; border-radius: 50%; text-indent: -99999px;}

.main_content .play_button:hover {background-color: var(--dark-grey);}

/* .main_content .play_button::after {content: "▶"; padding: 8px 12px; background: red; border-radius: 4px; margin-left: 12px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; transition: ease 0.2s;}
.main_content .play_button:hover {background: red;}
.main_content .play_button:hover::after {background: #c8090f;}

.main_content .play_button.first {transform: translate(-50%, -80%);}
.main_content .play_button.second {transform: translate(-50%, 30%);} */


/* homepage filter */

.main_content .obal_nadpis {display: flex; justify-content: flex-start; align-items: center; margin: 0 0 20px;}
.main_content .obal_nadpis h1 {margin-bottom: 0;}
.main_content .obal_nadpis .filter_block {margin: 0; margin-left: 15px; flex-grow: 1; border-radius: 8px;}

.filter_block {background: white; padding: 10px; margin: 20px 0; position: relative; border-radius: 8px;}
.filter_block .goto {display: flex; flex-wrap: wrap;}
.filter_block .goto span {display: flex; align-items: center;}
.filter_block .goto span.name {margin-right: 6px;}
.filter_block .goto span.pag {margin-right: 50px;}
.filter_block .goto a {text-decoration: none; display: flex; justify-content: center; align-items: center; height: 35px;}
/* .filter_block .goto .border_wrap {border: 1px solid #ccc; box-sizing: border-box; height: 35px; text-align: center; border-radius: 5px; padding: 0px;} */

.filter_block .goto input {border: 1px solid #ccc; box-sizing: border-box; height: 35px; text-align: center; padding: 0px; font-size: 14px; font-family: 'Roboto Condensed'; border-radius: 5px; width: 60px;}
.filter_block .goto .of {color: #ccc; font-size: 14px}
.filter_block .goto .pag a {background: #C8090B; color: white; width: 35px; height: 35px; margin: 0 5px; border-radius: 4px;}
.filter_block .goto .pag a.left_arrow {background: #C8090B url("../images/ico_arrow_left.svg") 11px center no-repeat;}
.filter_block .goto .pag a.right_arrow {background: #C8090B url("../images/ico_arrow_right.svg") 13px center no-repeat;}
.filter_block .goto .pag a.disabled {background-color: var(--grey);}
.filter_block .goto .filter_tag {flex-wrap: wrap;}
.filter_block .goto .filter_tag  ul {display: flex; margin: 0; padding: 0;}
.filter_block .goto .filter_tag  ul li {display: flex; margin: 0; padding: 0; list-style: none;}
.filter_block .goto .filter_tag a {background: var(--grey); color: var(--dark-grey); padding: 0 8px; border-radius: 5px; margin: 0 2px; font-size: 15px;}
.filter_block .goto .filter_tag a:hover,
.filter_block .goto .filter_tag a.active {background-color: #C8090B !important; color: white;}
.filter_block .goto .filter_tag a.green {background-color: var(--green);}
.filter_block .goto .filter_tag a.m_l_tags {display: flex; align-items: center;}
.filter_block .goto .filter_tag a.m_l_tags::after {content: ""; display: block; margin-left: 4px; width: 12px; height: 12px; background: url('../images/ico_arrow_down.svg') center center no-repeat; filter: invert(1);}
.filter_block .goto .filter_tag a.m_l_tags:hover::after {filter: inherit;}
.filter_block.tags_ul .goto .filter_tag a.m_l_tags::after {content: ""; display: block; margin-left: 4px; width: 12px; height: 12px; background: url('../images/ico_arrow_down.svg') center center no-repeat; transform: rotateZ(180deg); filter: invert(0);}
.filter_block .goto .filter_tag span.by {margin-right: 10px;}
.filter_block .goto ul.ul_category {display: flex; margin: 0; padding: 0; width: 0px; overflow: hidden; box-sizing: border-box; position: absolute; left: 0px; top: 56px; background: white; flex-wrap: wrap;}
.filter_block.tags_ul .goto ul.ul_category {width: 100%; padding: 15px; padding-top: 13px; z-index: 1;}
.filter_block .goto ul.ul_category li {margin: 0; padding: 0; list-style: none;}
.filter_block .goto ul.ul_category li a {margin-left: 0px !important; background: #23383E; color: white; padding: 0 8px; border-radius: 5px; font-size: 14px; margin: 0 2px; flex-shrink: 0; margin-top: 2px; min-width: 19px;}
.filter_block .goto ul.ul_category li a.show_all_tags {background: var(--blue);}
.filter_block .goto ul.ul_category li.nadpis {display: flex; width: 100%; font-size: 14px; font-weight: bold; margin: 3px 0; color: #C8090B;}
.filter_block .goto ul.ul_category li.nadpis.collections {margin-top: 14px;}
.filter_block .goto ul.ul_category li a:hover {background-color: #C8090B;}
.filter_block .goto ul.ul_category li a.active {background-color: #C8090B;}
a.m_l_tags::before {content:"More"; padding-right: 4px;}
.filter_block.tags_ul a.m_l_tags {background: #23383E; color: white;}
.filter_block.tags_ul a.m_l_tags::before {content:"Less"; padding-right: 4px;}

a.m_l_letters::before {content:"Show"; padding-right: 4px;}
.filter_block.tags_ul a.m_l_letters {background: #23383E; color: white;}
.filter_block.tags_ul a.m_l_letters::before {content:"Hide"; padding-right: 4px;}

.filter_block .goto .filter_tag a.m_l_letters::after {content: ""; display: block; margin-left: 4px; width: 12px; height: 12px; background: url('../images/ico_arrow_down.svg') center center no-repeat; filter: invert(1);}
.filter_block .goto .filter_tag a.m_l_letters:hover::after {filter: inherit;}

.filter_block.tags_ul .goto .filter_tag a.m_l_letters::after {content: ""; display: block; margin-left: 4px; width: 12px; height: 12px; background: url('../images/ico_arrow_down.svg') center center no-repeat; transform: rotateZ(180deg); filter: invert(0);}

.filter_block.order_ul a.o {background: #23383E; color: white;}
.filter_block .goto .filter_tag ul.mobile_order {display: none;}

.selected_filters {margin: 0 0 20px 0; display: flex; flex-wrap: wrap;}
.selected_filters .param {display: flex; align-items: center; margin: 0 4px 4px 0; background: #c80910; border-radius: 5px; line-height: 30px; font-size: 13px; padding: 0 8px; color: white;}
.selected_filters .param span{ margin-right: 2px;}
.selected_filters .param button {cursor: pointer; border: none; width: 20px; height: 20px; overflow: hidden; position: relative; display: inline-flex; background: transparent;}
.selected_filters .param button::before {position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: "✖"; background: #c80910; color: white; display: flex; justify-content: center; align-items: center; font-size: 12px;}

/* New filter 2023 */

.header_filters {display:flex; align-items: flex-start; margin-bottom: 20px;}


.scrolled .header_filters {position: sticky; top: 60px; z-index: 1; width: 60px;}
.scrolled .top-menu-visible .header_filters {top: 116px; transition: ease 0.25s;}
.scrolled.scrolling-down .top-menu-visible .header_filters {top: 60px; transition: ease 0.25s;}
.scrolled .header_filters.opened {position: unset; top: unset; z-index: unset;}
.scrolled .header_filters > * {display: none;}
.scrolled .header_filters > .header_filters__heading {display: flex;}
.scrolled .header_filters > .header_filters__heading h1 {display: none;}

.scrolled .header_filters > .header_filters__heading > .header_filters__icon {padding-top: 16px; transition: ease 0.25s;}

.scrolled .main.close .header_filters > .header_filters__heading > .header_filters__icon {padding-left: 0;}
.scrolled .main .header_filters > .header_filters__heading > .header_filters__icon {/*padding-left: 190px;*/}


.scrolled .header_filters > .header_filters__heading > .header_filters__icon button {box-shadow: 0 0 25px rgba(0, 0, 0, 0.15); margin-top:30px;}

.header_filters.scrolled {background-color: white;}
.header_filters__heading {display: flex; flex-shrink: 0; align-items: center;}
.header_filters__heading h1 {flex-shrink: 0; margin: 0; padding: 0;}

.header_filters__icon {position: relative;}
.header_filters__icon button {display: block; width: 44px; height: 44px; border: none; text-indent: -99999px; background: url(../images/ico_filter.svg) center no-repeat; background-color: var(--red); border-radius: 50%; margin: 0 16px; cursor: pointer;}
.header_filters__icon span {position: absolute; bottom: 0px; right: 16px; background-color: white; width: 14px; height: 14px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 10px; font-weight: bold; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); color: black; padding-right: 2px; box-sizing: border-box;}

.header_filters__filter {background-color: white; padding: 8px; position: relative;}
.header_filters__filter_option {position: absolute; top: 8px; right: 8px;}
.header_filters__filter .header_filters__filter_option {background-color: var(--blue); border-color: var(--blue); z-index: 1; border-radius: 4px; transition: ease 0.25s; color: white; box-shadow: -4px 0;}
.header_filters__filter .header_filters__filter_option:hover {background-color: var(--dark-grey); border-color: var(--dark-grey); color: white}
.header_filters__filter .header_filters__filter_option::before {content: ""; position: absolute; left: -7px; top: -1px; display: block; width: 4px; height: 100%; z-index: 0; background: white; border: 1px solid white; box-sizing: content-box; border-top-left-radius: 2px; border-bottom-left-radius: 2px;}
.header_filters__filter .header_filters__filter_option span {display: flex; align-items: center;}
.header_filters__filter .header_filters__filter_option span::before {content: "More"; margin-right: 4px;}
.header_filters__filter .header_filters__filter_option span::after {content:""; width: 10px; height: 12px; margin-left: 4px; display: inline-flex; background: url('../images/ico_arrow_down.svg') center no-repeat;}

.header_filters__filter_search label {display: flex; align-items: center; cursor: pointer;}
.header_filters__filter_search label input {position: absolute; cursor: pointer; opacity: 0; width: 0; height: 0;}
.header_filters__filter_search label .s_description_custom {display: flex; width: 16px; height: 16px; background: white; border-radius: 2px; margin: 0 4px; transition: ease 0.25s; border: 1px solid #999;}

.header_filters__filter_search label .description_long {display:block;}
.header_filters__filter_search label .description_short {display:none;}

.header_filters__filter_search label:hover input ~ .s_description_custom { background-color: #ccc; }
.header_filters__filter_search label input:checked ~ .s_description_custom { background-color: var(--red); border-color: var(--red);}

.header_filters__filter_search label .s_description_custom::after {content:""; position: relative; left: 5px; top: 0px; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); display: none;}

.header_filters__filter_search label input:checked~.s_description_custom::after {display: block;}


.header_filters__filter {display: flex; overflow: hidden; position: relative; border-radius: 8px;}
.header_filters__filter::before {content: ""; width: 10px; height: 100%; position: absolute; top: 0; right: 0px; background: white;}
.opened .header_filters__filter::before {z-index: -1;}
.header_filters__filter button {cursor: pointer; padding: 6px 10px; border: 1px solid var(--dark-grey); background: var(--dark-grey); color: white; font-size: 15px; font-family: 'Roboto Condensed', sans-serif; border-radius: 4px; transition: ease 0.25s;}
.header_filters__filter_search {margin-right: 16px; flex-shrink: 0;}
.header_filters__filter button.header_filters__filter__order {background: var(--grey); border-color: var(--grey); color: black;}

.header_filters__filter_search {display: flex;}
.header_filters__filter_search input {border-color: white; background: #f8f8f8; border: 1px solid #999; padding-left: 8px; border-top-left-radius: 4px; border-bottom-left-radius: 4px;}
.header_filters__filter_search button {width: 33px; text-indent: -9999px; background: #F1F1F1 url("../images/ico_search.svg") center center no-repeat; border-color: #999; border-left: none; background-size: 50%; border-radius: 0; flex-shrink: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px;}
.header_filters__checkbox {display: flex; flex-shrink: 0; font-size: 13px; align-items: center; margin: 0 2px 0 8px;}


.header_filters__all {display: flex; gap: 4px;}
.header_filters__all > * {flex-shrink: 0; flex-grow: 1; font-size: 14px; font-family: 'Open Sans', sans-serif;}
.header_filters__all > button:hover {background-color: var(--red); border-color: var(--red); transition: ease 0.25s; color: white;}
.header_filters__all > button:last-of-type {flex-grow: unset;}

.header_filter__filter__separator {display: flex; background: #fff; flex-grow: 0; width: 33px; padding: 0; text-align: center; justify-content: center; align-items: center;}
.header_filter__filter__separator::before {content: "Tags:";}
.header_filters__filter button.active_button {background-color: var(--red); border-color: var(--red); color: white;}

.header_filters.opened .header_filters__filter_search form input {flex-grow: 1;}
.header_filters.opened .header_filters__filter {display: block; padding-bottom: 48px;}
.header_filters.opened .header_filters__filter_search {margin-right: 0; margin-bottom: 8px;}
.header_filters.opened .header_filters__icon button {background-color: var(--dark-grey);}
.header_filters.opened .header_filters__all {overflow: inherit; flex-wrap: wrap;}
.header_filters.opened .header_filters__filter_option {top: unset; bottom: 8px;}
.header_filters.opened .header_filters__filter .header_filters__filter_option span::before {content: "Less";}
.header_filters.opened .header_filters__filter .header_filters__filter_option span::after {transform: rotate(180deg) ;}

.selected_filters--new {padding: 4px; gap: 4px;}



/* zrušeno - pro jiný styl - až bude schváleno. tak to smažeme

.selected_filters--new {position: sticky; top: 60px; z-index: 1; padding: 4px; gap: 4px;}
.scrolled .selected_filters--new {box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15); background: rgba(255, 255, 255, 0.75);}
.scrolled .selected_filters--new::after {content: ""; position: absolute; top: 0; left: 100%; width: 20px; height: 100%; background: rgba(255, 255, 255, 0.75); z-index: -1;}
.scrolled .selected_filters--new::before {content: ""; position: absolute; top: 0; right: 100%; width: 20px; height: 100%; background: rgba(255, 255, 255, 0.75); z-index: -1;} 


*/

.scrolled .param--option {display: flex;}
.scrolled .main.close .header_filters.opened .header_filters__filter {position: fixed; left: 65px; top: 0; z-index: 3; transition: ease 0.25s;}
.scrolled .main .header_filters.opened .header_filters__filter {position: fixed; left: 278px; top: 0; z-index: 3; transition: ease 0.25s;}
.scrolled .main.top-menu-visible .header_filters.opened .header_filters__filter {left: 0;}

.param--button {display: flex;}
.param--button button {cursor: pointer;}
.param--button button:hover {text-decoration: underline;}
.param--button button {border: none; background: transparent;}
.param--option button {border: 1px dashed var(--dark-grey); border-radius: 4px; background: #eee;}

.selected_filters--new .param {margin: 0;}


/* Quickies */

.quickies {padding: 0px 0 44px 0; border: 1px solid #ccc; border-right: none; border-left: none; margin-bottom: 40px;}
.quickies_list {display: flex; flex: 1; position: relative;}
.quickies_list .quickie {width: 25%; box-sizing: border-box; font-size: 14px;}
.quickies_list .quickie .wrap_q {display: flex; flex-grow: 1; flex-shrink: 0;}
.quickies_list .quickie > a {width: 58.355%; max-width: 262px;}
.quickies_list .quickie a img {display: block; width: 262px;}
.quickies_list .quickie .text_box {padding: 16px; background: white; box-sizing: border-box; width: 41.645%; display: flex;flex-wrap: wrap; flex-direction: column; justify-content: space-between; flex-grow: 1;}
.quickies_list .quickie .text_box p {margin: 4px 0 10px; width: 100%;}
.quickies_list .quickie .text_box a {background: #C8090B; padding: 4px 10px; color: white; text-decoration: none; border-radius: 3px;text-align: center; transition: ease 0.3s;}
.quickies_list .quickie .text_box a:hover {background: var(--blue);}
.quickies_list .quickie .description {max-height: 114px; overflow: hidden;}

/* .quickies h2 {margin: 0; padding: 0; margin: 8px 0; font-size: 22px;} */
.quickies h3 {margin: 0; padding: 0; font-size: 17px; text-transform: uppercase; line-height: 1.2; color: var(--blue); margin-bottom: 0.6em;}

.main_content .quickies:hover .arrow {opacity: 1;}
.main_content .quickies ul.dots {bottom: -30px;}
.main_content .quickies ul.dots li button {background: #aaa;}


/* slick*/

.main_content .quickies:hover button.slick-prev  {opacity: 1;}
.main_content .quickies:hover button.slick-next  {opacity: 1;}
.quickies_list .quickie .text_box {position: relative;}
.quickies_list .quickie .description {position: absolute; top: 16px; left: 16px; right: 16px;}
.quickies_list .quickie .text_box a {position: absolute; bottom: 16px; left: 16px; right: 16px;}
.quickies_list ul.slick-dots {bottom: -25px;}


/* Contents */

.content_list {display: flex; flex-wrap: wrap; justify-content: flex-start; margin-left: -1%;}
.content_list.photo.models_new {padding-bottom: 20px; margin-bottom: 40px; border-bottom: 1px solid #ccc;}
.content_list.photo .content {width: 19%;}
.content {padding-bottom: 15px; font-size: 13px; width: 24%; margin-left: 1%;}
.content .img {position: relative; overflow:hidden;}
.content .img img {display: block; transition: ease 0.35s;}
.content_list.photo .img a {display: block;}
.content_list.photo .img div {overflow: hidden;}/*HH*/
.content_list.photo .img a:hover img {transform: scale(1.05);}

/* uprava css pro ruznou velikost fotky */

.content_list.photo.size414 .content .img {position: relative;padding-top: 150%; overflow: hidden;}
.content_list.photo.size414 .content .img a {display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0;}


.content .img .like_button_box {position: absolute; width: 36px; height: 36px; background: rgba(255, 255, 255, 0.8); right: 6px; top: 6px; text-indent: -9999px; display: flex; justify-content: center; align-items: center; border-radius: 50%; opacity: 0; transition: ease .25s; z-index:1;}
.content .img .like_button_box:hover {background: rgba(255, 255, 255, 1);}
.content:hover .img .like_button_box {opacity: 1;}
.content .img .like_button_box button {border: none; background: transparent url('../images/ico_add_favorite.svg') center no-repeat; background-size: contain; width: 36px; height: 35px; margin-top: 1px; text-indent: -9999px; cursor: pointer; padding: 8px; background-size: 20px 20px;}
.content .img .like_button_box.add {opacity: 1;}
.content .img .like_button_box.add button {background-image: url('../images/ico_remove_favorite.svg');}

.content .img .shop_button_box {position: absolute; width: 36px; height: 36px; background: rgba(255, 255, 255, 0.8); right: 6px; bottom: 6px; text-indent: -9999px; display: flex; justify-content: center; align-items: center; border-radius: 50%; /*opacity: 0;*/ transition: ease .25s; z-index:1;}
.content .img .shop_button_box:hover {background: rgba(255, 255, 255, 1);}
.content:hover .img .shop_button_box {opacity: 1;}
.content .img .shop_button_box button {border: none; background: transparent url('../images/ico_cart_sm.svg') center no-repeat; background-size: contain; width: 36px; height: 36px; text-indent: -9999px; cursor: pointer; padding: 8px; background-size: 20px 20px;}
.content .img .shop_button_box.add {opacity: 1;}
.content .img .shop_button_box button::after {content:""; width: 5px; height: 5px; border-radius: 50%; display: block; background: #09A753; position: absolute; left: 16px; top: -100%; transition: ease 0.25s; opacity: 0;}
.content .img .shop_button_box.add button::after {left: 16px; top: 14px; opacity: 1;}
.content .img .shop_button_box button.purchased_button {background: transparent url('../images/ico_purchased.svg') center no-repeat;}

.content .add_box {position: relative;}
.content .add_box span.tooltiptext {text-indent: 0 !important;}
.content .tooltip.add_box .tooltiptext {top: 50%; left: 0; transform: translate(-110%, -50%); width: max-content;}

/* ribbon 2023 */

.vintage_list {	padding: 0px; border: 1px solid #ccc; border-right: none; border-left: none; border-bottom: none; }

.content-img__ribbon {position: absolute; top: 0; left: 0; width: 30px; height: 100%; padding: 0 3px; background: rgba(0, 180, 200, 0.9); box-sizing: border-box; line-height: 30px; text-align: center; color: white; overflow: hidden; font-size: 14px; font-weight: 400;}
.content-img__ribbon::after {content: "Tuesday content"; color:#000; display: flex; transform: rotate(-90deg) translateX(-50%); transform-origin: left top; width: 500px; height: 30px; position: absolute; left: 0; top: 50%; justify-content: center; text-transform: uppercase; color: white; letter-spacing: 1px; text-shadow: 0 0 5px rgba(0, 0, 0, 0.10);}

.content-img__ribbon--remastered {background-color: rgba(255, 156, 0, 0.9); background: linear-gradient(0deg, #663300, rgba(255, 156, 0, 0.9));}
.content-img__ribbon--set {background-color: rgba(194, 194, 194, 0.9); background: linear-gradient(0deg, #7e7e7e, rgba(194, 194, 194, 0.9));}

.content-img__ribbon--remastered::after {content: "Remastered";}
.content-img__ribbon--set::after {content: "On the set";}


.content .more_top {display: flex; justify-content: space-between; font-size: 17px; font-weight: bold; color: #23383D; margin: 8px 0; align-items: flex-start;}
.content .more_top .stars {min-width: 80px; display: flex; flex-shrink: 0; padding-top: 3px;}
.content .more_bottom {display: flex; justify-content: space-between; align-items: baseline;}
.content .more_bottom .tags {display: flex; justify-content: flex-start; flex-wrap: wrap; padding: 0; margin: 0; list-style: none; display: flex; margin: 0 10px 5px 0; max-height: 50px; overflow: hidden;}

.tags a {text-decoration: none; background: white; color: #676767; font-weight: 300; padding: 3px 6px; transition: ease 0.3s; margin: 2px; font-size: 13px; display: inline-block;}
.tags a:hover {background: var(--blue); color: white;}
.content .more_bottom .date {margin-bottom: 5px;}
.tags a.new {background-color: #C8090B; color: white;}
.tags a.fresh {background-color: var(--blue); color: white;}

.sticker {position: absolute; bottom: 30px; right: -4px; background: var(--blue); color: white; padding: 10px 14px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 4px; text-transform: uppercase; font-size: 13px; font-weight: bold; overflow: hidden; z-index: 1;}/*HH*/
.sticker.free{background-color: var(--green);} /*HH*/

.sticker--download {padding-left: 34px; background-image: url('../images/ico_sticker_download_line.svg'); background-position: 10px 21px; background-repeat: no-repeat;}
.sticker--download::before {content: ""; width: 10px; height: 12px; display: block; background: url('../images/ico_sticker_download_arrow.svg') center no-repeat; position: absolute; left: 13px; top: 10px; transition: ease 0.5s;}
.sticker--download::after {content: ""; width: 10px; height: 12px; display: block; background: url('../images/ico_sticker_download_arrow.svg') center no-repeat; position: absolute; left: 13px; top: -10px; transition: ease 0.5s; opacity: 0;}


.content_list.photo .content:hover .sticker--download::before {top: 30px; opacity: 0;}
.content_list.photo .content:hover .sticker--download::after {top: 10px; opacity: 1;}


/* paginace */ 

.pag_box {background: white; padding: 15px; font-size: 14px; display: flex; justify-content: space-between;}
.pag_box a {padding: 5px; border: 1px solid #ddd; border-radius: 4px; text-decoration: none; display: inline-block; min-width: 31px; box-sizing: border-box; text-align: center; margin: 0 1px;}
.pag_box span {padding: 5px; border: 1px solid #ddd; border-radius: 4px; text-decoration: none; display: inline-block; min-width: 31px; box-sizing: border-box; text-align: center; margin: 0 1px;}
.pag_box a:hover,
.pag_box a.current {background: #ddd;}
.pag_box a.prev::before {content: "‹"; margin-right: 3px;}
.pag_box a.next::after {content: "›"; margin-left: 3px;}
.pag_box a.totop {background: #C8090B; color: white; border-color: #C8090B; display: flex; align-items: center;}
.pag_box a.totop::before {content:""; margin-right: 4px; width: 12px; height: 12px; background: url('../images/ico_arrow_down.svg') center center no-repeat; transform: rotateZ(180deg); display: block;}
.pag_box a.totop:hover {background-color: var(--blue); border-color: var(--blue);}

.load_box {margin-top: 20px; text-align: center;}
.load_box a {display: inline-block; padding: 11px 17px; text-decoration: none; background: var(--blue); border-radius: 4px; font-size: 15px; color: white; transition: ease 0.25s; background: linear-gradient(#1e5165, #153846);}

.load_box a:hover {background-color: #C8090B; background: linear-gradient(#C50910, #B40000);}

.load_box.mobile {margin-bottom: 20px; display: none;}
.load_box.mobile a.totop {background: #C8090B;}
.load_box.mobile a.totop:hover {background: var(--blue);}
.load_box.mobile a.totop::before {content:""; margin-right: 4px; width: 12px; height: 12px; background: url('../images/ico_arrow_down.svg') center center no-repeat; transform: rotateZ(180deg); display: inline-block;}

/* Homepage top content 3 + 1 layout*/

.TOP_contents {display: flex; justify-content: space-between; flex: 1 1 0; flex-wrap: wrap;}
.TOP_contents .content_list {width: 75.82160%; margin-left: inherit; justify-content: space-between;}
.TOP_contents .big_pic {display: flex; width: 23.064810%; flex-direction: column; justify-content: space-between; padding-left: calc(1.2%); border-left: 1px solid #ccc; box-sizing: border-box;}

.close .TOP_contents .content_list {width: 76.2%;}
.close .TOP_contents .big_pic {width: 22.7%;}

.TOP_contents .big_pic .content {display: flex; flex-direction: column; flex-grow: 1; justify-content: space-between; width: 100%; margin-left: 0;}
.TOP_contents .big_pic .content.mow {display: none;}
.TOP_contents .big_pic .content .label {font-size: 21px;}
.TOP_contents .content_list .content {width: 32.3397913%; flex-shrink: 1; margin-left: 0;}
.TOP_contents .big_pic a img.second_photo {display: none;}
.TOP_contents .big_pic a img.tablet_photo {display: none;}
.TOP_contents .content_list .content .more_top {margin: 8px 0;}

.TOP_contents .big_pic .img {position: relative;}
.TOP_contents .big_pic .img .counter {width: 100%; text-align: center; font-size: 14px; text-transform: uppercase; margin-top: 10px;}
.TOP_contents .big_pic .img .counter .text {margin-bottom: 6px; font-weight: bold;}
.TOP_contents .big_pic .img .counter .numbers {display: flex; justify-content: center;}
.TOP_contents .big_pic .img .counter .numbers .number {display: flex;}
.TOP_contents .big_pic .img .counter .numbers .number span {display: inline-flex; width: 25px; height: 40px; background: black; color: white; justify-content: center; align-items: center; border-radius: 3px; margin-left: 1px; font-weight: bold; font-size: 20px;}
.TOP_contents .big_pic .img .counter .numbers span.dot {background: transparent; width: inherit; padding: 0 1px; height: 40px; align-items: center; display: flex;} 
.TOP_contents .big_pic .img .live_now {display: flex; justify-content: center;}
.TOP_contents .big_pic .img .live_now a {padding: 8px 32px; color: white; background: #C8090B; margin: 0 auto; text-decoration: none; display: inline-block; font-size: 18px; font-weight: bold; text-transform: uppercase; border-radius: 5px; margin-top: 25px; text-align: center; transition: ease 0.2s;}
.TOP_contents .big_pic .img .live_now a:hover {background: var(--blue);}


/* banners homepage, freshman etc */

.banner_section {margin: 30px 0;}
.freshman {margin: 25px 0 50px 0;}
.freshman .head {display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 10px;}
.freshman .head .logo {max-width: 250px;}
.freshman .head a.button {background: var(--blue); color: white; border-radius: 3px; padding: 8px 40px; transition: ease 0.3s; text-decoration: none; flex-shrink: 0; margin-left: 15px;}
.freshman .head a.button:hover {background: #C8090B;}

.freshman .freshmen_list {display: flex; margin: 20px 0; justify-content: space-between;}
.freshman .freshmen_list .f_content {display: flex;}
.freshman .freshmen_list .f_content h2 {font-size: 19px; line-height: 1;}
.freshman .freshmen_list .f_content .img {width: 70%;}
.freshman .freshmen_list .f_content .img img {display: block;}
.freshman .freshmen_list .f_content .des {width: 30%; position: relative; overflow-y: hidden; font-size: 15px; margin-bottom: 0px; box-sizing: border-box; background: white;}
.freshman .freshmen_list .f_content .des::after {content: ""; position: absolute; width: 100%; height: 16px; left: 0; bottom: 0; background: white; z-index: 2;}
.freshman .freshmen_list .f_content .des .category {text-transform: uppercase; font-size: 13px;}
.freshman .freshmen_list .f_content .des .category span {color: red;}
.freshman .freshmen_list .f_content .des .category span.minutes {color: inherit; text-transform: lowercase;}
.freshman .freshmen_list .f_content .des .wrap {position: absolute; top: 0; left: 0; padding: 16px;}

.freshman .freshmen_list.with_pic .f_content {width: 35.75%;}
.freshman .freshmen_list.with_pic .f_content:nth-child(3) {width: 30.1% ;}
.freshman .freshmen_list.with_pic .f_content .des {margin-bottom: 10px;}

.freshman .freshmen_list .f_content h2 {color: #0fbbec;}
.freshman .freshmen_list .f_content h2 span {color: #ff7e00;}
.freshman .freshmen_list .f_content:nth-child(2) h2 {color: #ff7e00;}
.freshman .freshmen_list .f_content:nth-child(2) h2 span {color: #0fbbec;}
.freshman .freshmen_list .f_content:nth-child(3) h2 {color: #ff003c;}
.freshman .freshmen_list .f_content:nth-child(3) h2 span {color: #0fbbec;}


/* slick slider úprava */

.freshman .freshmen_list {display: block;}
.freshman .freshmen_list .f_content {display: block; width: 33.33%;}
.freshman .freshmen_list .f_content .f_wrap {display: flex;}
.freshmen_list ul.slick-dots {bottom: -26px;}
.freshman:hover button.slick-prev {opacity: 1;}
.freshman:hover button.slick-next {opacity: 1;}

/* DVD and twitter */

.dvd_twit {position: relative; display: flex; justify-content: space-between; margin: 30px 0;}
.dvd_twit .head {height: 80px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #ccc;}
.dvd_twit .head .text {margin-left: 30px; flex-shrink: 0; font-weight: bold;}
.dvd_twit .dvd {width: 32.1%;}
.dvd_twit .dvd .posters {display: flex; justify-content: space-between;}
.dvd_twit .dvd .posters img {display: block;}
.dvd_twit .dvd .posters .front {width: 52.116%;}
.dvd_twit .dvd .posters .back {/* margin-left: 12px; */ width: 46.30%; display: flex; flex-direction: column; justify-content: space-between;}
.dvd_twit .dvd .posters .back .buttons {display: flex; justify-content: space-between; flex-grow: 1;}
.dvd_twit .dvd .posters .back .buttons a {display: flex; width: 48.3%; text-decoration: none; margin-top: 12px;
background: var(--blue); color: white; box-sizing: border-box; justify-content: center; border-radius: 5px; transition: ease 0.3s; align-items: center;}
.dvd_twit .dvd .posters .back .buttons a.buy {background: #C8090B;}
.dvd_twit .dvd .posters .back .buttons a:hover {background: #C8090B;}
.dvd_twit ideo.dvd .posters .back .buttons a.buy:hover {background: var(--blue);}

.dvd_twit .twit {width: 65.8%;}
.dvd_twit .twit_list {display: flex; overflow: hidden; position: relative;}
.dvd_twit .twit_list .twit_item {width: 51.7%; flex-shrink: 0;	margin-right: 20px;	width: 100%;}
.dvd_twit .twit_list .twit_item .head {display: flex; justify-content: space-between; align-items: center; background: white; box-sizing: border-box; padding: 10px; border-color: white;}
.dvd_twit .twit_list .twit_item .head .icon img {display: block;}
.dvd_twit .twit_list .twit_item .head .left {display: flex; align-items: center; font-size: 14px;}
.dvd_twit .twit_list .twit_item .head .left img {border-radius: 60px; margin-right: 10px; display: block;}
.dvd_twit .twit_list .twit_item .head .left .name {font-weight: bold; }
.dvd_twit .twit_list .twit_item .head .left .name span {color: #999; font-weight: normal;}
.dvd_twit .twit_list .twit_item .head .left .name span::before {content: "\00B7"; margin-right: 4px;}
.dvd_twit .twit_list .twit_item .img img {display: block; width: 100%;}
.main_content .twit_list:hover .arrow {opacity: 1;}
.main_content .twit_list .arrow.left_arrow,
.main_content .twit_list .arrow.right_arrow {padding-top: 80px;}


/* slick slider twitter */

.dvd_twit .twit_list {overflow: inherit;}
.twit:hover button.slick-prev {opacity: 1;}
.twit:hover button.slick-next {opacity: 1;}
.twit ul.slick-dots {bottom: -30px;}
.twit .slick-list {margin-left: -30px;}
.twit .slick-list .slick-slide > div {margin-left: 30px;}

/* Chat homepage */

.chat_section {margin: 30px 0; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.chat_section .head {padding: 15px 0; display: flex; align-items: center; justify-content: space-between; font-size: 24px;}
.chat_section .chats_list {display: flex; justify-content: space-between; flex-wrap: wrap;}
.chat_section .chats_list .chat_model {width: 24%; margin-bottom: 20px;}
.chat_section .chats_list .chat_model img {display: block;}
.chat_section .chats_list .chat_model .foot {background: white; padding: 10px; font-size: 14px;}
.chat_section .chats_list .chat_model .foot .name {display: flex; justify-content: flex-start; align-items: center;}
.chat_section .chats_list .chat_model .foot.online .name {font-weight: bold;}
.chat_section .chats_list .chat_model .foot.online .name::before {content: ""; background: #00de00; width: 10px; height: 10px; border-radius: 100%; margin-right: 4px;}
.chat_section .chats_list .chat_model .foot.online .name::after {content: "Online now!"; flex-grow: 1; text-align: right; font-size: 13px; color: #686868; font-weight: normal;}
.chat_section .chats_list .chat_model .foot.offline .name::before {content: ""; background: #C8090B; width: 10px; height: 10px; border-radius: 100%; margin-right: 4px;}



/* All about belami */

.aboutbelami {padding: 30px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 30px 0; font-size: 17px;}
.aboutbelami h2 {margin-top: 0px; padding-top: 0;}


/* DVD slider - 2023 */

.dvd_slider { margin: 0 -10px;}
/*.dvd_slider .slick-slide {margin: 0 10px;}*/
.dvd_slider .content {margin: 0 10px;}
.dvd_slider .slick-dots {bottom: -10px;}
.dvd_slider:hover button.slick-next {opacity: 1;}
.dvd_slider:hover button.slick-prev {opacity: 1;}

/* Video player - detail */

.video_detail {display: flex;}
.video_detail h2 {font-size: 20px; margin: 15px 0; padding: 0; display: flex; align-items: center;}
.video_detail h2::after {content:""; height: 1px; background: #ccc; flex-grow: 1; margin-left: 10px;}

.video_detail .video_player {flex-shrink: 1; max-width: 100%; width: 1476px;}

.video_detail .video_player .player #Trailer {width:100%;border:0px;} 
.video_detail .video_player .player #EndScreen {width:100%; display:none;} 

.video_detail .video_player a.back-arrow {display: flex; margin: 0 0 16px 0; cursor: pointer; border: none; align-items: center; font-size: 13px;}
.video_detail .video_player a.back-arrow::before {content: ""; display: block; width: 30px; height: 14px; background: url(../images/ico_arrow_back_detail.svg) center no-repeat; margin-right: 8px; transition: ease 0.25s;}
.video_detail .video_player a.back-arrow:hover::before {margin-left: -10px; opacity: 0.5;}

.video_detail .more {display: flex; justify-content: space-between; flex-wrap: wrap;}
.video_detail .more .left {width: 73.5%;}
.video_detail .more .right {width: 21.8%;}
.video_detail .more .left .top {display: flex; justify-content: space-between; padding-bottom: 20px; /* margin-bottom: 20px; border-bottom: 1px solid #ccc; */}
.video_detail .more .left .top .download {width: 64%; padding-bottom: 30px; border-bottom: 1px solid #ccc;}
.video_detail .more .left .top .rate {width: 32%; font-size: 13px; border-bottom: 1px solid #ccc;}
.video_detail .more .left .top .rate .stars {display: flex; justify-content: flex-start; margin-bottom: 4px; align-items: center;}
.video_detail .more .left .top .rate .stars input {margin-right: 2px;}
.video_detail .more .left .top .rate .stars span.ty {margin-left: 4px;}

.video_detail .likeah2 {font-weight: bold; margin: 15px 0; font-size: 20px; display: flex; align-items: center;}
.video_detail .likeah2::after {content: ""; flex-grow: 1; height: 1px; background: #ccc; margin-left: 10px;}


.video_detail a {text-decoration: none;}
.video_detail .download .wrapper {display: flex; justify-content: space-between; font-size: 13px;}
.video_detail .download .wrapper a {display: flex; width: 25%; flex-wrap: wrap;}
.video_detail .download .desc {display: flex; flex-direction: column; margin-left: 4px; line-height: 1.2; justify-content: center;}

.video_detail .download a .border {background: var(--blue); height: 46px; width: 56px; display: flex; justify-content: center; align-items: center; font-weight: bold; color: white; font-size: 16px; border-radius: 3px; transition: ease 0.3s;}
.video_detail .download a:hover .border {background: #ed2736;}
.video_detail .download .format {font-weight: bold;}

.video_detail .more .left .bottom {font-size: 16px;}
.video_detail .head {display: flex; justify-content: space-between; align-items: flex-start;}
.video_detail .favorite a {text-align: right; padding-left: 32px; background: url('../images/ico_add_favorite.svg') left center no-repeat; line-height: 30px; display: flex;}
.video_detail .more .left .bottom h1 {display: inline-block; margin-bottom: 20px; text-align: left;}
.video_detail .head span.date {font-size: 13px; margin-left: 5px; font-style: italic; font-weight: normal;}

.video_detail .more .right .actors_list {display: flex;}
.video_detail .more .right .actors_list h3 {font-size: 14px; font-weight: normal; margin: 7px 0;}
.video_detail .more .right .actors_list {margin-left: -7px; position: relative;}
.video_detail .more .right .actors_list .actor {margin: 0 0 7px 7px; flex-grow: 0; flex-basis: 75px; max-width: 75px;}
.video_detail .more .right .actors_list .actor.show_more h3 {font-weight: bold; color:  black; line-height: 1.2; text-align: center;}


.more_cast {height: 0; overflow: hidden;}
.more_cast.open {height: auto; padding-top: 60px;}
.more_cast .actors_list {display: flex; flex-wrap: wrap; margin-left: -7px;}
.more_cast .actors_list .actor {width: 75px; margin: 0 0 14px 7px;}
.more_cast .actors_list .actor .name {font-size: 12px;}


.video_detail .more .right .tags .wrapper {display: flex; justify-content: flex-start; flex-wrap: wrap;}
.tags .wrapper a.more_tags_a {background: var(--blue); color: white; transition: ease 0.25s;}
.tags .wrapper a.more_tags_a:hover {background: #C8090B;}

.more_tags {height: 0; overflow: hidden;}
.more_tags.open {height: auto; padding-top: 60px;}

.video_detail .more .right .buy.buy_scene .buy-button-wrap {display:flex; height: 76px; }

.video_detail .screenshot_gallery {position: relative; }
.video_detail .screenshot_gallery h2 {font-size: 25px;}
.video_detail .screenshot_gallery h2::after {display: none;}


.video_detail .comments {font-size: 15px; padding-top: 20px; margin-top: 30px; border-top: 1px solid #ccc;}
.video_detail .comments button {border: none; background: var(--blue); color: white; font-family: 'Roboto Condensed'; border-radius: 3px; padding: 8px 10px; margin-bottom: 20px; font-size: 15px; cursor: pointer; transition: ease 0.3s;}
.video_detail .comments button:hover {background: #C8090B;}
.video_detail .comments span.name {font-weight: bold; font-size: 17px;}
.video_detail .comments span.date {font-size: 12px;}
.video_detail .comments p {padding-left: 20px;}
.video_detail .comments h2 {font-size: 25px;}
.video_detail .comments h2::after {display: none;}
.video_detail .comments .comment {padding: 15px 20px;}
.video_detail .comments .comment:nth-child(even) {background: #e4e4e4;}

.video_detail .comments .add_comment {padding: 20px; margin: 10px 0 30px 0; border-bottom: 1px dashed #ccc; border-top: 1px dashed #ccc; box-shadow: inset 0 0 30px #ccc;}
.video_detail .comments .add_comment textarea {box-sizing: border-box; border: 1px solid #ccc; background: transparent; width: 100%; height: 190px; padding: 15px; font-family: 'Roboto Condensed'; font-size: 15px; outline: none; }
.video_detail .comments .add_comment .emoticons {display: flex; flex-wrap: wrap; margin: 20px 0;}
.video_detail .comments .add_comment .emoticons img {width: 24px; margin: 4px; transition: ease 0.15s; cursor: pointer;}
.video_detail .comments .add_comment .emoticons img:hover {transform: scale(2);}
.video_detail .comments .add_comment button {background: #C8090B; margin-bottom: 0;}
.video_detail .comments .add_comment button:hover {background: var(--blue);}


.video_detail .vip_tags {font-size: 15px; margin-top: 30px; background: #fff; padding: 20px; border-radius: 4px; box-sizing: border-box; height: 68px; overflow: hidden;}
.video_detail .vip_tags.open {overflow: inherit;}
.video_detail .vip_tags.open {height: auto;}
.video_detail .vip_tags.open h2::after {content: "×";}
.video_detail .vip_tags.open .wrap .right {border-left: 1px solid #eee;}
.video_detail .vip_tags .wrap .right {border: none;}
.video_detail .vip_tags .tags a {background: #eee; display: inline-flex;}
.video_detail .vip_tags .tags a:hover {background: #333;}

.video_detail .vip_tags .tags span {font-size: 13px; padding: 3px 6px; display: inline-flex; background: #eee; margin: 2px; border-radius: 3px;}
.video_detail .vip_tags .tags span button {border: none; background-color: transparent; position: relative; width: 20px; height: 20px; overflow: hidden; margin-left: 3px;}
.video_detail .vip_tags .tags span button::after {content: "×"; line-height: 1; font-weight: bold; font-size: 18px; width: 100%; height: 100%; color: black; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; cursor: pointer; border-radius: 50%;}
.video_detail .vip_tags .tags span button:hover::after {background-color: white;}
.video_detail .vip_tags h2 {font-size: 25px; margin: 0; flex-grow: 1; justify-content: space-between; align-items: center; cursor: pointer;}
.video_detail .vip_tags h2::after {content: "+"; height: unset; width: unset; background: none; flex-grow: 1; text-align: right;}
.video_detail .vip_tags .wrap {display: flex; justify-content: space-between;}
.video_detail .vip_tags .wrap .left {flex-grow: 1;}
.video_detail .vip_tags .wrap .right {padding-left: 40px; margin-left: 40px; border-left: none;}
.video_detail .vip_tags .new_tag {margin-top: 20px; position: relative;}
.video_detail .vip_tags .new_tag .whisper {border: 1px solid #eee; margin-top: 10px; padding: 10px; position: absolute; left: 0; top: 34px; min-width: 300px; background: white; font-size: 14px; box-sizing: border-box; width: 100%; max-width: 500px;}
.video_detail .vip_tags .new_tag .whisper ul {padding: 0; margin: 0;}
.video_detail .vip_tags .new_tag .whisper ul li {padding: 4px 0; margin: 4px 0; list-style: none; cursor: pointer;}
.video_detail .new_tag input {font-size: 15px; font-family: 'Roboto Condensed'; border: none; box-sizing: border-box; border-bottom: 1px solid #ddd; margin: 0 4px; min-width: 220px;}
.video_detail .vip_tags .new_tag button {border: none; background: var(--blue); color: white; font-family: 'Roboto Condensed'; border-radius: 3px; padding: 8px 10px; font-size: 15px; cursor: pointer; transition: ease 0.3s; flex-shrink: 0;}
.video_detail .vip_tags .new_tag button:hover {background: #C8090B;}
.video_detail .vip_tags .new_tag ::placeholder {color: #aaa;}


.video_detail .related_video {width: 434px; width: 300px; margin-left: 20px; flex-grow: 0; padding-left: 20px; border-left: 1px solid #ccc; box-sizing: border-box;}
.video_detail .related_video h2 {margin: 0 0 10px 0; padding: 0;}
.video_detail .related_video .content_list .content {width: 100%; margin: 0px;}
.video_detail .related_video .content_list .content .tags {display: none;}



/* photo gallery - detail */

.video_detail.photo_detail .more {flex-wrap: nowrap;}
.video_detail.photo_detail .more .left .top {justify-content: flex-start;}
.video_detail.photo_detail .more .left {width: 76%; flex-grow: 1; margin-right: 4%;}
.video_detail.photo_detail .download .desc {margin-left: 14px;}
.video_detail.photo_detail .more .left .top .download {width: 160px; flex-shrink: 0; margin-right: 4%; padding-bottom: 20px;}
.video_detail.photo_detail .more .left .top .tags {flex-grow: 1; border-bottom: 1px solid #ccc; flex-wrap: wrap; padding-bottom: 20px;}
.video_detail.photo_detail .more .left .top .tags .wrapper {display: flex; flex-wrap: wrap;}
.video_detail.photo_detail .more .left .top .rate {width: inherit; flex-grow: 1; margin-right: 4%; min-width: 235px;}
.video_detail.photo_detail .download .wrapper a {width: 100%;}
.video_detail.photo_detail .more .right {width: inherit;}
.video_detail.photo_detail .more.more_top .left {margin-right: 0;}

.video_detail.photo_detail .gallery_list {display: flex; flex-wrap: wrap; margin: 30px 0;}
.video_detail.photo_detail .gallery_list a {margin: 0 10px 10px 0;}
.video_detail.photo_detail .gallery_list img {display: block;}


/* dvd detail */

.video_detail .right .buy a:hover {background: black; transform: scale(1.05);}
.video_detail .right .buy button:hover {background: black; transform: scale(1.05);}
.video_detail .right .buy.buybelami a {background: #23383d; text-align: center;}
.video_detail .right .buy.buybelami a:hover {background: var(--blue); }
.video_detail .right .buy_scene__wrap {display: flex; justify-content: space-between; align-items: center;}
.video_detail .right .buy_scene__wrap > * {width: 98%; text-align: center;}
.video_detail .right .buy_scene__wrap .buy_scene__wrap__price {font-size: 32px; font-weight: bold;}
.video_detail .right .buy_scene__wrap .buy_scene__wrap__price sup {font-size: 50%;}
.video_detail .right .buy a,
.video_detail .right .buy button {display: block; background: #09A753; color: white; padding: 12px 10px; transition: ease 0.2s; border-radius: 5px; text-transform: uppercase; font-weight: bold; font-size: 14px; text-align: center; border: none; font-family: 'Roboto Condensed'; cursor: pointer; width: 100%; box-sizing: border-box;}

.video_detail .right .buy a.buy_button--go_to_cart {display: none;}
.video_detail .more .right .buy.buy_scene.buy_scene-yes {border-bottom: none; padding: 0; padding-top: 25px; margin-bottom: 15px;}

.video_detail .right .renew-wrap {padding: 25px 0 5px; margin-top: 25px; border-top: 1px solid #ccc;}
.video_detail .right .renew-wrap a {display: block; background: var(--blue); color: white; padding: 12px 10px; transition: ease 0.2s; border-radius: 5px; text-transform: uppercase; font-weight: bold; text-align: center; font-size: 18px;}
.video_detail .right .renew-wrap a::after {content:url("../images/ico_unlimited.svg"); margin-left: 6px;}
.video_detail .right .renew-wrap a:hover {transform: scale(1.05);}

.video_detail .right .buy.buy_scene-yes h2 {display: none;}
.video_detail .right .buy.buy_scene-yes .buy_scene__wrap {display: none;}
.video_detail .right .buy.buy_scene-yes a.buy_button--go_to_cart {display: block;}
.video_detail .right .buy.buy_scene-yes .renew-wrap {margin-top: 0; border: none; padding-top: 15px;}

.video_detail .more.dvd_detail {margin-top: 40px;}
.video_detail .more.dvd_detail .rate {font-size: 13px;}
.video_detail .more.dvd_detail .bottom {display: flex;}
.video_detail .more.dvd_detail .bottom .dvd_des {padding-right: 30px; box-sizing: border-box; flex-grow: 1;}
.video_detail .more.dvd_detail .bottom .poster {flex-shrink: 0;}
.video_detail .more.dvd_detail .bottom .poster img {width: 194px;}

.video_detail .more.dvd_detail .left .bottom h2 {margin-top: 0; margin-bottom: 20px; font-size: 24px; font-weight: normal;}
.video_detail .more.dvd_detail .left .bottom h2::after {display: none;}

.video_detail .dvd_cast {margin-top: 60px; }
.video_detail .dvd_cast h2::after {display: none;}
.video_detail h1 {display: inline-block;}


/* model detail */

.video_detail .main_card {margin-bottom: 60px; display: flex; justify-content: space-between;}
.video_detail .main_card > .left {display: flex;}
.video_detail .main_card > .left .img {flex-shrink: 0; margin-right: 3%;}
.video_detail .main_card > .left .img img {width: 414px;}
.video_detail .main_card > .left h1 {font-weight: bold; font-size: 30px; padding-top: 15px; margin-bottom: 30px;}
.video_detail .main_card > .right .favorite {margin-bottom: 30px;}
.video_detail .main_card > .right .tags .wrapper {display: flex; flex-wrap: wrap;}
.video_detail .main_card > .right .XX {margin-right: 3%; padding-right: 3%; border-right: 1px solid #ccc;}
.video_detail .main_card > .right {width: 300px; flex-shrink: 0; margin-top: 85px; margin-left: 3%; padding-left: 3%; border-left: 1px solid #ccc;}
.video_detail .main_card > .right .rate {font-size: 13px;}
.main_card .model_tab {margin-top: 40px;}
.main_card .model_tab table td {padding-right: 10px;}
.main_card .model_tab table td:nth-child(2) {font-weight: bold;}


/* movie detail */

.button {padding: 16px; width: 360px; border-radius: 4px; text-decoration: none; background: var(--red); display: flex; justify-content: center; align-items: center; margin: 8px 0; text-transform: uppercase; font-weight: bold; color: white; box-sizing: border-box; font-size: 18px; transition:  ease 0.25s; transform: scale(1); max-width: 100%;}
.button:hover {background-color: var(--dark-grey);}
.button--blue {background-color: var(--blue);}
.button--green {background-color: var(--green);}
.button--green-light {background-color: var(--green-light);}
.button--orange {background-color: var(--orange);}
.button--play-trailer::after {content: ""; margin-left: 10px; display: inline-flex; width: 26px; height: 26px; background: url('../images/ico_play.svg') center no-repeat; background-size: cover;}
.movie_CTAs .button--buy {margin-right: 0;}
.button--buy::after {content: ""; margin-left: 10px; display: inline-flex; width: 26px; height: 26px; background: url('../images/ico_cart_white.svg') center no-repeat; background-size: cover;}
.button--download::after {content: ""; margin-left: 10px; display: inline-flex; width: 26px; height: 26px; background: url('../images/ico_buy_download_white.svg') center no-repeat; background-size: cover;}
.movie_tpl .width {max-width: unset;}
.main.movie_tpl main .main_content {max-width: unset; margin-right: -20px; margin-left: 44px;}

.movie_detail {position: relative; display: block;}
.video_detail.movie_detail {max-width: unset;}
.movie_detail__videobg {position: relative; top: 0; left: 0; right: 0; z-index: 0; margin-top: -20px; max-height: 800px; max-height: 42vw; max-height: 80vh; box-sizing: border-box;}
/* .movie_detail__videobg::after {content:""; position: absolute; bottom: 0px; left: 0; right: 0; height: 100px; z-index: 2; background: linear-gradient(180deg, rgba(238,238,238,0) 20%, rgba(238,238,238, 0.80) 45%, rgba(238,238,238,1) 100%);} */
.movie_detail__videobg video {width: 100%; max-width: 100%; height: 100%; object-fit: cover;}
.movie_detail__videobg_label {position: fixed; left: 64px; top: 80px; height: 55px; background: rgba(255, 255, 255, 0.8); padding: 0 20px; line-height: 55px; text-transform: uppercase; font-weight: bold; border-radius: 0 4px 4px 0; font-size: 18px;  transition: ease 0.45s;}

.top-menu-visible.main.movie_tpl main .main_content {margin-left: -20px; margin-right: -20px;}
.top-menu-visible .movie_detail__videobg_label {top: 160px; left: 0;}


.small_label .movie_detail__videobg_label {left: 0; transform: translateX(-100%);}

.movie_detail__videobg_back {position: fixed; left: 64px; top: 80px; height: 50px; width: 80px; background: url('../images/ico_back_arrow.svg') center no-repeat; background-color: rgba(0, 0, 0, 0.2) ;cursor: pointer; z-index: 10; border: none; text-indent: -99999px; visibility: hidden; opacity: 0; transition: opacity 0.5s linear;}
.small_label .movie_detail__videobg_back {visibility: visible; opacity: 1;}


.movie_detail__desc {background: #eee; position: relative; z-index: 1; padding: 0 26px;}
.movie_detail__desc::before {content:""; position: absolute; top: 0px; left: 0; right: 0; height: 150px; z-index: 2; background: linear-gradient(180deg, rgba(238,238,238,0) 0%, rgba(238,238,238,1) 80%); /* background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.15) 15%,rgba(255,255,255,.35) 29%,rgba(255,255,255,.58) 44%,#eee 68%,#eee 100%); */transform: translateY(-100%); pointer-events: none;}

.movie_info {position: relative;}
.movie_poster {position: absolute; top: 0px; transform: translateY(-100%); z-index: 2; padding-bottom: 16px; perspective: 1000px;}
.movie_poster img {display: block; -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden; transition: ease 0.75s;}
.big_label .movie_poster {width: 360px; transition: ease 0.45s; max-width: 48%;}
.movie_poster img.poster_back {position: absolute; top: 0; left: 0; transform: rotateY(180deg); display: block;}
.small_label .movie_poster {width: 180px; transition: ease 0.45s;}
.flip_button {position: absolute; bottom: 0; left: 50%; z-index: 20; width: 42px; height: 42px; background: #eee url('../images/flip.svg') center no-repeat; overflow: hidden; border: none; cursor: pointer; font-size: 0px; border-radius: 50%; transform: translate(-50%,3px); box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);}
.movie_detail.small_label .movie_poster .flip_button {display:none;}
.movie_poster.flip img {transform: rotateY(180deg); transform-style: preserve-3d;}
.movie_poster.flip img.poster_back {transform: rotateY(360deg);}


/* flip card list */

.flip_button--list {transform: translate(-50%, 50%); display: none;}
.content_list.photo .content:hover .flip_button--list {transform: translate(-50%, 50%); display: block;}

.content_list.photo .content a {perspective: 1000px;}
.content_list.photo .content a img {display: block; -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden; transition: ease 0.75s;  min-width: 100%;  }
.content_list.photo .content a img.poster_back {position: absolute; top: 0; left: 0; transform: rotateY(180deg); display: block;}
.content_list.photo .content.flip a img {transform: rotateY(180deg); transform-style: preserve-3d;}
.content_list.photo .content.flip a img.poster_back {transform: rotateY(360deg);}


.movie_sound {display: block; position: absolute; width: 80px; height: 80px; right: 40px; top: -180px; z-index: 10;}
.movie_sound__button {display: block; width: 80px; height: 80px; border-radius: 50%; border: none; background: white url('../images/ico_sound_off.svg') center no-repeat; background-size: 40px; cursor: pointer; z-index: 3;}
.movie_sound__button.sound_on {background-image: url('../images/ico_sound_on.svg');}
.movie_info__top {display: flex; justify-content: space-between; margin-bottom: 0px; flex-wrap: wrap; gap: 20px 50px;}
.movie_info__top__buttons {display: flex; justify-content: space-between; width: 740px; flex-wrap: wrap; flex-shrink: 0;}
.movie_CTAs {display: flex; width: 100%; justify-content: space-between;}
.movie_CTAs ul {margin: 0; padding: 0;}
.movie_CTAs ul li {margin: 0; padding: 0; list-style: none; position: relative;}

.movie_CTAs ul li ul {display: none; position: absolute; left: 0; bottom: 0; transform: translateY(100%); width: 100%; background: white; border-radius: 4px; overflow: hidden; transition: ease 0.3s;}
.movie_CTAs ul li ul.buy_ul.open {display: block;}
.movie_CTAs ul li ul li a {padding: 18px 16px; display: block; font-weight: bold;}
.movie_CTAs ul li ul li a {padding-left: 60px; background-position: 16px center; background-repeat: no-repeat; transition: ease 0.3s;}
.movie_CTAs ul li ul li a:hover {background-color: #ddd;}
.movie_CTAs ul li ul li.digital a {border-bottom: 1px solid #EEE; background-image: url('../images/ico_buy_download.svg');}
.movie_CTAs ul li ul li.digital a.purchased-download {background-color: var(--green);color: #fff;background-image: url(../images/ico_buy_download_white.svg);}
.movie_CTAs ul li ul li.digital a.purchased-download:hover {background-color: var(--dark-grey);}
.movie_CTAs ul li ul li.disc a {background-image: url('../images/ico_buy_disc.svg');}
.movie_CTAs ul li ul li.digital a span {margin: 0 4px;}
.movie_CTAs ul li ul li.digital a span:nth-child(1) {text-decoration: line-through; color: #999;}
.movie_CTAs ul li ul li.digital a span:nth-child(1) sup {text-decoration: unset;}
.movie_CTAs ul li ul li.digital a span:nth-child(2) {color: var(--red); font-weight: bold; font-size: 18px;}


.movie_h h1 {font-weight: bold; margin-right: 16px; margin-bottom: 0;}
.movie_info__top__devices {position: relative;}
.movie_info__top__rate .rate > .likeah2 {margin-top: 0;}
.movie_info__top__rate .rate {border-bottom: 1px solid #ddd; padding-bottom: 15px; margin-bottom: 15px;}
.movie_detail .dvd_cast {margin-top: 5px;}

.movie_info__top > .tags_wrap {max-width: unset !important; flex-basis: 300px; flex-grow: 1;}
.movie_info__top > .favorite_wrap {display: flex; flex-shrink: 0;}

.movie_detail__desc--no-download .movie_info__top__devices {display: none;}
.movie_detail__desc--no-download  .movie_info__top {justify-content: flex-start;}

.model_slide {margin: 0 -10px; padding: 0px;}
.model_slide:hover button.slick-prev,
.model_slide:hover button.slick-next {opacity: 1; width: 70px;}
.model_slide .content {margin: 0 10px;}
.model_slide .content .img a {overflow: hidden; display: block;}
.model_slide .content .img a:hover img {transform: scale(1.05); transition: ease 0.3s; z-index: 1;}
.model_slide ul.slick-dots {bottom: 5px;}
.slick-arrow {z-index: 1;}

.dark_theme .movie_detail__desc {background-color: var(--dark-bg);}
.dark_theme .movie_detail__desc::before { background: linear-gradient(180deg, rgba(3,10,15,0) 0%, rgba(3,10,15,1) 80%); /* background-image:linear-gradient(to bottom,rgba(34,34,34,0) 0,rgba(34,34,34,.15) 15%,rgba(34,34,34,.35) 29%,rgba(34,34,34,.58) 44%,#222 68%,#222 100%);  */}
.dark_theme .movie_info__top__rate .rate {border-color: #444;}
.dark_theme .movie_detail__videobg_label {color: black;}
.dark_theme .movie_info__top__devices img {visibility: hidden;}
.dark_theme .movie_info__top__devices::after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url('../images/movie_devices_dark.svg') left top no-repeat; background-size: contain;}
.dark_theme .movie_CTAs ul li ul {color: #23383D;} /*{background-color: var(--green); color: white;}*/
/*.dark_theme .movie_CTAs ul li ul li a {border-top: 1px solid green;}*/
/*.dark_theme .movie_CTAs ul li ul li:first-child a {border-bottom: none;}*/
/*.dark_theme .movie_CTAs ul li ul li a:hover {background-color: #038d44;}*/

body.play_trailer_zoom {overflow: hidden;}
body.play_trailer_zoom .movie_detail {transform: scale(1.1); opacity: 0; transition: ease 1s;}
body.play_trailer_zoom .feedback {display: none;}


.wrapper_movie_video {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: black; display: flex; align-items: center; justify-content: center; z-index: 2;}
.wrapper_movie_video video {max-width: 100%;}
.wrapper_movie_video__back {position: absolute; left: 0px; top: 20px; width: 80px; height: 50px; background: url('../images/ico_back_arrow.svg') center no-repeat; background-color: rgba(0, 0, 0, 0.2) ;cursor: pointer; z-index: 10; border: none; text-indent: -99999px;}
.wrapper_movie_video .vjs_video_3-dimensions.vjs-fluid {padding-top: 0;}
.wrapper_movie_video .video-js.vjs-fluid {height: 100%;}


footer {margin: -20px; margin-top: 4em; background-color: #fff; padding: 3em 0; display: none;}
.top-menu-visible footer {display: block;}
footer .width {display: flex; justify-content: space-between; gap: 40px;}

footer ul {font-size: 1.25rem; padding: 0; margin: 0;}
footer ul li {list-style: none; padding: 0; margin: 0;}
footer ul li a {display: block; padding: 0.2rem 0; text-decoration: none; transition: var(--animace);}
footer ul li a:hover {color: var(--red);}
footer .wrap {display: flex; gap: 3em;}
footer .foo_r {text-align: right; max-width: 600px;}
footer .foo_r a {color: var(--red);}
footer .foo_r span {margin: 0 3px;}
footer .links {margin-top: 1rem;}

footer .foo_l {flex-shrink: 0;}
footer p {letter-spacing: -0.8px; margin: 2px 0;}


@media (min-width: 2100px) {
	
	.movie_detail .content_list.photo .content {width: 15.666%;}

}


@media only screen and (max-width: 1699px) {

	.freshman .freshmen_list .f_content .des .category  {font-size: 11px;}
	.freshman .freshmen_list .f_content h2 {font-size: 17px; margin: 0.6em 0;}
	.freshman .freshmen_list .f_content .des {font-size: 14px;}

}


/* Large devices (desktops, less than 1600px) */
@media only screen and (max-width: 1599px) {

	.movie_info__top__buttons {margin-bottom: 20px;}

}

@media only screen and (max-width: 1499px) {

	.big_label .movie_poster  {width: 25%; max-width: 25%;}
	.dvd_slider { margin: 0 -6px !important;}
	/*.dvd_slider .slick-slide {margin: 0 6px !important;}*/
	.dvd_slider .content {margin: 0 6px !important;}

}


@media only screen and (max-width: 1399px) {

	.scrolled .top-menu-visible .header_filters {top: 60px;}
	.top-menu-visible .movie_detail__videobg_label {top: 80px;}

}


/* Large devices (desktops, less than 1400px) */
@media only screen and (max-width: 1199px) {

	.movie_info__top__buttons {width: 100%;}
	.movie_CTAs {justify-content: flex-start;}
	.movie_CTAs .button.button--play-trailer {margin-right: 16px;}

 }

@media only screen and (max-width: 991px) {

	.main.close.movie_tpl main .main_content {padding: 0; margin-left: 44px; margin-right: -20px;}
	.movie_info__top {gap: 2%;}
	.movie_info__top__devices {max-width: 49%;}
	.big_label .movie_poster  {max-width: 18%;}
	.small_label .movie_poster {max-width: 18%;}
	.movie_detail__videobg {max-height: unset; margin-top: 0;}

    	#TermsPopUp {padding: 16px; background-image: none; height: inherit; width: 96%; max-width: 460px; box-sizing: border-box;}
	#TermsPopUp .DisclaimerMessage {width: 100%; margin-top: 15px;}
	#TermsPopUp .TermsConfirm a {max-width: inherit; font-size: 22px;}

 }

@media only screen and (max-width: 765px) {

	.main.close.movie_tpl main .main_content {margin: 0 -20px;}
	.movie_detail__videobg_label {display: none;}
	.movie_info__top__devices {width: 38%;}
	.movie_info__top__rate {width: 58%; margin-bottom: 15px;}
	.movie_info__bottom {justify-content: flex-start;}
	.movie_CTAs {justify-content: space-between;}
	.movie_CTAs > * {width: 49%;}
	.movie_CTAs .button.button--play-trailer {margin-right: 0;}
	.content_list.photo.model_slide .content {margin: 0 5px; }
	.movie_detail__videobg_back{display:none;}

    .header_filters {display: block;}
    .header_filters__heading {justify-content: space-between; margin-bottom: 1em;}
    .header_filters__icon button {margin-right: 0;}
    .scrolled .selected_filters--new::before,
    .scrolled .selected_filters--new::after {width: 50vw;}
	.scrolled .main.close .header_filters.opened .header_filters__filter {left: 0; box-sizing: border-box; max-height: 100vh;}
	.scrolled .main.close .header_filters.opened .header_filters__all {max-height: calc(100vh - 97px); overflow-y: auto;}

	.header_filters__filter_search form label .description_long {display:none;}
	.header_filters__filter_search form label .description_short {display:block;}

    header .center {display:none;}
}


@media only screen and (max-width: 575px) {

	.movie_detail__desc {padding: 0 20px;}
	.movie_detail__desc::before {height: 80px;}
	.movie_info__top > div {width: 100%; margin: 10px 0;}
	.movie_CTAs {flex-wrap: wrap;}
	.movie_CTAs > * {width: 100%;}
	.movie_CTAs .button {width: 100%; max-width: inherit; margin: 4px 0 !important;}
	.movie_h h1 {display: block; margin: 10px 0;}
	.movie_poster {position: relative; transform: unset;}
	.big_label .movie_poster,
	.small_label .movie_poster {width: 100%; max-width: 100%;}
	.movie_poster {display: flex; justify-content: space-between;}
	.movie_poster img {width: 49%;}
	.movie_poster img.poster_back {position: relative; left: unset; top: unset; transform: unset;}
    .flip_button {display: none;}
	.movie_info {display: flex; flex-direction: column-reverse;}
	.movie_info__bottom {order: -1;}
    .movie_sound {width: 36px; height: 36px; right: 20px; top: -100px;}
	.movie_sound__button {width: 100%; height: 100%; background-size: 22px; }

    #TermsPopUp p.BiggerLinks {font-size: 17px;}
    	.aboutbelami {padding: 30px 0;}
 }


/* CART DETAIL */

.cart_detail .video_player h2::after {display: none;}
.cart_detail .video_player h2 {font-size: 25px; margin-top: 0;}
.cart_detail .video_player .cart_contents {display: flex; justify-content: space-between;}
.cart_detail .video_player .cart_contents .left {width: 70%; flex-grow: 1;}
.cart_detail .video_player .cart_contents .right {width: 330px; margin-left: 40px;}
.cart_detail .remove button {border: none; background: transparent; color: #C8090B; font-weight: bold; font-size: 15px; cursor: pointer; transition: ease 0.35s; padding: 0;}
.cart_detail .remove button:hover {color: black;}
.cart_detail .remove button::after {content: "×"; background: #ddd; color: black; width: 22px; height: 22px; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; line-height: 26px; margin-left: 4px; transition: ease 0.35s;}
.cart_detail .remove button:hover::after {background: #C8090B; color: white;}
.cart_list {display: flex; justify-content: space-between; flex-wrap: wrap;}
.cart_list .cart_item {width: 100%; background: #fff; padding: 10px; box-sizing: border-box; margin-bottom: 10px; display: flex; align-items: center; border-radius: 5px;}
.cart_list .cart_item .img {width: 214px; margin-right: 2.5%; flex-shrink: 0;}
.cart_list .cart_item .img img {display: block;}
.cart_list .cart_item .info {display: flex; align-items: center; flex-grow: 1; justify-content: space-between;}

.cart_detail .remove_wrap {display: flex;justify-content: flex-end;}
.cart_detail .remove_wrap button{border: none;background: transparent;color: #C8090B;font-weight: bold;font-size: 15px;cursor: pointer;transition: ease 0.35s;	padding: 0;}
.cart_detail .remove_wrap button::after {content: "×"; background: #ddd; color: black; width: 22px; height: 22px; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; line-height: 26px; margin-left: 4px; transition: ease 0.35s;}
.cart_detail .remove_wrap button:hover::after {background: #C8090B; color: white;}


.cart_list .cart_item .top {display: flex; justify-content: space-between; color: black; align-items: center; width: 70%;}
.cart_list .cart_item .top .label {font-size: 18px; font-weight: bold; width: 60%;}
.cart_list .cart_item .top .quality {display: flex; align-items: center; margin: 0 10px;}
.cart_list .cart_item .top .quality .border {background: var(--blue); color: white; display: flex; justify-content: center; align-items: center; border-radius: 2px; height: 40px; width: 56px; font-weight: bold; margin-right: 6px;}
.cart_list .cart_item .top .quality .desc {font-size: 12px;}
.cart_list .cart_item .top .quality .desc span {display: flex;}
.cart_list .cart_item .bottom {display: flex; justify-content: space-between; color: black; align-items: center; width: 150px; flex-shrink: 0;}
.cart_list .cart_item .bottom .price {font-size: 22px; font-weight: bold; flex-shrink: 0; margin-left: 10px;}
.cart_list .cart_item .bottom .price sup {font-size: 50%;}
.cart_list .cart_item .bottom .delete {padding: 0 20px 0 30px; border-left: 1px solid #ddd;}
.cart_list .cart_item .bottom .delete a {display: block; width: 18px; height: 18px; background: url('../images/ico_delete.svg') center no-repeat; transition: ease 0.3s;}
.cart_list .cart_item .bottom .delete a:hover {filter: grayscale(1);}
.cart_left__remove-all {display: flex; justify-content: flex-end; width: 100%;}
.cart_left__remove-all button {display: block; background: #C8090B; border-radius: 5px; text-align: center; color: white; font-weight: bold; font-size: 18px; text-transform: uppercase; padding: 12px 40px; box-sizing: border-box; margin-bottom: 15px; transition: ease 0.2s; border: none;  font-family: 'Roboto Condensed'; cursor: pointer;}
.cart_left__remove-all button:hover {transform: scale(1.05); background: black;}

.order_summary {background: white; padding: 20px; text-align: center; position: sticky; top: 80px;}
.order_summary .top .total {font-size: 26px;  color: black; margin-bottom: 25px;}
.order_summary .top .total span {color: #09A753; font-weight: bold;}
.order_summary .top .total span sup {font-size: 50%;}
.order_summary .top .remove {margin: 20px 0;}

.order_summary a:hover {transform: scale(1.05);}
.order_summary a.proceed {display: block; background: #09A753; border-radius: 5px; text-align: center; color: white; font-weight: bold; font-size: 18px; text-transform: uppercase; padding: 12px 4px; box-sizing: border-box; margin-bottom: 15px; transition: ease 0.2s}
.order_summary a.proceed:hover {background: black;}
.order_summary a.continue {display: block; background: var(--blue); border-radius: 5px; text-align: center; color: white; font-weight: bold; font-size: 18px; text-transform: uppercase; padding: 12px 4px; box-sizing: border-box; margin-bottom: 15px; transition: ease 0.2s}
.order_summary a.continue:hover {background: black;}


/* DARK MODE */
.dark_theme ::placeholder {color: var(--light-blue);}
.dark_theme {color: var(--light-blue);}
.dark_theme header .left .logo a::after {content:""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--black) url('../images/logo_dm.svg') center center no-repeat; background-size: contain;}
.dark_theme .freshman .head .logo::after {content:""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--dark-primary) url('../images/freshmen_logo_dm.svg') center center no-repeat; background-size: contain;}
.dark_theme .dvd_twit .head .logo::after {content:""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--dark-primary) url('../images/buybelami_logo_dm.svg') center center no-repeat; background-size: contain;}
.dark_theme .chat_section .head .logo::after {content:""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--dark-primary) url('../images/belamichat_logo_dm.svg') center center no-repeat; background-size: contain;}
.dark_theme .dark_m {display: inherit;}
.dark_theme .light_m {display: none;}
.dark_theme header,
.dark_theme .top-menu-visible header .width {background: var(--dark-bg);}
.dark_theme header .right a {background-color: var(--dark-secondary);}
.dark_theme header .right a:hover {background-color: var(--blue);}
.dark_theme header .right a img {filter: invert(100);}
.dark_theme header .left a.menu_button img {filter: invert(100);}
.dark_theme header .search {border-color: var(--dark-secondary);}
.dark_theme header .search button {background-color: var(--dark-secondary);}
.dark_theme header .right ul.account_menu li a {background-color: #060D12; border-color: var(--dark-secondary); color: var(--light-blue);}
.dark_theme header .right ul.account_menu li a:hover {background-color: var(--dark-secondary);}
.dark_theme header .right ul.account_menu li.last_login a {background-color: var(--dark-secondary); color: white;}
.dark_theme header .right ul.account_menu li.last_login a span {color: #89ffa2;}
.dark_theme header .search button {border-left: none; background-image: url('../images/ico_search_w.svg');}
.dark_theme header .right .cart .cart_list .info,
.dark_theme header .right .cart .cart_list .summary {background-color: #060D12; border-color: var(--dark-secondary);}
.dark_theme header .right .cart .cart_list .item {background-color: var(--dark-bg);}
.dark_theme header .right .cart .cart_list .item .more_info {color: var(--light-blue);}
.dark_theme header .right .cart .cart_list .item .more_info .price {color: var(--light-blue);}
.dark_theme header .right .cart .cart_list button {color: white;}
.dark_theme header .right .acc_logout a:hover {background-color: #c80910;}
.dark_theme header .right ul.account_menu li.logout a {background-color: #c80910; color: white;} 
.dark_theme header .right ul.account_menu li.logout a:hover {background-color: #000;}
.dark_theme .top-menu-visible header {border-color: black;}
.dark_theme .main main {background: var(--dark-primary);}
.dark_theme .main main .side {background: var(--black); box-shadow: none;}
.dark_theme .content .more_top {color: var(--light-blue);}
.dark_theme .tags a {background: var(--dark-secondary); color: var(--light-blue);}
.dark_theme .tags a:hover {background: var(--blue); color: #fff;}
.dark_theme .tags a.new {background: #C8090B; color: white;}
.dark_theme .tags a.fresh {background-color: var(--blue); color: white;}
.dark_theme .filter_block {background: var(--dark-secondary);}
.dark_theme .filter_block .goto .pag a.disabled {background-color: var(--dark-primary);}
.dark_theme .TOP_contents .big_pic {border-color: var(--blue);}
.dark_theme .quickies,
.dark_theme .vintage_list {border-color: var(--blue);}
.dark_theme .quickies_list .quickie .text_box {background: #060D12;}
.dark_theme .freshman .freshmen_list .f_content .des {background: #060D12;}
.dark_theme .filter_block .goto input {color: var(--light-blue); border-color: var(--blue);}
.dark_theme .side nav ul li {background-color: var(--blue); color: white;}
.dark_theme .side nav ul li {background-color: var(--dark-primary);}
.dark_theme .side nav ul li:nth-child(odd) {background-color: #030A0F;}
.dark_theme nav ul li a span, .dark_theme nav ul li.active a span {filter: invert(100);}
.dark_theme .dvd_twit .twit_list .twit_item .head {background-color: #060D12;}
.dark_theme .dvd_twit .twit_list .twit_item .head {border-color: var(--blue);}
.dark_theme .dvd_twit .head {border-color: var(--blue);}
.dark_theme .chat_section .chats_list .chat_model .foot {background: #060D12; color: var(--light-blue);}
.dark_theme .side nav ul li ul li a {background-color: var(--dark-secondary); color: var(--light-blue); border-color: var(--black);}
.dark_theme .side nav ul li ul {background-color: var(--dark-bg);}
.dark_theme .side nav ul li ul li p {background-color: var(--dark-secondary);}
.dark_theme .video_detail .likeah2::after,
.dark_theme .video_detail h2::after {background-color: var(--black);}
.dark_theme .video_detail .more .left .top .download,
.dark_theme .video_detail .more .left .top .rate,
.dark_theme .video_detail .related_video,
.dark_theme .video_detail .comments,
.dark_theme .video_detail.photo_detail .more .left .top .tags,
.dark_theme .video_detail .main_card > .right,
.dark_theme .chat_section {border-color: var(--blue);}
.dark_theme .video_detail .comments .add_comment {box-shadow: inset 0 0 30px var(--dark-secondary); border-color: var(--blue);}
.dark_theme .video_detail .comments .add_comment textarea {border-color: var(--blue);}
.dark_theme .video_detail .comments .comment:nth-child(even) {background: #060D12;}
.dark_theme .cart_list .cart_item,
.dark_theme .order_summary,
.dark_theme .order_summary .top .total,
.dark_theme .my_profile .left,
.dark_theme .my_profile .right,
.dark_theme .my_profile .left .my_p_card {background-color: var(--dark-bg); color: var(--light-blue);}
.dark_theme .cart_list .cart_item .top,
.dark_theme .cart_list .cart_item .bottom {color: var(--light-blue);}
.dark_theme #MyLogins tr td {border-color: var(--blue);}
.dark_theme #MyLogins tr:nth-child(even) {background-color: var(--blue);}
.dark_theme .my_profile .left .help_links {border-color: #555;}
.dark_theme .my_profile .left .my_p_card .lock span {color: var(--light-blue);}
.dark_theme .copyright .links a img {filter: brightness(100);}
.dark_theme .side nav ul li:hover,
.dark_theme .side nav ul li.active {background-color: var(--blue); color: white;}
.dark_theme .side nav ul li.opened {background-color: var(--blue); color: white;}
.dark_theme .side nav ul li.childs.opened .row button::after {filter: invert(0);}
.dark_theme .side nav ul li .row button::after {filter: invert(100);}
.dark_theme .side nav ul li ul li a:hover,
.dark_theme .side nav ul li ul li a.active { background: #000;}
.dark_theme .cart_list .cart_item .bottom .delete {border-color: #555;}
.dark_theme .my_profile .left .my_p_card .name,
.dark_theme .my_profile .left .my_p_card .expiration,
.dark_theme .my_profile .left .my_p_card .lock,
.dark_theme .my_profile .left .my_p_card .lock.unlock {filter: invert(1);}
.dark_theme .my_profile .left .my_p_card div span {filter: inherit;}
.dark_theme .my_profile .left .my_p_card div span.m_value {color: white;}
.dark_theme .my_profile .left .my_p_card .lock.unlock span.m_value {color: #C8090B; font-weight: bold;}
.dark_theme .my_profile .left .my_p_card .lock.unlock span.m_value a:hover {color: #fff;}
.dark_theme header .search input {color: var(--light-blue);}
.dark_theme .content_list.photo.models_new {border-color: var(--blue);}
.dark_theme .video_detail .more .right .actors_list .actor.show_more img {filter: invert(1);}
.dark_theme .video_detail .more .right .actors_list .actor.show_more h3 {color: white;}
.dark_theme header .right a.search_hidden img {filter: invert(1);}
.dark_theme header.search .width .center {background: #060D12;}
.dark_theme .filter_block.order_ul .goto .filter_tag ul.order_by {background: black;}
.dark_theme .filter_block .goto ul.ul_category {background: var(--dark-secondary);}
.dark_theme .filter_block.tags_ul a.m_l_tags,
.dark_theme .filter_block.tags_ul a.m_l_letters {background-color: #638994;}
.dark_theme .filter_block .goto .filter_tag a {background-color: black; color: var(--light-blue);}
.dark_theme .filter_block .goto .filter_tag a:hover,
.dark_theme .filter_block .goto .filter_tag a.active {color: white}
.dark_theme .filter_block .goto .filter_tag a.m_l_letters::after {filter: inherit;}
.dark_theme .video_detail .vip_tags {background: var(--black);}
.dark_theme .video_detail .vip_tags .tags a {background: black;}
.dark_theme .video_detail .vip_tags .tags span {background: black;}
.dark_theme .video_detail .vip_tags .wrap .right {border-color: #060D12;}
.dark_theme .video_detail .vip_tags .tags span button::after {color: #777;}
.dark_theme .video_detail .new_tag input {border-color: #999; color: var(--light-blue);}
.dark_theme .video_detail .video_player a.back-arrow::before {filter: brightness(3);}
.dark_theme .freshman .freshmen_list .f_content .des::after {background: #060D12;}
.dark_theme .video_detail .vip_tags .new_tag .whisper {background: var(--black); border-color: #111;}
.dark_theme .pag_box {background: black;}
.dark_theme .pag_box a,
.dark_theme .pag_box span {border-color: #060D12;}
.dark_theme .pag_box a.current,
.dark_theme .pag_box a:hover {background: #060D12;}
.dark_theme .pag_box a.totop:hover {background-color: var(--blue); border-color: var(--blue);}
.dark_theme .main.close .side_logout a.disscusion {background-color: var(--blue); color: white;}
.dark_theme .main.close .side_logout a.disscusion:hover {background-color: var(--blue);}
.dark_theme .main.close .side_logout a.disscusion::before {filter: invert(1);}
.dark_theme header .right ul.account_menu li.screenshots a span.line,
.dark_theme header .right ul.account_menu li.toggle-top-menu a span.line {background: var(--blue);}

.dark_theme .header_filters__filter,
.dark_theme .header_filters__filter::after,
.dark_theme .header_filters__filter .header_filters__filter_option::before,
.dark_theme .header_filter__filter__separator {background: black; border-color: black;}
.dark_theme .header_filters__filter::before {background: black;}
.dark_theme .header_filters__filter .header_filters__filter_option {box-shadow: -4px 0 black;}
.dark_theme .filter_block .goto ul.ul_category li a {background-color: var(--dark-primary);}
.dark_theme .header_filters__filter_search form input {background: #23383D; border-color: var(--dark-grey);}
.dark_theme .header_filters__filter_search form button {background-color: var(--dark-bg); border-color: var(--dark-grey);}
.dark_theme .param--button button {color: var(--light-blue);}
.dark_theme.scrolled .selected_filters--new,
.dark_theme.scrolled .selected_filters--new::before,
.dark_theme.scrolled .selected_filters--new::after {background-color: rgba(0, 0, 0, 0.85);}
.dark_theme .param--option button {background: #060D12;}
.dark_theme .header_filters__filter_search form label .s_description_custom {background-color: black; border-color: var(--dark-grey);}

.dark_theme header .right .icon-my-content a {background-color: var(--green-light);}
.dark_theme header .right .icon-my-content a:hover {background: var(--blue);}
.dark_theme header .right .icon-my-content a img {filter: none;}

.dark_theme footer {background-color: var(--black);}
.dark_theme footer .links a img {filter: brightness(100);}

/* My profile */

.my_profile {display: flex; justify-content: space-between; font-size: 14px; align-items: flex-start;}
.my_profile h2 span {color: #c80910;}
.my_profile .left {width: 40%; flex-shrink: 0; margin-right: 40px; min-width: 470px; background: white; padding: 40px; box-sizing: border-box; padding-top: 10px;}
.my_profile .right {width: 67%; flex-grow: 1; padding: 40px; box-sizing: border-box; background: white; padding-top: 10px;}
.my_profile .right p {font-size: 14px;}
p.open_p {height: 40px; overflow: hidden; margin-bottom: 0;}
p.open_p.open {height: auto;}
a.a_open_p {display: inline-block; color: #c80910; text-decoration: none; margin-bottom: 15px; font-size: 13px; font-weight: bold; margin-top: -4px;}
a.a_open_p::after {content: "More information";}
a.a_open_p.open::after {content: "Less information";}

.my_profile .left .my_p_card {/* padding: 10px; */ background: white; font-size: 14px; font-weight: bold; margin-bottom: 25px;}
.my_profile .left .my_p_card span {font-weight: normal; margin-right: 4px;}
.my_profile .left .my_p_card .name {align-items: center; background: url('../images/ico_account.svg') 3px 7px no-repeat; padding-left: 36px; line-height: 36px;}
.my_profile .left .my_p_card .expiration {align-items: center; background: url('../images/ico_renew.svg') left 7px no-repeat; padding-left: 36px; line-height: 36px;}
.my_profile .left .my_p_card .lock {align-items: center; background: url('../images/ico_lock.svg') 3px 9px no-repeat; padding-left: 36px; line-height: 36px; color: limegreen;}
.my_profile .left .my_p_card .lock.unlock {color: #C8090B;}
.my_profile .left .my_p_card .lock span {color: black;}
.my_profile .left .my_p_card .lock.unlock {align-items: center; background: url('../images/ico_unlock.svg') 3px 9px no-repeat; padding-left: 36px; line-height: 36px;}

.my_profile .left .help_links {border-top: 1px solid #ddd; padding-top: 10px;}
.my_profile .left .help_links .a_lists {display: flex; justify-content: space-between; flex-wrap: wrap;}
.my_profile .left .help_links a {width: 48%; padding: 12px 8px; justify-content: center; background: #c80910; box-sizing: border-box; color: white; border-radius: 5px; text-decoration: none; text-align: center; margin: 8px 0; text-transform: uppercase; font-weight: bold; transition: ease 0.25s;}
.my_profile .left .help_links a:hover {background: var(--blue);}


#MyLogins {width: 100%; text-align: left; font-size: 13px;}
#MyLogins tr td {padding: 5px; border: 1px solid #ddd;}
#MyLogins tr.Bold td {font-weight: bold;}
#MyLogins tr:nth-child(even) {background: #eee;}
#MyLogins tr th {padding: 5px; border: 1px solid var(--blue); background: var(--blue); color: white;}
#MyLogins tr th.unsuccessful {background: #C8090B; border-color: #C8090B;}






/* Large devices (desktops, less than 1600px) */
@media only screen and (max-width: 1599px) {
	.video_detail .more .left {width: 100%;}
	.video_detail .more .right {width: 100%; display: flex; flex-wrap: wrap;}
	.video_detail .more .right .cast {width: 27%; margin-right: 3%;}
	.video_detail.photo_detail .more .right .cast {margin-right: 0;}
	.video_detail .more .right .tags {flex-grow: 1; width: 70%;}
	.video_detail .more .right .buy.buy_scene {display: flex; flex-wrap: wrap; flex-shrink: 0; width: 100%; margin-bottom: 20px; justify-content: space-between;}
	.video_detail .more .right .buy.buy_scene h2 {width: 100%;}
	.video_detail .more .right .buy.buy_scene a {max-width: 190px;margin-right: 20px; }
	.video_detail .right .renew-wrap {margin-top: 0; border: none; padding-top: 0; width: 32%; padding-bottom: 0;}
	.video_detail .right .buy.buy_scene .renew-wrap a {max-width: 100%;}
	.video_detail .right .buy_scene__wrap {width: 64%;}
	.video_detail .more .right .buy.buy_scene.buy_scene-yes {justify-content: flex-start;}
	.video_detail .right .buy.buy_scene-yes .renew-wrap {padding-top: 0; width: unset;}

	.video_detail .right .buy .price {margin-right: 20px; width: auto;}

	.quickies_list .quickie {width: 33.33%;}

	.video_detail .more.dvd_detail .left {width: 70.5%;}
	.video_detail .more.dvd_detail .right {width: 25.5%; display: block;}

	.freshman .freshmen_list .f_content .img {width: 60%;}
	.freshman .freshmen_list .f_content .des {width: 40%;}

}



/* Large devices (desktops, less than 1400px) */
@media only screen and (max-width: 1399px) {
	.top-menu-visible .navigation--top {display: none;}
	.top-menu-visible header {position: sticky;}
	.top-menu-visible header .left a.menu_button {display: block;}
	.top-menu-visible .side {display: block;}

	.TOP_contents .content_list .content .more_top {margin: 8px 0;}
	.tags a {font-size: 12px;}
	.content_list.photo .content {width: 24%;}
	.video_detail .more .right .cast {width: 33%; }
	.video_detail .more .right .tags {width: 54%;}
	.video_detail.photo_detail .more {flex-wrap: wrap;}
	.video_detail.photo_detail .more .left .top .rate .stars {flex-wrap: wrap;}
	.video_detail.photo_detail .more .left .top .rate .stars span.ty {margin-left: 0; margin-top: 4px;}
	.video_detail.photo_detail .more .left .top .rate .yrating {margin-bottom: 10px;}
	.video_detail .main_card > .right {flex-shrink: 1; min-width: 210px; margin-top: 0;}
	.video_detail .main_card > .left .img {min-width: 320px; flex-shrink: 1;}

	.video_detail.cart_detail {flex-wrap: wrap;}
	.video_detail.cart_detail .related_video {width: 100%; margin-left: 0; border: none; margin-top: 40px;}
	.video_detail.cart_detail .related_video .content_list .content {width: 24%; margin-left: 1%;}

	.cart_list .cart_item .top .label {font-size: 16px;}

}

/* Large devices (desktops, less than 1200px) */
@media only screen and (max-width: 1199px) {
    header .right .awards {display: none;}
	.content .more_bottom {display: block;}
	.content .more_bottom .tags {max-height: 26px;}
	.video_detail .download a .border {width: 100%; margin: 2px;}
	.video_detail .download .desc {margin: 2px auto; text-align: center;}
	.video_detail.photo_detail .more .left {width: 100%; margin-right: 0;}
	.video_detail.photo_detail .download a .border {width: 56px;}
	.video_detail.photo_detail .more .right {width: 100%;}
	.video_detail.photo_detail .more .right .cast {flex-grow: 1;}
	.video_detail .vip_tags .wrap {flex-wrap: wrap;}
	.video_detail .vip_tags .wrap .left {width: 100%}
	.video_detail .vip_tags .wrap .right {margin: 0; margin-top: 30px; padding: 0; border: none;}
	.video_detail .vip_tags.open .wrap .right {border: none;}
	.video_detail .vip_tags .new_tag {display: flex;}
	.video_detail .new_tag input {flex-grow: 1;}
	.quickies_list .quickie {width: 50%;}
	.quickies_list .quickie > a {max-width: 262px;}
	.quickies_list .quickie .text_box {width: inherit; padding: 20px;}
	.dvd_twit .dvd {font-size: 13px;}
	.dvd_twit .dvd .posters .back .buttons a {border-radius: 2px;}
	.content_list.photo .content {width: 32.3%;}
	.filter_block .goto span {margin-right: 0;}
	.filter_block .goto .filter_tag ul.mobile_order {display: flex;}
	.filter_block .goto .filter_tag ul.order_by {display: none;}
	.filter_block.order_ul .goto .filter_tag ul.order_by {display: flex; position: absolute; left: 0; top: 56px; width: 100%; background: white; padding: 10px; box-sizing: border-box; padding-top: 8px; flex-wrap: wrap; z-index: 1;}
	.filter_block.order_ul .goto .filter_tag ul.order_by a {background-color: #23383E; margin-top: 2px; color: white;}
	.main_content .obal_nadpis .filter_block {margin-left: 10px;}
	.content .more_top  {flex-wrap: wrap; flex-direction: column-reverse;}
	.content .more_top  .stars {flex-grow: 1; margin-bottom: 8px;}
	.freshman .freshmen_list .f_content .img {width: 55%;}
	.freshman .freshmen_list .f_content .des {width: 45%;}
	.video_detail .main_card > .left {max-width: 414px; flex-wrap: wrap;}
	.video_detail .main_card > .left .img {flex-shrink: 0;}
	.video_detail .main_card > .right {flex-shrink: inherit; flex-grow: 1; padding-left: 0; border: none;}
	.cart_list .cart_item {width: 100%;}
	.cart_detail .video_player .cart_contents .right {margin-left: 4%; min-width: 330px;}
	.my_profile {flex-wrap: wrap;}
	.my_profile .left {width: 100%; margin-bottom: 40px; margin-right: 0;}
	.my_profile .left .help_links a {width: 32.3%;}
	.cart_list .cart_item .info {flex-wrap: wrap;}
	.cart_list .cart_item .top {width: 100%; margin: 5px 0; align-items: flex-start;}
	.cart_list .cart_item .bottom {width: 100%; margin: 5px 0;}
	.cart_list .cart_item .bottom .delete {border: none;}
	.cart_list .cart_item .bottom .price {margin-left: 0px;}
	.TOP_contents .big_pic .img .counter .numbers .number span {width: 22px;}

	.main_content .head > .logo > img {width: 200px;}

}


@media only screen and (min-width: 768px) and (max-width: 1199px) {

	.chat_section .chats_list .chat_model .foot .name {font-size: 13px;}
	.chat_section .chats_list .chat_model .foot.online .name::after {display: none;}
	.tags a {font-size: 12px;}
	.content .more_top .stars {min-height: 11px; padding-top: 0; margin-bottom: 2px;}
	.content .more_top .stars img {max-width: 12px;}
}



/* Medium devices (tablets, less than 992px) */
@media only screen and (max-width: 991px) {

	.content {width: 32.33%;}
	.quickies_list .quickie h3 {font-size: 15px;}
	.quickies_list .quickie .text_box {padding: 10px;}
	.main.close main .main_content {margin: 0 auto; z-index: 1; margin-left: 65px;}
	.top-menu-visible.main.close main .main_content {margin-left: 0;}
	.top-menu-visible.main.movie_tpl.close main .main_content {margin-left: -20px;}
	.main.HP main .main_content {margin: 0 auto; z-index: 1; margin-left: 65px;}
	.video_detail {display: block;}
	.video_detail .related_video {width: 100%; margin: 40px auto 0; border: none; padding: 0;}
	.video_detail .related_video .content_list .content {width: 49%; margin-left: 1%;}
	.TOP_contents .big_pic {display: block;}
	.dvd_twit {display: block;}
	.dvd_twit .dvd {width: 100%; margin: 0 auto 20px;}
	.dvd_twit .twit {width: 100%;}
	.dvd_twit .dvd {font-size: 16px;}
	.dvd_twit .dvd .posters .back .buttons a {border-radius: 5px;}
	/* .chat_section .chats_list .chat_model {width: 49%;} */
	
	.quickies_list .quickie .description {max-height: 92px; position: absolute; top: 12px; left: 12px; right: 12px;}
	.quickies_list .quickie .text_box a {position: absolute; bottom: 12px; left: 12px; right: 12px;}
	.video_detail .more.dvd_detail {flex-direction: column-reverse;}
	.video_detail .more.dvd_detail .left {width: 100%;}
	.video_detail .more.dvd_detail .right {width: 100%; margin-bottom: 15px}
	.video_detail .main_card > .left .img {max-width: 414px; flex-shrink: 1;}

	.cart_detail .video_player .cart_contents {flex-wrap: wrap;}
	.cart_detail .video_player .cart_contents .right {width: 100%; margin-left: 0; margin-top: 40px;}
	.cart_list .cart_item .info {flex-wrap: nowrap;}
	.cart_list .cart_item .info .top {align-items: center; width: 80%;}
	.cart_list .cart_item .bottom {width: auto;}
	.quickies_list .quickie a img {width: 230px;}
	.twit .slick-list {margin-left: -10px;}
	.twit .slick-list .slick-slide > div {margin-left: 10px;}

	.header_filters__all {overflow-x: scroll; -ms-overflow-style: none; scrollbar-width: none;}
	.header_filters__all::-webkit-scrollbar {display: none;}

}

/* only for tablets */

@media only screen and (min-width: 768px) and (max-width: 1050px) {

	.content {width: 32.33%;}
	.TOP_contents .content_list,
	.close .TOP_contents .content_list {width: 100%; margin-left: -1%; justify-content: flex-start; flex-grow: 1; }
	.TOP_contents .content_list .content {width: 32.3333%; margin-left: 1%;}
	.TOP_contents .big_pic {width: 100%; display: flex; padding-left: 0; border-left: none; padding-top: 15px; flex-direction: row; justify-content: flex-start; margin-left: -1%; flex-grow: 1;}
	.TOP_contents .big_pic .content {width: 32.3333%; margin-left: 1%;}
	.TOP_contents .big_pic .content.mow {display: flex;}
	.TOP_contents .big_pic .content .label {font-size: 15px;}
}




/* Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767px) {

	header .right span.setting_label {position: absolute; top: 0px; right: 4px; width: 10px; height: 10px; background: #00de00; border-radius: 50%; overflow: hidden; font-size: 0px; z-index: 1; display: none;}
	header .right .account .state {display: flex;}
	header .right .account {margin-left: 10px;}
	header .right .cart.hover .cart_list {display: none;}
	header.search .width {height: 120px; transition: ease 0.3s; padding-top: 10px; align-items: baseline;}
	header .width .center {position: absolute; top: -63px; left: 0px; width: 100%; transition: ease 0.25s; margin: 0; max-width: inherit;}
	header.search .width .center {top: 66px; background: #f8f8f8; padding: 0 21px; box-sizing: border-box;}
	header .right a.search_hidden {display: none;}
	header .right a.search_hidden img {filter: brightness(0%);display: none;}
    header .right .awards {display: none;}
	.main.close main .side {display: none; z-index: 2;}
	.main.close main .main_content {margin: 0 auto;}
	.main.HP main .main_content {margin: 0 auto;}
	.main main .main_content {margin: 0 auto;}
	.side {box-shadow: none;}
	/* .main_content .slides {display: none;} */
	/* .main_content .slider .banner_section {display: block;} */
	.content_list {margin-left: 0; justify-content: space-between;}
	.content {width: 49%; margin-left: 0;}
	.filter_block {padding: 0; background: none;}
	.main_content ul.dots {bottom: -17px;}
	.filter_block .goto span {margin-right: 0;}
	.filter_block .goto span.pag {margin-right: 35px; display: none;}
	.filter_block .goto .filter_tag {display: flex; flex-wrap: wrap;}
	.filter_block .goto ul.ul_category li {flex-grow: 1;}
	.TOP_contents .content_list,
	.close .TOP_contents .content_list {width: 100%;}
	.TOP_contents .content_list .content {width: 48.5%;}
	.close .TOP_contents .big_pic,
	.TOP_contents .big_pic {display: block; width: 100%; padding-left: 0; border: none; }
	.TOP_contents .big_pic.counter_img {margin-bottom: 35px;}
	.TOP_contents .big_pic.counter_img .content .img a {justify-content: center;}
	.TOP_contents .big_pic.counter_img .content .img a img {width: inherit;}
	.video_detail .more .left .top .rate .stars {flex-wrap: wrap; }
	.video_detail .more .left .top .rate .stars span.ty {margin: 0; margin-top: 4px; width: 100%;}
	.video_detail h2,
	.video_detail .likeah2 {font-size: 18px;}
	.video_detail .more .left .bottom .head {flex-wrap: wrap; flex-direction: column-reverse;}
	.video_detail .more .left .bottom .head .favorite {margin-bottom: 10px;}
	.video_detail.photo_detail .more .left .top {flex-wrap: wrap;}
	.video_detail.photo_detail .more .left .top .download {flex-grow: 1; border-bottom: none; padding-bottom: 0;}
	.video_detail.photo_detail .more .left .top .rate {margin-right: 0; border-bottom: none;}
	.video_detail.photo_detail .more .left .top .rate .stars {flex-wrap: nowrap;}
	.video_detail.photo_detail .more .left .top .tags {width: 100%; padding-bottom: 30px;}
	.video_detail.cart_detail .related_video .content_list .content {width: 49%; margin-left: 0;}
	.video_detail .video_player a.back-arrow {display: none;}

	.chat_section .head .text {display: none;}
	.chat_section .chats_list .chat_model {width: 49%;}
	.content_list.photo {margin-left: 0; justify-content: space-between;}
	.content_list.photo .content {width: 49%; margin-left: 0%; margin-right: 0;}
	.main_content .obal_nadpis {flex-wrap: wrap;}
	.main_content .obal_nadpis .filter_block {margin-left: 0; margin-top: 20px; width: 100%;}
	.content .more_top {flex-direction: row;}
	.content .more_top .stars {flex-grow: 0;}

	.video_detail .head.top_head span.date {display: block;}
	.video_detail .main_card > .left .img {min-width: 250px;}

	.video_detail .more .right {flex-wrap: wrap;}
	.video_detail .more .right .cast {width: 45%; margin-right: 5%;}
	.video_detail .more .right .tags {width: 50%;}
	.video_detail .more.dvd_detail .right .tags {width: 100%;}
	.video_detail .more .right .buy.buy_scene {width: 100%; margin-left: 0;}
	.cart_detail .video_player .cart_contents {flex-direction: column-reverse;}
	.cart_detail .video_player .cart_contents .left,
	.cart_detail .video_player .cart_contents .right {width: 100%; margin-left: 0}
	.cart_detail .video_player .cart_contents .right {margin-bottom: 30px}
	.cart_list .cart_item {flex-wrap: wrap; width: 49%;}
	.cart_list .cart_item .img {width: 100%;}
	.cart_list .cart_item .info {flex-wrap: wrap;}
	.cart_list .cart_item .info .top {align-items: flex-start; width: 100%; margin-top: 10px;}
	.cart_list .cart_item .info .bottom {width: 100%;}
	.cart_list .cart_item .bottom .delete {padding: 0;}
	.cart_list .cart_item .top .quality .border {margin: 0; height: 36px; width: 50px; font-size: 14px;}
	.cart_list .cart_item .top .quality .desc {display: none;}
	.cart_list .cart_item .top .quality {margin-right: 0;}
	.order_summary {position: relative; top: inherit;}
	.my_profile .left {min-width: inherit; padding: 20px; padding-top: 10px}
	.my_profile .right {min-width: inherit; padding: 20px; padding-top: 10px}
	.my_profile .left .help_links a {width: 48.5%;}
	.quickies_list .quickie a img {width: 180px;}
	.tooltip .tooltiptext {display: none;}

    .header_filters__filter_search {display: none;}
    .header_filters.opened .header_filters__filter_search {display: block;}
	.header_filters__icon span {right: 0;}
	.scrolled .main .header_filters > .header_filters__heading > .header_filters__icon {padding-left: 260px;}

	footer .width {flex-wrap: wrap; justify-content: center;}
	footer .foo_r {text-align: center;}
}


/* lanscape mobile */

@media only screen and (min-width: 576px) and (max-width: 767px) {

	.TOP_contents .big_pic {width: 100%; display: flex; padding-left: 0; border-left: none; padding-top: 15px; flex-direction: row; justify-content: space-between; flex-grow: 1;}
	.TOP_contents .big_pic .content {width: 48.5%; flex-grow: 0;}
	.TOP_contents .big_pic .content.mow {display: flex;}
	.TOP_contents .big_pic .content.mow.third {display: none;}
    header .right .awards {display: none;}
    header .right a.search_hidden {display: none;}
}


/* phones */

@media only screen and (max-width: 575px) {	
	
	h1 {text-align: center;}

	/* header {overflow: hidden;} */
	header .left a.menu_button {margin-right: 10px;}
	.side nav ul li a {padding: 11px 9px;}
	.side nav ul li ul li a {padding: 9px 15px;}
	.main main .side {padding: 0;}
	.main main .side .obal_nav {padding-left: 0; padding-right: 0;}
	ul.nav_more {padding-left: 20px; padding-right: 20px;}
	.copyright {padding-left: 20px; padding-right: 20px;}
	.social_icon {margin-top: 0;}
	.freshman .head .logo,
	.chat_section .head .logo,
	.dvd .head .logo {max-width: 180px;}
    header .right .awards {display: none;}
    header .logo {max-width:200px;}
    header .right a.search_hidden {display: none;}

	.main_content .obal_nadpis {display: block;}
	.filter_block .goto span.pag {margin-right: 0px; margin-bottom: 10px;}
	.filter_block .goto .filter_tag span.by {margin-bottom: 5px; width: 100%; margin-right: 0; flex-grow: 1;}
	.filter_block.order_ul .goto .filter_tag ul.order_by {top: 40px;}
	.filter_block.order_ul .goto .filter_tag ul.order_by li {width: 100%;}
	.filter_block.order_ul .goto .filter_tag ul.order_by li a {width: 100%;}
	.filter_block .goto ul.ul_category {top: 78px;}

	.filter_block .goto .filter_tag ul.mobile_order,
	.filter_block .goto .filter_tag ul.mobile_order li,
	.filter_block .goto .filter_tag ul.mobile_order li a {flex-grow: 1;}
	
	.filter_block .goto .filter_tag .category {flex-grow: 1;}
	.filter_block .goto .filter_tag .category > ul {flex-grow: 1;}
	.filter_block .goto .filter_tag .category > ul li {flex-grow: 1;}
	.filter_block .goto .filter_tag .category > ul li a {flex-grow: 1;}

	.content {width: 100%; margin: 0 auto;}
	.content .more_bottom {display: flex;}
	.TOP_contents .content_list {width: 100%;}
	.TOP_contents .content_list .content {width: 100%;}
	.TOP_contents .big_pic .img .counter .numbers .number span {width: 30px;}
	.TOP_contents .big_pic .content .img a {display: flex; justify-content: space-between;}
	.TOP_contents .big_pic .content .img a img {display: inherit; margin: 0; width: 48.5%;}
	.video_detail.cart_detail .related_video .content_list .content {width: 100%;}
	.quickies_list .quickie {width: 50%;}
/* 	.video_detail .related_video .content_list .content {width: 100%;} */
	.video_detail .more .left .top,
	.video_detail .more .right {flex-wrap: wrap;}
	.video_detail .more .left .top .download,
	.video_detail .more .left .top .rate {width: 100%; margin: 0 0 5px;}
	.video_detail .more .left .top .download {padding-bottom: 0; border: none;}
	.video_detail .more .left .top .rate {padding-bottom: 20px;}
	.video_detail .more .left .top .rate .stars {flex-wrap: nowrap;}
	.video_detail .more .left .top .rate .stars span.ty {margin-left: 10px;}
	.video_detail .more .right .cast {margin-right: 0; flex-grow: 1; width: inherit;}
	.video_detail .more .right .actors_list {flex-wrap: wrap;}
	.video_detail .more .right .actors_list .actor {max-width: 22.9%;}
	
	.video_detail .right .buy_scene__wrap {width: 100%;}
	.video_detail .right .renew-wrap {width: 100%; margin-top: 15px;}
	.video_detail .more .right .buy.buy_scene-yes a {margin-bottom: 15px;}
	
	.video_detail.photo_detail .more .left .top .rate {padding-bottom: 0px;}
	.video_detail.photo_detail .more .left .top .rate .stars span.ty {margin-left: 10px;}
	.video_detail.photo_detail .more .left .top .rate .yrating {margin-bottom: 0;}
	.quickies_list .quickie {width: 100%;}
	.quickies_list .quickie .text_box a {position: absolute; right: 10px; bottom: 10px;}
	.quickies_list .quickie .text_box {width: 45%;}
	.dvd_twit .dvd .posters {position: relative;}
	.dvd_twit .dvd .posters .front {width: 49%;}
	.dvd_twit .dvd .posters .back {width: 49%; position: relative; margin-left: 0;}
	.dvd_twit .dvd .posters .back .buttons {width: 204%; margin-left: -104%;}
	.dvd_twit .dvd .posters .back .buttons a {padding: 8px 0; width: 49%;}
	.dvd_twit .twit_list .twit_item {width: 100%; margin-right: 0;}
	.dvd_twit .twit_list .twit_item .head .left {font-size: 13px;}
	.chat_section .chats_list .chat_model {width: 100%; margin: 0 auto; margin-bottom: 20px;}
	.video_detail .head.top_head {display: block;}
	.video_detail .head.top_head .favorite a {margin-bottom: 10px;}
	.video_detail h1 {text-align: left;}
	.video_detail .more.dvd_detail .bottom {display: block;}
	.video_detail .more.dvd_detail .bottom .poster {margin-top: 20px;}
	.video_detail .main_card {display: block;}
	.video_detail .main_card > .left {display: block; max-width: inherit; margin-bottom: 30px;}
	.video_detail .main_card > .right {margin: 0; width: inherit; padding: 0; border: none;}

	.cart_list .cart_item {width: 100%;}
	.cart_detail .video_player .cart_contents .right {max-width: 100%; min-width: inherit;}
	.order_summary .top .total {font-size: 21px;}
	.order_summary a.proceed {font-size: 18px;}
	.my_profile .left .help_links a {width: 100%;}
	.my_profile .left .my_p_card .expiration,
	.my_profile .left .my_p_card .lock.unlock {line-height: 1.5; margin-bottom: 4px; padding-top: 6px; padding-bottom: 6px; background-position: left center;}
	
	.dark_theme .filter_block {background: none;}
	.quickies_list .quickie a img {width: inherit;}
	.twit .slick-list {padding: 0 !important;}
	/*.slider {display: none;}
	.slider.slider_mobile {display: block; margin: 0 -20px;}*/
	header .right ul.account_menu {right: -20px; width: 310px; width: 100vw;}
	header .right ul.account_menu li a {padding: 10px 15px;}
	.acc_logout {display: none;}

	.freshman .freshmen_list .f_content .f_wrap {flex-wrap: wrap;}
	.freshman .freshmen_list .f_content .img {width: 100%;}
	.freshman .freshmen_list .f_content .des {width: 100%; max-height: 146px;}
	.freshman .freshmen_list .f_content .des .wrap {position: relative;}
	/* .freshman .freshmen_list .f_content .des::after {display: none;} */
	.freshman .head a.button {padding: 8px 20px;}

	.video_detail .vip_tags .new_tag {flex-wrap: wrap;}
	.video_detail .vip_tags .new_tag button {margin-top: 20px; margin-right: 0;}

	.slider ul.slick-dots {display: none !important;}
	.video_detail .vip_tags .new_tag .whisper {top: 56px;}

	.load_box {display: none;}
	.pag_box {justify-content: center; background: none; padding: 15px 0;}
	.pag_box a,
	.pag_box span {background: white;}
	.pag_box .top_b {display: none;}
	.load_box.mobile {display: flex; justify-content: space-between;}

	.content_list.photo .content .more_top {flex-direction: column; font-size: 14px;}
	.content_list.photo .content .more_bottom {flex-direction: column;}
	.content_list.photo .content .more_top .stars img {max-width: 12px;}
	.load_box.mobile {margin: 10px 0;}


}


@media only screen and (max-width: 454px) {	

	.main main .side {width: 100%;}
	.side_logout {margin: 20px 0;}
 
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* style pro IE 10-11 */

	.main .main_content {padding-top: 80px;}
}


@media (min-width: 1921px) {

  .scrolled .selected_filters--new {}
  .scrolled .selected_filters--new::after {content: ""; position: absolute; top: 0; left: 50%; width: 20px; height: 100%; background: rgba(255, 255, 255, 0.75); z-index: -1; transform: translateX(-50%); width: calc(100vw - 65px);}

}

.qhd-hide {display: none;}

/* more than 2100px) */

@media (min-width: 1921px) {
	
	.qhd-hide {display: block;}
	.top-menu-visible .width,
	.width,
	.main main .main_content,
	.main.HP main .main_content {max-width: 2560px;}

	.content,
	.chat_section .chats_list .chat_model {width: 19%;}
	.content_list.photo .content {width: 15.6667%;}

	.top-menu-visible .TOP_contents .big_pic {width: 18.5%;}
	.top-menu-visible .TOP_contents .content_list {width: 80.32160%;}
	.top-menu-visible .TOP_contents .content_list .content {width: 24.3397913%;}
	
	.TOP_contents .content_list .content {width: 24.3397913%;}
	

   .main_content .slider {max-height:590px;} 
    .main_content .slide {max-height:590px;}

	/* Pokud je vice jak 3 tagy */

	/* .TOP_contents .big_pic {width: 19.5%;}
	.TOP_contents .content_list {width: 79.32160%;} */

	.TOP_contents .big_pic {width: 18.4%;}
	.TOP_contents .content_list {width: 80.5%;}

	.main.HP.close .TOP_contents .big_pic {width: 18.2%;}
	.main.HP.close .TOP_contents .content_list {width: 80.8%;}
	.video_detail {max-width: 1920px; margin: 0 auto;}	

}