 img:not([src]) {
			visibility: hidden;
		}

		@-moz-document url-prefix() {
			img:-moz-loading {
				visibility: hidden;
			}
            }

img {max-width: 100%; height: auto !important;}
video {display: flex;}
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; }
                                                                                                                                                                                  

.separator {width:100%; height:0px; border-bottom: 1px solid #ccc;}
.dark_theme .separator {border-bottom: 1px solid #444444;}

.topMargin {margin-top:20px;}

html {margin: 0; padding: 0; background: #eee; scroll-behavior: smooth;}
body {font-family: 'Open Sans', 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: "Open Sans"; font-size: 16px; padding: 10px 25px; cursor: pointer; transition: ease 0.3s;}
button.more:hover {background: #01B4C8;}

a.red_button {text-decoration: none; border: none; color: white; background: #C8090B; border-radius: 3px; font-family: "Open Sans"; padding: 5px 15px; transition: ease 0.3s;}
a.red_button:hover {background: black;}
a.green_button {text-decoration: none; border: none; color: white; background: #01B4C8; border-radius: 3px; font-family: "Open Sans"; padding: 5px 15px; transition: ease 0.3s;}
a.green_button:hover {background: black;}


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: "Open Sans"; font-size: 14px; padding: 12px 25px; cursor: pointer; transition: ease 0.3s; font-weight: bold;}
a.feedback:hover {background: #000;}


.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;}

.main.HP .logo {position: relative;}
.main.HP .logo img {display: block;}

/* age verif*/

#TermsWrapper {visibility: hidden; opacity: 0; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9000; background-color: rgba(165,163,162,.90); transition: visibility 0s ease-in-out .5s, opacity .5s ease-in-out; }
.TermsUnknown {visibility: visible !important; opacity: 1 !important;}
#TermsPopUp {position: fixed; z-index: 9001; top: 50%; left: 50%; background-color: #fff; background-image: url('../images/warning-image-new.jpg'); background-repeat: no-repeat; width: 720px; height: 400px; 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.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;}


/* 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: 86px; 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; align-items: center;}
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: #01B4C8;}
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 .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: #01B4C8; 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;}
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: 16px; text-transform: uppercase; background: #01B4C8;}
header .right .cart .cart_list .summary a:hover {background: black !important;}
header .right .cart .cart_list .summary a.checkout {background: #C8090B;}
header .right .cart .cart_list .sub_rem {display:  flex; justify-content: space-between; margin-bottom: 20px; font-size: 20px; font-weight: bold;}


header .right .awards img.light  {display: block;}
header .right .awards img.dark  {display: none;}

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 .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; justify-content: center; text-align: center; width: inherit; border-radius: 3px; background: #C8090B; text-transform: uppercase;}
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;}


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;}
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: 14px; 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: #C8090B;  background: #f8f8f8;}
header .right ul.account_menu li.logout a span {color: green; 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: #01B4C8;}
body.dark_theme header .right ul.account_menu li.dark_mode a span.circle {right: -1px; left: auto;}
/* header .right ul.account_menu li.last_login a {color: #555; font-size: 12px;} */
header .right ul.account_menu li ul {margin: 0; padding: 0;}
header .right ul.account_menu li ul li a {font-size: 13px; color: #444; padding-left: 35px; background: #f8f8f8;}


/* tooltip */

.tooltip .tooltiptext {visibility: hidden; background-color: #23383D; color: #fff; text-align: center; border-radius: 4px; padding: 5px 10px; position: absolute; z-index: 1; font-size: 12px; top: 8px; left: -4px; transform: translateX(-100%); }
.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; scrollbar-width: none; }

.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: 86px; height: 100%; box-shadow: 0 15px 15px #ccc;}
.side::-webkit-scrollbar {display: none; }
.side {-ms-overflow-style: none; }

.side nav ul {margin: 0; padding: 0;}
.side nav ul li {margin: 0; padding: 0; list-style: none; background-color: #f0f0f0; position: relative;}
.side nav ul li:hover {background-color: #01B4C8; 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;}
.side nav ul li:nth-child(odd) {background-color: #f8f8f8;}
.side nav ul li:nth-child(odd):hover {background-color: #01B4C8;}

.side 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);}

.side nav ul li a span.updates {background: url("../images/ico_updates.svg") center center no-repeat;}
.side nav ul li a span.scenes {background: url("../images/ico_scenes.svg") center center no-repeat;}
.side nav ul li a span.solos {background: url("../images/ico_solos.svg") center center no-repeat;}
.side nav ul li a span.photos {background: url("../images/ico_photos.svg") center center no-repeat;}
.side nav ul li a span.models {background: url("../images/ico_models.svg") center center no-repeat;}
.side nav ul li a span.movies {background: url("../images/ico_movies.svg") center center no-repeat;}
.side nav ul li a span.backstage {background: url("../images/ico_backstage.svg") center center no-repeat;}
.side nav ul li a span.favorites {background: url("../images/ico_favorites.svg") center center no-repeat;}
.side nav ul li a span.fantasy {background: url("../images/ico_fantasy.svg") center center no-repeat;}


.side nav > ul > li > a:hover,
.side nav > ul > li.active > a, 
.side nav > ul > li.active {background-color: #01B4C8; color: white;}

.side nav > ul > li > .row > a:hover,
.side nav > ul > li.active > .row > a {background-color: #01B4C8; 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: 13px; 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: #f0f0f0;}
.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: 10px; 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;}


/* Side social icon */

.social_icon {margin: 10px 0 20px; display: flex; 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: #01B4C8 !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 buttons */

.tour_buttons {display: flex; margin: 10px 0;}
.tour_buttons.mobile {display: none;}

.tour_buttons a {width: 50%; text-align: center; border-radius: 0; text-transform: uppercase; padding: 10px 15px;}
.tour_buttons a.red_button {font-weight: bold;}
.main.close .tour_buttons {display: none;}


/* 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: #01B4C8;}
ul.nav_more li a::after {content: "/"; margin: 0 4px; color: #01B4C8;}
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 .slide {position: relative;}
.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;}

.slider .slick-slide video {
    max-width: 100%;
    height: auto !important;
}


/* 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: white; margin: 0 2px; box-sizing: border-box; padding: 0;}
ul.slick-dots li.slick-active button {background: #01B4C8;}



/* play buttons */

.main_content .play_button {position: absolute; background: #c8090f; 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; padding-left: 12px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); opacity: 0;}
.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;}

.filter_block {background: white; padding: 10px; margin: 20px 0; position: relative;}
.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: "Open Sans"; 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 .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: #01B4C8; color: white; padding: 0 8px; border-radius: 5px; margin: 0 2px; font-size: 14px; line-height: 1;}
.filter_block .goto .filter_tag a:hover,
.filter_block .goto .filter_tag a.active {background-color: #C8090B !important;}
.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_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_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.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;}
.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;}
.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_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_block.order_ul a.o {background: #23383E;}
.filter_block .goto .filter_tag ul.mobile_order {display: none;}

.selected_filters {margin: 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;}
.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: 19px; font-weight: bold;}


/* 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: 13px;}
.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: 10px; 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: #01B4CA;}
.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: 16px; text-transform: uppercase; line-height: 1.2; color: #01B4C8;}

.main_content .quickies:hover .arrow {opacity: 1;}
.main_content .quickies ul.dots {bottom: -30px;}
.main_content .quickies ul.dots li button {background: #aaa;}


.banner_section .awards {text-align: center; display: none;}
.banner_section .awards img.light {display: inline-block;}
.banner_section .awards img.dark {display: none;}


/* 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: 10px; left: 10px; right: 10px;}
.quickies_list .quickie .text_box a {position: absolute; bottom: 10px; left: 10px; right: 10px;}
.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_list .ItemNum9 {display:none;}
.content {padding-bottom: 15px; font-size: 13px; width: 24%; margin-left: 1%;}
.content .img img {width: 100%; display: block;}
.content .img video {
    display: flex;
    max-width: 100%;
    height: auto !important; 
}
.content .more_top {display: flex; justify-content: space-between; font-size: 15px; 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: flex-start;}
.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: 56px; 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;}
.tags a:hover {background: #01B4CA; color: white;}
.content .more_bottom .date {margin-bottom: 5px;}
.tags a.new {background-color: #C8090B; color: white;}
.tags a.fresh {background-color: #01B4C8; color: white;}


/* 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: 74.72160%; margin-left: inherit; justify-content: space-between;}
.TOP_contents .big_pic {display: flex; width: 24.164810%; flex-direction: column; justify-content: space-between; padding-left: calc(1.2%); border-left: 1px solid #ccc; box-sizing: border-box;}
.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 .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: #01B4C8;}


/* banners homepage, freshman etc */

.banner_section {margin: 30px 0;}
.freshman {margin: 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: #01B4CA; 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: 15px; line-height: 1; margin-top: 10px;}
.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: 13px; margin-bottom: 0px; box-sizing: border-box; background: white;}
.freshman .freshmen_list .f_content .des::after {content: ""; position: absolute; width: 100%; height: 10px; left: 0; bottom: 0; background: white; z-index: 2;}
.freshman .freshmen_list .f_content .des .category {text-transform: uppercase; font-size: 11px;}
.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: 10px;}

.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: #01B4CA; 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 .dvd .posters .back .buttons a.buy:hover {background: #01B4CA;}

.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 .name a {text-decoration:none;}
.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;}



/* 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 .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: 12px;}
.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: #01B4CA; 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: 15px;}
.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: 12px; 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;}
.video_detail .more .right .buy.buy_scene {margin-top: 25px; text-align: center;}

.video_detail .comments {font-size: 14px; padding-top: 20px; margin-top: 30px; border-top: 1px solid #ccc;}
.video_detail .comments button {border: none; background: #01B4CA; color: white; font-family: "Open Sans"; 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: 15px;}
.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: "Open Sans"; 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: #01B4CA;}


.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;}
.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%;}
.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 {display: flex; background:  #C8090B; color: white; justify-content: center; align-items: center; padding: 15px 10px; transition: ease 0.2s; margin-bottom: 15px; border-radius: 5px; text-transform: uppercase; font-weight: bold;}
.video_detail .right .buy a:hover {background: #01B4C8;}
.video_detail .right .buy.buybelami a {background: #23383d; text-align: center;}
.video_detail .right .buy.buybelami a:hover {background: #01B4C8; }
.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;}


/* 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_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: #01B4CA; 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 .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);}

.order_summary {background: white; padding: 20px; text-align: center; position: sticky; top: 80px;}
.order_summary .top .total {font-size: 25px; font-weight: bold; color: black;}
.order_summary .top .total span {color: #C8090B;}
.order_summary .top .remove {margin: 20px 0;}

.order_summary a.proceed {display: block; background: #C8090B; border-radius: 5px; text-align: center; color: white; font-weight: bold; font-size: 17px; 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 {text-align: center; display: block; text-decoration: underline; font-size: 18px;}
.order_summary a.continue:hover {text-decoration: none;}


/* DARK MODE */

.dark_theme {color: #bbb;}
.dark_theme header .left .logo a::after {content:""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #333333 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: #222 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: #222 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: #222 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 {background: #333;}
.dark_theme header .right a {background-color: #222;}
.dark_theme header .right a:hover {background-color: #01B4C8;}
.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: #666;}
.dark_theme header .search button {background-color: #666;}
.dark_theme header .right ul.account_menu li a {background-color: #333; border-color: #222; color: #bbb;}
.dark_theme header .right ul.account_menu li a:hover {background-color: #222;}
.dark_theme header .right ul.account_menu li.logout a {background-color: #C8090B; color: white;}
.dark_theme header .right ul.account_menu li.logout a span {color: #89ffa2;}
.dark_theme header .search .searchbutton {border-left: none; background:url("../images/ico_search_w.svg") center center no-repeat;}
.dark_theme header .right .cart .cart_list .info,
.dark_theme header .right .cart .cart_list .summary {background-color: #333; border-color: #222;}
.dark_theme header .right .cart .cart_list .item {background-color: #444;}
.dark_theme header .right .cart .cart_list .item .more_info {color: #ccc;}
.dark_theme header .right .cart .cart_list button {color: white;}
.dark_theme .main main {background: #222;}
.dark_theme .main main .side {background: #333; box-shadow: none;}
.dark_theme .content .more_top {color: #ccc;}
.dark_theme .tags a {background: black; color: #ccc;}
.dark_theme .tags a:hover {background: #01B4CA; color: #fff;}
.dark_theme .tags a.new {background: #C8090B; color: white;}
.dark_theme .tags a.fresh {background-color: #01B4C8; color: white;}
.dark_theme .filter_block {background: #333;}
.dark_theme .TOP_contents .big_pic {border-color: #444;}
.dark_theme .quickies {border-color: #444;}
.dark_theme .quickies_list .quickie .text_box {background: #333;}
.dark_theme .filter_block .goto input {color: #bbb; border-color: #555;}
.dark_theme .side nav ul li {background-color: #444; color: white;}
.dark_theme .side nav ul li {background-color: #444;}
.dark_theme .side nav ul li:nth-child(odd) {background-color: #3c3c3c;}
.dark_theme .side nav ul li a span, .dark_theme .side nav ul li.active a span {filter: invert(100);}
.dark_theme .dvd_twit .twit_list .twit_item .head {background-color: #333;}
.dark_theme .dvd_twit .twit_list .twit_item .head {border-color: #555;}
.dark_theme .dvd_twit .head {border-color: #555;}
.dark_theme .chat_section .chats_list .chat_model .foot {background: #333; color: #bbb;}
.dark_theme .side nav ul li ul li a {background-color: #222; color: #bbb;}
.dark_theme .side nav ul li ul li a {background-color: #222; color: #fff;}
.dark_theme .side nav ul li ul {background-color: #222;}
.dark_theme .side nav ul li ul li p {background-color: #222;}
.dark_theme .video_detail .likeah2::after,
.dark_theme .video_detail h2::after {background-color: #444;}
.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: #444;}
.dark_theme .video_detail .comments .add_comment {box-shadow: inset 0 0 30px #222; border-color: #444;}
.dark_theme .video_detail .comments .add_comment textarea {border-color: #444;}
.dark_theme .video_detail .comments .comment:nth-child(even) {background: #333;}
.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: #343434; color: #bbb;}
.dark_theme .cart_list .cart_item .top,
.dark_theme .cart_list .cart_item .bottom {color: #bbb;}
.dark_theme #MyLogins tr td {border-color: #555;}
.dark_theme #MyLogins tr:nth-child(even) {background-color: #444;}
.dark_theme .my_profile .left .help_links {border-color: #555;}
.dark_theme .my_profile .left .my_p_card .lock span {color: #bbb;}
.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: #01B4C8; color: white;}
.dark_theme .side nav ul li.opened {background-color: #01B4C8; 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: #bbb;}
.dark_theme .content_list.photo.models_new {border-color: #444;}
.dark_theme .video_detail .more .right .actors_list .actor.show_more h3 {color: white;}
.dark_theme header .right a.search_hidden img {filter: brightness(100);}
.dark_theme header.search .width .center {background: #333;}
.dark_theme .filter_block.order_ul .goto .filter_tag ul.order_by {background: black;}
.dark_theme .filter_block .goto ul.ul_category {background: #222;}
.dark_theme header .right .awards img.light  {display: none;}
.dark_theme header .right .awards img.dark  {display: block;}
.dark_theme header .right .top_buttons_tour a {background: #C8090B;}
.dark_theme .banner_section .awards img.light {display: none;}
.dark_theme .banner_section .awards img.dark {display: inline-block;}


/* 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: #01b4c8;}


#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 #01B4C8; background: #01B4C8; color: white;}
#MyLogins tr th.unsuccessful {background: #C8090B; border-color: #C8090B;}

.NoDisplayinFull {display: none;}

/* 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 {margin-right: 40px;}
	.video_detail.photo_detail .more .right .cast {margin-right: 0;}
	.video_detail .more .right .tags {flex-grow: 1;}
	.video_detail .more .right .buy.buy_scene {flex-shrink: 0; width: 100%; margin-bottom: 20px;}
	.video_detail .more .right .buy.buy_scene a {max-width: 310px;}
	.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_contents .content_list .content .more_top {margin: 8px 0;}
	.tags a {font-size: 12px;}
	.content_list.photo .content {width: 24%;}
	.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;}
    .NoDisplayinFull {display: block;}


/* Large devices (desktops, less than 1200px) */
@media only screen and (max-width: 1199px) {
	.content .more_bottom {display: block;}
	.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;}
	.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;}
	.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;}



}

@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) {

	header .center {width: 36%;}
    	header .width {height: 60px;}
	header .right .top_buttons_tour a {height: 44px;}
	header .right a.search_hidden {display: inline-flex; flex-shrink: 0; margin-left: 10px;}
	header .right a.search_hidden img {filter: brightness(0%);}
	header .width .center {position: absolute; top: -63px; left: 10px; width: calc(100% - 42px); transition: ease 0.25s; z-index: 2;}
	header.search .width .center {top: 60px; background: #f8f8f8; padding: 10px; box-sizing: border-box;}
	.main.HP .logo {margin-right: 10px;}
	.side {top: 60px;}
	.quickies_list .quickie h3 {font-size: 14px;}
	.quickies_list .quickie .text_box {padding: 10px;}
	.main.close main .main_content {margin: 0 auto; z-index: 1; margin-left: 65px;}
	.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: 90px;}
	.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;}


    	#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;}



}

/* only for tablets */

@media only screen and (min-width: 768px) and (max-width: 1050px) {

	.content {width: 32.33%;}
	.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;}
            .content_list .ItemNum9 {display:block;}

}


/* Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767px) {

	header .right .cart.hover .cart_list {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 {width: 100%;}
	.TOP_contents .content_list .content {width: 48.5%;}
	.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 .content .img a {display: flex; justify-content: space-between;}
	.TOP_contents .big_pic .content .img a img {display: inherit; margin: 0; width: 48.5%;}
	.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;}

	.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;}
	.tour_buttons.mobile {display: flex; margin-bottom: 0;}
	.tour_buttons.mobile a {padding: 10px}

	header > .width > .top_buttons_tour {position: absolute; left: 0; top: 60px; width: 100%; display: flex;}
	header .right > .top_buttons_tour {display: none;}
	header .top_buttons_tour a {display: flex; justify-content: center; width: 50%; border-radius: 0; height: 38px; align-items: center; padding: 0; text-transform: uppercase;}
	header .top_buttons_tour a.join {font-weight: bold;}
	.main.HP main .main_content {padding-top: 56px;}
	.tooltip .tooltiptext {display: none;}

}

/* 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;}
}


/* phones */

@media only screen and (max-width: 575px) {	
	
	h1 {text-align: center;}
    header .left a.menu_button {margin-right: 15px;}

	/* header {overflow: hidden;} */
	header.search .width {height: 120px; transition: ease 0.3s; padding-top: 10px; align-items: baseline;}
	header .width .center {position: absolute; top: -63px; left: 10px; width: calc(100% - 42px); transition: ease 0.25s; z-index: 2;}
		header.search .width .center {top: 60px; background: #f8f8f8; left: 0; right: 0; width: 100%; padding: 10px; box-sizing: border-box; margin: 0}
	header .search {margin-left: 0; box-sizing: border-box;}
	header .right a.search_hidden {display: inline-flex; margin-left: 0;}
	header .right a.search_hidden img {filter: brightness(0%);}
	header .right .account {margin-left: 0;}
	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;}
    	header .right .awards {display: none;}
	.main.HP .logo img {max-height: 46px; 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;}

	.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%;}
	.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.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: 90%; margin-right: 10px;}
	.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;}
	.TOP_contents .big_pic .img .counter .numbers .number span {width: 30px;}
	.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;}
    	.banner_section .awards {display: block;}

	#TermsPopUp p.BiggerLinks {font-size: 17px;}



}


@media only screen and (max-width: 454px) {	
	
	.content_list.photo .content {width: 100%;}
	.main main .side {width: 100%;}
           
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* style pro IE 10-11 */

	.main .main_content {padding-top: 80px;}
}


/* more than 2100px) */

@media (min-width: 2100px) {
	
	.main.HP main .main_content {margin-left: 65px;}

}