html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input {
	background: none;
	border: none;
	outline: none;
}

*:focus {
	outline: none !important;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,500,500i,700,700i&display=swap&subset=latin-ext');

html {
  scroll-behavior: smooth;
}
body {
	background: #000;
	color: #fff;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

.clearfix::after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

#page {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	background-color: #0e0e0e;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 50px 0px rgba(255,255,255,.15);
}

a,
a:visited {
	color: #E2D194;
	font-weight: 500;
}

.right {
	float: right;
}

.centered {
	text-align: center;
}

strong,
b {
	font-weight: 700;
}

.button {
	cursor: pointer;
	color: #fff !important;
	background: none;
	border-radius: 6px;
	border: 2px solid #bbb;
	text-decoration: none;
	padding: 8px 10px;
	font-size: 20px;
	position: relative;
	font-weight: 700;
	transform-style: preserve-3d;
	z-index: 10;
	white-space: nowrap;
	font-family: 'Montserrat', sans-serif;
	line-height: 100%;
}

.big {
	font-size: 30px;
	border-radius: 8px;
	border-width: 3px;
	padding: 10px 14px;
}

.small {
	font-size: 13px;
}

.button.small {
	padding: 2px 5px 3px;
	font-size: 12px;
	border-width: 1px;
	border-radius: 4px;
	position: relative;
	top: -1px;
}

.button.red {
	color: #db0000 !important;
    border-color: #db0000;
}

.button.white {
	color: #fff !important;
	border-color: #bbb;
}

.button::after,
.button.red::after,
.button.white::after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #333;
	transition: opacity .4s ease;
	border-radius: 6px;
	opacity: 0;
	box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.3);
	transform: translateZ(-1px);
	z-index: -1;
}

.button.red::after {
	background: rgba(58, 13, 13, 1);
	box-shadow: 0 0 15px 2px rgba(236, 53, 53, 0.6);
}

.button.big.red::after {
	box-shadow: 0 0 30px 3px rgba(236, 53, 53, 0.6);
}

.button.white::after {
	background: #333;
	box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.3);
}

.button.white::after {
	box-shadow: 0 0 30px 3px rgba(255, 255, 255, 0.3);
}

.button:hover::after {
	opacity: 1 !important;
}


.button.red:hover::after,
.button.white:hover::after,
#twolink>a:hover .button::after,
.fulllink:hover + .button::after {
	opacity: 1 !important;
}


/* home */

#bigheader {
	position: relative;
	background-size: cover;
}

#bigheader video {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#ratio {
	width: 100%;
	display: block;
}

#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: block;
}

#textbg {
	position: absolute;
	bottom: 185px;
	left: 0;
	width: 100%;
	z-index: 0;
	opacity: .5;
}

#hcontent {
	position: absolute;
	z-index: 10;
}

#header {
	position: absolute;
	top: 0;
	height: 100px;
	width: 100%;
}

h1 {
	padding: 30px 0 0 30px;
	position: relative;
	z-index: 100;
}

h1 img {
	width: 300px;
	vertical-align: middle;
	transform: translateY(-20px);
}


/* navigation */

#nav {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	box-sizing: border-box;
	line-height: 100%;
	z-index: 100;
}

#nav a {
	color: white;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	margin: 15px;
	position: relative;
	white-space: nowrap;
	z-index: 10;
}

#nav a::after {
	position: absolute;
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #fff;
	transition: opacity .4s ease, transform .6s ease;
	transform: translateY(4px);
	opacity: 0;
}

#nav a.active::after,
#nav a:hover::after {
	transform: translateY(0);
	opacity: .4;
}

#mubtn {
	display: inline-block;
	padding: 30px 15px 10px 15px;
	margin-right: 15px;
}

#mubtna {
	margin: 0 !important;
}

#mulayer {
	display: none;
	background: rgba(0, 0, 0, .9);
	width: 930px;
	height: 275px;
	position: absolute;
	top: 56px;
	right: 0px;
	z-index: 200;
	border: 1px solid #444;
	padding: 5px;
	font-size: 13px !important;
	line-height: 14px;
	text-align: left;
}

@media only screen and (min-width: 1024px) {
	#mubtn:hover #mulayer {
		display: block;
	}

	#mubtna {
		position: relative;
		z-index: 999;
	}

	#mubtn:hover {
		background: rgba(255, 255, 255, .2);
		background: linear-gradient(0deg, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 40%);
	}
}

@media only screen and (max-width: 1023px) {
	#mulayer {
		display: none !important;
	}
}

#mulayer .movietype {
	text-align: center;
	margin: 0px auto 7px auto;
	display: table;
	font-size: 17px;
	width: auto;
	height: auto;
	max-width: 960px;
}

#mulayer .movietype span {
	display: table-cell;
	position: relative;
	top: 4px;
	width: 50%;
}

#mulayer .movietype div {
	display: table-cell;
	padding: 0 10px 0 10px;
	white-space: nowrap;
}

#mulayer .movietype hr {
	height: 1px;
	background: rgba(255, 255, 255, .2);
	width: 100%;
	border: 0;
	margin: 8px 0;
}

#femdom .movietype {
	width: 50%;
    margin: 0 0 7px 0;
}

#mulayer a {
	display: block;
	color: white;
	text-transform: uppercase;
	padding: 5px;
	border-bottom: 0;
	margin: 0 0 2px 0;
	white-space: normal !important;
	font-size: 13px !important;
}

#mulayer a::after {
	display: none !important;
}

#mulayer a:hover {
	background: rgba(255, 255, 255, .2);
	border-bottom: 0;
}

#mulayer a span {
	text-transform: none;
	font-weight: normal;
	font-size: 80%;
	color: #c3c3c3;
}

#mulayer #femsub,
#mulayer #femdom {
	width: 455px;
	float: left;
	padding: 5px;
}

#mulayer .c1,
#mulayer .c2 {
	width: 50%;
	float: left;
}

#mulayer .c1 a:last-child,
#mulayer .c2 a:last-child {
    margin-top: 0px;
}

#separator {
    display: none !important
}

/* */

#title {
	position: absolute;
	left: 30px;
	bottom: 215px;
	width: 60%;
}

#title .type {
	color: red;
	text-transform: uppercase;
	font-size: 25px;
}

#title .titletext {
	font-size: 35px;
	font-weight: 700;
	position: relative;
	left: -3px;
}

#title .description {
	color: silver;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
}

.fulllink + .button {
	position: absolute;
	right: 30px;
	bottom: 215px;
}

#bigheader .fulllink {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#threebox {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#threebox>div {
	width: 426px;
	float: left;
	position: relative;
	box-sizing: border-box;
}


#news,
#bitcoin,
#login,
#crypto {
	height: 185px;
}

#news {
	background: rgb(30, 30, 30);
	background: linear-gradient(120deg, rgba(30, 30, 30, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
	padding: 30px;
	font-weight: 300;
	font-size: 17px;
	color: silver;
	text-align: justify;
	line-height: 120%;
}

#news b,
#login b {
	display: block;
	color: white;
	font-weight: 500;
	margin-bottom: 2px;
}

#news span {
	font-size: 75%;
	float: right;
	color: gray;
}

#bitcoin {
	background: url(images/bcbg.png) center center no-repeat;
    background-size: cover;
	width: 428px !important;
}

#bitcoin a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

#bitcoin a:hover+div {
	transform: scale(0.95);
}

#bitcoin div {
	width: 80%;
	height: 50px;
	position: relative;
	top: calc(50% - 25px);
	margin: 0 auto;
	text-transform: uppercase;
	color: #F7931A;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	transition: transform .5s ease;
}

#bitcoin div img {
	float: left;
	width: 25%;
	transform: translate(20%, -19%);
}

#bitcoin div span {
	font-size: 36px;
	color: #fff;
}

#bitcoin div span b {
	color: #FF0000;
}

#crypto {
	background: url(images/cryptobg.png) center center no-repeat;
	background-size: cover;
	width: 428px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

#crypto a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

#crypto a:hover+div {
	transform: scale(0.95);
}

#crypto > div {
	width: 80%;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	transition: transform .5s ease;
	display: grid;
	grid-template-columns: 1fr 2fr;
}

#crypto > div > div {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	align-content: center;
}

#crypto > div > div > div {
	font-size: 14px;
	letter-spacing: 0px;
	color: #fff;
}

#crypto > div > div > div b {
	color: #FF0000;
}

#crypto_icons {
	position: relative;
	width: 120px;
	height: 120px;
}

#crypto_icons img {
	width: 64%;
	position: absolute;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	border-radius: 50%;
}

#crypto_icons #bc_icon {
	top: 0;
	left: 0;
	
}

#crypto_icons #eth_icon {
	bottom: 0;
    right: 13px;
}

#crypto_icons #tether_icon {

}

#login {
	background: rgb(30, 30, 30);
	background: linear-gradient(120deg, rgba(30, 30, 30, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
	padding: 30px;
	font-weight: 300;
	font-size: 17px;
	color: silver;
	text-align: justify;
	line-height: 120%;
}

#emaildiv,
#passdiv {
	position: relative;
	float: left;
	width: 49%;
}

#passdiv {
	float: right;
}

input[type="text"],
input[type="password"],
input[type="email"] {
	background: rgba(20, 20, 20, .5);
	border: 1px solid #444;
	border-radius: 3px;
	padding: 5px;
	color: white !important;
	font-size: 16px;
	transition: border .5s ease;
	width: 100%;
	box-sizing: border-box;
}

input:active,
input:focus {
	outline: 0;
}

input[type="text"]:focus,
input[type="text"]:hover,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="password"]:focus,
input[type="password"]:hover {
	border-color: #E2D194;
}

label {
	text-transform: uppercase;
	display: block;
	color: silver;
	font-size: 10px;
	margin-top: 7px;
}

#login a,
#login button {
	cursor: pointer;
	position: absolute !important;
	right: 30px;
	bottom: 30px;
}

#login button {
	font-size: 14px;
}

#login a {
	right: 0;
	left: 30px;
	width: 100px;
}

#twolink {
	clear: both;
	position: relative;
}

#twolink>a {
	display: block;
	float: left;
	width: 50%;
	position: relative;
	background-size: cover;
	color: #fff !important;
	overflow: hidden;
}

#twolink #ratio {
	transform: scale(1.05);
	transition: transform .5s ease;
}

#twolink #textbg {
	bottom: 0;
	opacity: 1;
}

#twolink>a:hover #ratio {
	transform: scale(1)
}

#twolink #title {
	bottom: 30px;
}

#twolink .titletext {
	font-size: 28px;
	left: 0;
}

#twolink .description {
	font-size: 14px;
	line-height: 20px;
}

#twolink .button {
	bottom: 30px;
	right: 30px;
	position: absolute;
}

#oursites,
#posters {
	background: rgb(20, 20, 20);
	background: linear-gradient(120deg, rgb(20, 20, 20) 0%, rgb(1, 1, 1) 100%);
	clear: both;
	padding: 30px;
	position: relative;
}

#oursites h2,
#posters h2 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
}

#oursites a,
#posters a {
	display: block;
	width: 14.2%;
	width: calc(100% / 7 - 0.859%);
	margin-right: 1%;
	float: left;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
}

#oursites a img,
#posters a img {
	transition: transform .5s ease;
}

#oursites a:hover img,
#posters a:hover img {
	transform: scale(.98)
}

#oursites a img,
#posters a img {
	width: 100%;
	height: auto;
}

#oursites a:nth-child(8) {
	margin: 0%;
}

#posters {
	background: rgb(20, 20, 20);
	background: linear-gradient(120deg, rgb(1, 1, 1) 0%, rgb(20, 20, 20) 100%);
}

#posters a {
	width: 8%;
	width: calc(100% / 10 - 0.9%);
}

#posters a:nth-child(11) {
	margin: 0%;
}

/* content */

#bigcontent #header {
	position: relative;
}

#items {
	width: 960px;
	float: left;
}

#items h2,
#moviecont h3 {
	font-size: 26px;
	padding: 50px 0 28px 30px;
	position: relative;
}

#items .package,
#items .movie {
	position: relative;
	height: 170px;
	padding: 30px;
}

#items .bigpackage {
	height: 270px;
}

/*
#items>div:nth-of-type(even) {
	background: rgb(22, 27, 48);
	background: linear-gradient(120deg, #0E0F15 0%, #191615 100%);
}

#items>div:nth-of-type(odd) {
	background: rgb(28, 21, 15);
	background: linear-gradient(120deg, #191615 0%, #0E0F15 100%);
}
*/




#items h2::after,
#movietype_links::after,
#moviebuttons::after,
#items>div::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: rgb(163, 163, 163);
	background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(163, 163, 163) 50%, rgb(0, 0, 0) 100%);
	bottom: 0px;
	left: 0;
	opacity: .5;
}

#movietype_links,
#moviebuttons {
	display: block;
	text-align: left;
	padding: 33px 30px 33px 30px;
	position: relative;
	background: rgba(30, 30, 30, 0.8);
	background: linear-gradient(120deg, rgba(30, 30, 30, 0.8) 0% 0%, rgba(0, 0, 0, 0.8) 0% 80%, rgba(0, 0, 0, 0) 100%);
}

#movietype_links::before,
#moviebuttons::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: rgb(163, 163, 163);
	background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(163, 163, 163) 50%, rgb(0, 0, 0) 100%);
	top: 0px;
	left: 0;
	opacity: .5;
}

#movietype_links .button,
#moviebuttons .button {
	font-size: 15px !important;
}

#top10 {
	display: block;
	float: right;
	position: relative;
}

#top10cont {
	position: relative;
}

#top10list {
	display: none;
	width: 280px;
	left: -69px;
	top: 0;
	margin-top: 27px;
	position: absolute;
	border: 1px solid #393837;
	padding: 0px;
	z-index: 98;
	text-align: left;
	box-shadow: 0 0 25px #000;
	background: black;
	white-space: nowrap;
}

#top10list a {
	display: block;
	border-top: 1px solid #222;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
	text-decoration: none;
	color: white;
	white-space: nowrap;
}

#top10list a:first-child {
	border: 0;
}

#top10list a:hover {
	border-color: #222;
	background: #222;
}

#top10cont:hover #top10list {
	display: block !important;
}

.movie .text,
.package .text,
#moviedetails .text {
	position: absolute;
	bottom: 26px;
	left: 295px;
	font-size: 14px;
	line-height: 20px;
	width: 460px;
}

.twentymovies {
	margin-top: 5px;
	font-size: 55%;
	line-height: 130%;
}

.poster2 a,
.poster3 a {
	text-decoration: none;
}

.poster2 a img,
.poster3 a img {
	width: 120px;
}

.poster3 .p1 {
	position: relative;
	z-index: 3;
}

.poster3 .p2 {
	position: relative;
	left: -65px;
	z-index: 2;
}

.poster3 .p3 {
	position: relative;
	left: -129px;
	z-index: 1;
}

.movie h3,
.package h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	color: white;
	line-height: 20px;
	position: absolute;
	top: 28px;
	left: 295px;
}

.text span {
	color: #ccc;
	font-weight: 300;
}

.rating,
.rating .star {
	background-size: 16px !important;
}

.rating {
	width: 80px;
	height: 16px;
	background: url(images/star-off.png);
	position: relative;
	float: left;
	top: 1px;
}

.rating .star {
	height: 16px;
	background: url(images/star-on.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.rating .rate {
	width: 80px;
	height: 16px;
	z-index: 999;
	position: absolute;
	background: none;
	top: 0;
	left: 0;
}

.rating .rate:hover {
	background: url(images/star-off.png);
}

.rating .rate a {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position: absolute;
	height: 16px;
	top: 0;
	left: 0;
}

.s1 {
	width: 16px;
	z-index: 500;
}

.s2 {
	width: 32px;
	z-index: 400;
}

.s3 {
	width: 48px;
	z-index: 300;
}

.s4 {
	width: 64px;
	z-index: 200;
}

.s5 {
	width: 80px;
	z-index: 100;
}

.rating .rate a:hover {
	background: url(images/star-red.png);
}

.dvdshop {
	position: relative;
	font-size: 12px;
	padding-left: 26px;
	background: url(images/dvd.svg) 1px 1px no-repeat;
	background-size: 22px;
}

.infobox2 {
	font-size: 10px;
}

.subs {
	margin: 5px 0 5px 0;
	opacity: .9;
}


.package:before,
.hdm:before,
.remastered:before {
	position: absolute;
	top: 20px;
	left: 20px;
	content: 'PACKAGE';
	background: #ffe84a;
	font-size: 14px;
	display: inline-block;
	padding: 3px 5px 4px 5px;
	margin: 0;
	z-index: 99;
	color: black;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, .5);
}

.hdm:before {
	content: 'HD';
	background: #c71e03;
	font-size: 16px;
	font-weight: 700;
	color: white;
}

.remastered:before {
	content: 'REMASTERED';
	background: #0b51c5;
	color: white;
	font-size: 13px;
	padding-top: 5px;
}


.addtocart,
.addtocart:active,
.addtocart:focus,
.details,
.cart,
.cart:active,
.cart:focus,
.cart:visited,
.redb,
.redb:active,
.redb:focus,
.redb:visited,
.dlbutton {
	right: 30px;
	bottom: 30px;
	position: absolute;
}

.addtocart {
	background: url(images/cart.svg) 9px 8px no-repeat;
	background-size: 18px;
	padding-left: 25px;
	width: 165px;
}

.details,
.dlbutton {
	bottom: auto;
	top: 30px;
	background: url(images/play.svg) 7px 9px no-repeat;
	background-size: 18px;
	padding-left: 29px;
}

.dlbutton,
.redb,
.redb:focus,
.redb:active {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	display: inline-block;
}

.already,
.already:focus,
.already:active {
	color: #777 !important;
	border-color: #777 !important;
	background: url(images/del.svg) 25px 9px no-repeat;
	background-size: 18px;
	padding-left: 25px;
	width: 165px;
}


.button.already::after {
	background: #333 !important;
	box-shadow: 0 0 15px 2px rgba(94, 94, 94, 0.6) !important;
}

#message-bg {
	display: none;
}

#message {
	display: none;
	opacity: 0;
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-weight: 500;
	padding: 10px;
	color: white;
	z-index: 999;
	background: #000;
	border-radius: 6px;
	border: 2px solid #888;
}

#checkout_fixed {
	display: none;
	position: fixed;
	z-index: 999;
	right: 10px;
	bottom: -100px;
	opacity: 0;
	background: black;
}

@media screen and (max-width: 1199px) {
	#message {
		bottom: 10px;
		left: 10px;
		right: auto;
		max-width: 50%;
		font-size: 12px;
		padding: 8px 10px;
		line-height: 16px;
	}

	#checkout_fixed {
		bottom: 10px;
		display: block;
		opacity: 1;
		font-size: 150%;
	}
}

#showall {
	display: none;
}

#sidebar {
	position: sticky;
	top: 0;
	right: 0;
	float: right;
	width: 320px;
}

#sidebar .centered {
	padding: 0 30px 30px 30px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}

#sidebar .centered a {
	margin: 3px;
	display: inline-block;
}

#sidebar h3 {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}

#cartc {
	padding: 30px;
}

#cartc .button {
	margin-top: 10px;
}

#cartlist {
	line-height: 150%;
	font-size: 14px;
}

#cartlist .packageinfo {
	float: none;
	margin-top: 0;
	margin-left: 10px;
	text-align: left;
}

#cartlist span {
	float: right;
	color: #ddd;
	font-size: 12px;
	text-align: right;
}

.packageinfo {
	margin-left: 36px;
	margin-bottom: 10px;
	display: block;
	line-height: 13px;
	margin-top: -5px;
	font-size: 11px !important;
}

#cartlist hr {
	background: #444;
}

hr {
	height: 1px;
	background: rgba(255, 255, 255, .1);
	width: 100%;
	border: 0;
}

#recommended_sidebar {
	text-align: center;
}

#recommended_sidebar a img {
	width: 39%;
}

.width {
	padding: 30px;
	position: relative;
}

.width h2 {
	font-size: 30px;
	padding: 0px 0 20px 0px;
}

#bigform .packageinfo {
	margin-top: 0;
}


#cc_button+span {
	position: relative;
	top: -3px;
}

#cc_text,
#bc_text {
	display: inline-block;
}

#cc_text {
	width: 193px;
	position: relative;
	left: -3px;
}

#cc_text img {
	width: 80px;
	vertical-align: middle;
}

#bc_text {
	width: 150px;
	margin-left: 52px;
	font-weight: bold;
}

#title {
	position: absolute;
	left: 30px;
	bottom: 215px;
	width: 60%;
}

#moviecont {
	position: relative;
	padding: 0 30px 30px 30px;
	width: 900px;
	float: left;
}

#moviebuttons {
	position: relative;
	left: -30px;
	margin-bottom: 20px;
}

.button.trailer {
	background: url(images/trailer.svg) 7px 9px no-repeat;
	background-size: 17px;
	padding-left: 27px;
}

.button.screenshots {
	background: url(images/screenshots.svg) 7px 9px no-repeat;
	background-size: 17px;
	padding-left: 28px;
}

.button.reviews {
	background: url(images/reviews.svg) 6px 7px no-repeat;
	background-size: 20px;
	padding-left: 28px;
}

#movietitle {
	position: relative;
	margin-bottom: 10px;
}

#movietitle h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	position: relative;
	left: -1px;
	margin-top: 10px;
}

#movietitle .description {
	color: silver;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	max-width: 700px;
}

#movietitle .price {
	position: absolute;
	text-align: right;
	top: 0;
	right: 176px;
	font-size: 24px;
	line-height: 18px;
}

#movietitle .addtocart {
	bottom: 0;
	right: 0;
}

#moviedetails {
	position: relative;
	height: 470px;
	width: 900px;
	margin: 0 auto;
}

#moviedetails.sdmovie {
	height: 410px;
}

#moviedetails.hdmovie .detailspicture {
	margin-bottom: 10px;
	width: 100%;
	width: calc(100% - 2px);
	border: 1px solid #555;
}

#moviedetails .texts {
	width: 900px;
	height: 120px;
	position: relative;
}

#moviedetails.sdmovie .texts {
	width: 565px;
	height: 316px;
	float: right;
	transform: scale(1.17);
	transform-origin: top right;
}

#moviedetails .text {
	bottom: auto;
	left: 0;
	width: 450px;
}

#moviedetails .text .dvdshop {
	background-position: 1px 5px;
}

#moviedetails .detailstext {
	width: 470px;
	height: 160px;
	position: absolute;
	right: 0;
	top: 3px;
	background-size: contain;
	background-repeat: no-repeat;
}

#moviedetails.sdmovie .detailstext {
	width: 560px;
	height: 190px;
	bottom: 0;
	top: auto;
	right: auto;
	left: 0;
}

#moviecont h3 {
	padding: 0px 0 30px;
}

#movietrailer {
	position: relative;
}

#movietrailer iframe {
	width: 100%;
	height: 675px;
	overflow: hidden;
}

#moviescreenshots {
	position: relative;
	margin-bottom: 50px;
}

#moviescreenshots h3 {
	font-size: 30px;
	text-align: center;
	margin: 10px auto;
}

#moviescreenshots .screenshots {
	text-align: center;
}

#moviescreenshots .screenshots a {
	color: none;
	text-decoration: none;
}

#moviescreenshots .screenshots img {
	height: 95px;
	border: 1px solid #444;
}

#moviereviews {
	text-align: center;
}

#moviereviews a {
	margin-bottom: 20px;
	display: inline-block;
}

#moviereviews .button {
	background-position: 7px 8px;
	padding-left: 30px;
}

#moviereviews blockquote {
	font-size: 110%;
	margin-bottom: 10px;
	line-height: 160%;
}


/* cart & order */

#bigform {
	position: relative;
	padding: 20px;
	margin-bottom: 50px;
}

#bigform form {
	line-height: 30px;
}

#bigform .cart {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	float: none;
	display: inline-block;
	margin: 10px 20px 0 20px;
	padding: 14px 20px 13px 20px;
	font-size: 26px;
}

.packageinfo {
	margin-left: 36px;
	margin-bottom: 10px;
	display: block;
	line-height: 16px;
	margin-top: -5px;
	font-size: 85% !important;
}

#cartlist .packageinfo {
	float: none;
	margin-top: 0;
	margin-left: 10px;
	text-align: left;
}

#cc_button {
	background-image: url(images/creditcard.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 15px 12px;
	padding-left: 46px !important;
}

#bc_button {
	background-image: url(images/bitcoin.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 13px 12px;
	padding-left: 44px;
}

#cc_button+span {
	position: relative;
	top: -5px;
}

#cc_text,
#bc_text {
	display: inline-block;
}

#cc_text {
	width: 193px;
	position: relative;
	left: 5px;
}

#cc_text img {
	width: 80px;
	vertical-align: middle;
}

#bc_text {
	width: 150px;
	margin-left: 92px;
	font-weight: bold;
}

#recommend {
	position: relative;
}

#recommend h2 {
	text-align: center;
	padding: 30px;
	margin-top: 50px;
}

#recommend form {
	display: block;
	width: 33.3%;
	float: left;
	position: relative;
	overflow: hidden;
}

#recommend .text {
	position: absolute;
	top: 0;
	left: 0;
	height: 169px;
	font-size: 10px;
	width: 100%;
	padding: 0 20px 0 140px;
	box-sizing: border-box;
}

#recommend h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 20px;
}

#recommend strong {
	font-size: 14px;
}

#recommend .button {
	right: auto;
	left: 140px;
	bottom: 2px;
}

table {
	line-height: 35px;
}

tr td:first-child {
	padding-right: 20px;
}

td {
	vertical-align: top;
}

#webpassinfo {
	position: relative;
	font-size: 12px;
	line-height: 16px;
	color: #ddd;
	width: 535px;
	left: 259px;
	top: -26px;
	margin-bottom: -48px;
	height: 48px;
}

.btctable #webpassinfo {
	top: -107px;
}

select,
textarea {
	padding: 5px;
}

textarea {
	height: 100px;
	margin: 0;
}

table input,
table select {
	width: 235px !important;
}

table textarea {
	width: 223px !important;
	margin-top: 3px;
}

.cc_input {
	width: 40px !important;
}

.shortselect {
	width: 60px !important;
}

.longselect {
	width: 235px !important;
}

.cb {
	width: auto !important;
	position: relative;
	top: 2px;
}

table label {
	color: #ddd;
	text-transform: none;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 12px;
	margin-bottom: 0;
}

table .cart {
	float: none !important;
	font-size: 40px !important;
	padding: 20px 60px 19px 60px !important;
	margin: 20px 0 0 0 !important;
	width: auto !important;
}

#switch {
	position: absolute;
	right: 30px;
	top: 24px;
}

table #cartlist {
	background: none;
	display: block;
	border: 0;
	width: 100%;
	position: relative;
	left: auto;
	margin-top: 8px;
	box-shadow: none;
	line-height: 20px;
}

/* download */
#loginerror {
	width: 477px;
	height: 100px;
	margin: 150px auto 00px auto;
	position: relative;
}

#loginerror~div {
	margin-bottom: 150px;
	text-align: center;
}

#col1 {
	margin-top: 20px;
	line-height: 18px;
}

#col2 {
	margin-bottom: 50px;
	line-height: 18px;
}

.dlbuttons {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.dlbuttons .redb {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}

.dlbuttons .redb:hover {
	color: white;
}

.dlbuttons .redb:last-child {
	margin-bottom: 0;
}

.dlbuttons .redb span {
	font-size: 12px;
}


/* footer */

#footer {
	clear: both;
	background: #101010 url(images/footer.jpg) top center no-repeat;
	position: relative;
	padding: 30px;
}

#footer::before,
#posters::before,
#oursites::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: rgb(163, 163, 163);
	background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(163, 163, 163) 50%, rgb(0, 0, 0) 100%);
	top: 0px;
	left: 0;
	opacity: .5;
}

#footer ul:first-child {
	margin-left: 0px;
}

#footer ul {
	display: block;
	float: left;
	margin-right: 50px;
	line-height: 20px;
}

#footer ul.separate {
	/*border-left: 1px solid rgba(255,255,255,.2);*/
	padding-left: 25px;
}

#footer ul:last-child {
	float: right;
	margin: 0;
}

#footer ul:last-child li {
	text-align: right;
}

#footer a {
	font-size: 14px;
	color: #777;
	text-decoration: none;
	transition: color .5s ease;
}

#footer a:hover {
	color: #fff;
}

.unsubbox {
	color: #ddd !important;
}

#copyright {
	text-align: right;
	position: absolute;
	right: 30px;
	bottom: 10px;
	color: #555;
	font-size: 10px;
	line-height: 15px;
}

/* laptop */
@media screen and (min-width: 1200px) and (max-width: 1299px) {

	#threebox>div {
		width: 33.333% !important;
		width: calc(100% / 3) !important;
	}

	#news,
	#login {
		font-size: 15px;
	}

	#bitcoin div img {
		width: 20%;
		transform: translate(10%, -2%);
	}

	#items,
	#moviecont {
		width: 72.95%;
		box-sizing: border-box;
	}

	#moviedetails {
		width: 100%;
		height: 420px;
	}

	#moviedetails .texts {
		width: 100%;
	}

	#moviedetails .detailstext {
		width: 420px;
	}

	#moviebuttons {
		width: calc(100% + 30px);
		box-sizing: border-box;
	}

	#video {
		width: 99% !important;
	}

	.movie .button,
	.package .button,
	#moviedetails .button,
	#moviecont .button {
		font-size: 16px;
	}

	.addtocart {
		background: url(images/cart.svg) 6px 6px no-repeat;
		background-size: 18px;
		padding-left: 24px;
		width: 132px;
	}

	.already,
	.already:focus,
	.already:active {
		color: #777 !important;
		border-color: #777 !important;
		background: url(images/del.svg) 18px 8px no-repeat;
		background-size: 17px;
		padding-left: 24px;
		width: 132px;
	}

	.details,
	.dlbutton {
		background: url(images/play.svg) 6px 7px no-repeat;
		background-size: 18px;
		padding-left: 24px;
	}

	.movie .text,
	.package .text,
	#moviedetails .text {
		width: 400px;
		font-size: 12px;
	}

	.twentymovies {
		font-size: 60%;
	}

	.movie h3,
	.package h3 {
		font-size: 18px;
	}

	.small {
		font-size: 11px;
	}
}

/* tablet, landscape; small laptop */

@media screen and (min-width: 1024px) and (max-width: 1199px) {

	#textbg {
		bottom: 0;
	}

	#title,
	.fulllink + .button {
		bottom: 30px !important;
	}

	#threebox {
		position: relative;
	}

	#threebox>div {
		width: 33.333% !important;
		width: calc(100% / 3) !important;
	}

	#news,
	#login {
		font-size: 15px;
	}

	#bitcoin div img {
		width: 20%;
		transform: translate(10%, -2%);
	}

	#footer a {
		font-size: 13px;
	}

	#copyright {
		font-size: 9px;
	}

	#top10list {
		left: -140px;
	}

	#sidebar {
		display: none;
	}

	#items,
	#moviecont {
		width: 100%;
		float: none;
		box-sizing: border-box;
	}

	#movietype_links,
	#moviebuttons {
		width: 100%;
		box-sizing: border-box;
		background: rgb(22, 27, 48);
		background: linear-gradient(120deg, rgba(22, 27, 48, 1) 0%, rgba(14, 27, 35, 1) 100%);
	}

	#moviebuttons {
		width: calc(100% + 60px);
	}

}

/* tablet, portrait */

@media screen and (min-width: 768px) and (max-width: 1023px) {

	h1 {
		width: 230px;
	}

	h1 img {
		width: 100%;
	}

	#nav>a,
	#mubtna {
		font-size: 14px;
	}

	#nav>a:first-child {
		display: none;
	}

	#textbg {
		bottom: 0;
	}

	#title,
	.fulllink + .button {
		bottom: 30px;
	}

	#title .type {
		font-size: 14px;
	}

	#title .titletext {
		font-size: 35px;
		left: -1px;
	}

	#title .description {
		font-size: 18px;
		line-height: 24px;
	}

	#threebox {
		position: relative;
	}

	#threebox>div {
		width: 100% !important;
	}

	#bitcoin div img {
		width: 14%;
		transform: translate(174%, -18%);
	}

	#twolink #title {
		top: 30px;
		width: 84%;
	}

	#twolink .titletext {
		font-size: 24px;
	}

	#twolink .description {
		display: none;
	}

	#footer ul {
		margin-right: 20px;
		line-height: 18px;
	}

	#footer a {
		font-size: 12px;
	}

	#footer ul.separate {
		padding: 0;
		margin-bottom: 20px;
	}

	#copyright {
		font-size: 9px;
	}

	#sidebar {
		display: none;
	}

	#top10list {
		left: -140px;
	}

	#items,
	#moviecont {
		width: 100%;
		float: none;
		box-sizing: border-box;
	}

	.small {
		font-size: 10px;
	}

	.small img {
		display: none;
	}

	.movie h3,
	.package h3 {
		font-size: 15px;
	}

	.movie .text,
	.package .text,
	#moviedetails .text {
		font-size: 12px;
		line-height: 18px;
		width: 300px;
	}

	.movie .text {
		width: 320px;
	}

	.twentymovies {
		font-size: 50%;
	}

	.button {
		font-size: 16px;
	}

	.addtocart {
		background: url(images/cart.svg) 6px 6px no-repeat;
		background-size: 18px;
		padding-left: 24px;
		width: 132px;
	}

	.already,
	.already:focus,
	.already:active {
		color: #777 !important;
		border-color: #777 !important;
		background: url(images/del.svg) 18px 8px no-repeat;
		background-size: 17px;
		padding-left: 24px;
		width: 132px;
	}

	.details,
	.dlbutton {
		background: url(images/play.svg) 6px 7px no-repeat;
		background-size: 18px;
		padding-left: 24px;
	}

	#moviedetails {
		width: 100%;
		height: 420px;
	}

	#moviedetails .texts {
		width: 100%;
	}

	#moviedetails .detailstext {
		width: 420px;
	}

	#movietype_links,
	#moviebuttons {
		width: 100%;
		background: rgb(22, 27, 48);
		background: linear-gradient(120deg, rgba(22, 27, 48, 1) 0%, rgba(14, 27, 35, 1) 100%);
		box-sizing: border-box;
	}

	#moviebuttons {
		width: calc(100% + 60px)
	}

	#video {
		width: 99% !important;
	}

	#bc_button,
	#cc_button {
		font-size: 30px;
		border-radius: 8px;
		border-width: 3px;
		padding: 10px 14px;
	}

	#recommend form:nth-child(3) {
		display: none;
	}

	#recommend form {
		width: 50%;
	}

	#webpassinfo {
		font-size: 10px;
		line-height: 12px;
		width: 240px;
	}

}

/* mobile */
@media screen and (max-width: 767px) {

	.width {
		padding: 10px;
	}

	#bigheader {
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
		padding-top: 120px;
	}

	h1 {
		margin: 0 auto;
		padding-left: 0;
		width: 230px;
		z-index: 101;
	}

	h1 img {
		width: 100%;
		transform: translate(39px,-10px);
	}

	#nav {
		text-align: center;
		line-height: 10px;
		padding-top: 90px;
		width: 100%;
	}

	#nav a {
		font-size: 15px;
		margin: 15px;
	}

	#nav>a:first-child {
		display: none;
	}

	#mubtn {
		padding: 0;
		margin-right: 0;
	}

	#textbg {
		bottom: 0;
	}

	#title {
		bottom: auto;
		top: 140px;
	}

	#title .type {
		font-size: 12px;
	}

	#title .titletext {
		font-size: 22px;
		left: 0;
	}

	#title .description {
		display: none;
	}

	#news {
		font-size: 14px;
		line-height: 18px;
	}

	.fulllink + .button {
		bottom: 30px;
		font-size: 18px;
		border-radius: 6px;
		border-width: 2px;
		padding: 8px 10px;
	}

	#bigheader video {
		display: none;
	}

	#threebox {
		position: relative;
	}

	#threebox>div {
		width: 100% !important;
	}

	#bitcoin div img {
		display: none;
	}

	#login b {
		text-align: center;
	}

	#twolink>a {
		width: 100%;
	}

	#twolink .titletext {
		font-size: 14px;
	}

	#twolink #title {
		top: 30px;
		bottom: auto;
	}

	#twolink #title .description {
		display: none;
	}

	#twolink #title+.button {
		font-size: 14px;
	}

	#oursites,
	#posters {
		text-align: center;
	}

	#oursites a,
	#posters a {
		width: 31%;
		width: calc(100% / 3 - 2%);
		margin: .5%;
		line-height: 16px;
		height: 180px;
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	#posters a {
		height: auto;
	}
	
	#oursites a:last-of-type,
	#posters a:last-of-type {
		display: none;
	}

	#footer {
		background-image: none;
	}

	#footer ul {
		float: none;
	}

	#links ul:nth-child(2),
	#links ul:nth-child(3),
	#links ul:nth-child(4) {
		display: none;
	}
	
	#footer ul:last-child {
		margin: 40px 20px 0;
		float: none;
	}
	
	#footer ul:last-child li {
		text-align: center;
	}

	#copyright {
		text-align: center;
		position: relative;
		right: auto;
		bottom: auto;
		padding-top: 30px;
	}

	#message-bg {
		display: block;
		background: black;
		opacity: .8;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 64px;
		z-index: 99;
	}
	
	#sidebar {
		display: none;
	}

	#top10list {
		left: -140px;
	}

	#movietype_links,
	#moviebuttons {
		text-align: center;
		line-height: 40px;
		padding: 13px 30px 13px 30px;
	}

	#movietype_links .button,
	#moviebuttons .button {
		font-size: 13px !important;
	}

	#items,
	#moviecont {
		width: 100%;
		float: none;
		padding-top: 30px;
		box-sizing: border-box;
	}

	#moviecont {
		padding: 30px 10px 30px 10px;
	}

	.small {
		font-size: 10px;
	}

	.small img {
		display: none;
	}

	#top10 {
		display: none;
	}

	#items .package,
	#items .movie {
		height: auto;
		padding: 30px 10px 80px 10px;
	}

	.movie h3,
	.package h3 {
		font-size: 16px;
		margin: 20px 0 10px 0;
		position: relative;
		top: auto;
		left: auto;

	}

	.movie .text,
	.package .text,
	#moviedetails .text {
		font-size: 12px;
		line-height: 18px;
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
	}

	.twentymovies {
		font-size: 60%;
	}

	.details,
	.dlbutton {
		bottom: 30px;
		left: 10px;
		right: auto;
		top: auto;
	}

	.button {
		font-size: 14px;
	}

	.addtocart {
		background: url(images/cart.svg) 11px 8px no-repeat;
		background-size: 15px;
		padding-left: 24px;
		width: 132px;
		right: 10px !important;
	}

	.already,
	.already:focus,
	.already:active {
		color: #777 !important;
		border-color: #777 !important;
		background: url(images/del.svg) 21px 9px no-repeat;
		background-size: 15px;
		padding-left: 24px;
		width: 132px;
	}

	.details,
	.dlbutton {
		background: url(images/play.svg) 8px 7px no-repeat;
		background-size: 16px;
		padding-left: 26px;
	}

	.movie a:first-child img {
		width: 100%;
		max-width: 230px;
		display: block;
		margin: 0 auto;
	}

	.hdm:before,
	.remastered:before {
		left: 17%;
	}

	.package:before {
		left: 14%;
	}

	#items h2,
	#moviecont h3 {
		font-size: 20px;
		padding: 40px 0 18px 10px;
	}

	.poster2,
	.poster3 {
		text-align: center;
		position: relative;
	}

	.poster3 .p3 {
		position: absolute;
		left: 185px;
	}

	#items>*:nth-child(n+30) {
		display: none;
	}

	#showall {
		display: block !important;
		text-align: center;
		width: 180px;
		margin: 50px auto;
		font-size: 20px;
	}

	#moviedetails {
		width: 100%;
		height: 350px;
	}

	#moviedetails .texts {
		width: 100%;
		height: auto !important;
	}

	#moviedetails .detailstext {
		width: 420px;
	}

	#movietype_links,
	#moviebuttons {
		width: 100%;
		background: rgb(22, 27, 48);
		background: linear-gradient(120deg, rgba(22, 27, 48, 1) 0%, rgba(14, 27, 35, 1) 100%);
		box-sizing: border-box;
	}

	#moviebuttons {
		width: calc(100% + 40px)
	}

	#video {
		width: 99% !important;
		height: 240px !important;
	}

	#movietrailer iframe {
		height: 450px;
	}

	#movietitle h2 {
		font-size: 23px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	#movietitle .price {
		position: relative;
		text-align: left;
		top: auto;
		right: auto;
		font-size: 19px;
		line-height: 13px;
	}

	#moviedetails .detailstext {
		width: 100%;
		height: 130px;
		position: relative;
		right: 0;
		top: 0;
		margin-top: 10px;
	}
	
	#moviedetails.sdmovie  {
		height: 260px;
		overflow: hidden;
	}
	
	#moviedetails.sdmovie .detailspicture {
		width: 30%;
	}
	
	#moviedetails.sdmovie .texts {
		transform: scale(1);
		width: 66%;
	}
	
	#moviedetails.sdmovie .detailstext {
		width: 100%;
		height: 120px;
	}

	#moviecont h3 {
		padding: 0px 0 18px 0px;
		clear: both;
	}	
	#moviecont h3 {
		padding: 0px 0 18px 0px;
	}

	#moviescreenshots .screenshots img {
		height: 50px;
	}

	.button.trailer {
		background-position: 7px 8px;
	}

	.button.reviews {
		background-position: 6px 6px;
	}

	.button.screenshots {
		background-position: 7px 7px;
	}

	#bigform {
		padding: 0;
	}

	#bigform table {
		font-size: 12px;
	}

	table input,
	table select {
		width: 185px !important;
	}

	.longselect {
		width: 185px !important;
	}

	table textarea {
		width: 173px !important;
		margin-top: 3px;
	}

	#webpassinfo {
		display: none;
	}

	#cc_button,
	#bc_button {
		background: none !important;
		padding: 8px 10px !important;
		border-width: 2px;
	}

	#cc_text {
		width: 123px;
		position: relative;
		left: 12px;
	}

	#cc_text img {
		width: 68px;
		vertical-align: middle;
	}

	#bc_text {
		width: 130px;
		margin-left: 12px;
		font-weight: bold;
		font-size: 12px;
	}

	#recommend form {
		width: 100%;
		margin-bottom: 10px;
	}

	#switch {
		display: none;
	}

	table,
	.wpwl-container {
		width: auto !important;
	}

	.width {
		padding-top: 50px;
	}

	.width h2 {
		font-size: 20px;
	}

}

@media only screen and (max-width:600px) {
	#nav a {
		font-size: 14px;
		margin: 5px;
	}
}

@media only screen and (max-width:500px) {
	#nav a {
		font-size: 13px;
		margin: 3px;
	}
}

@media only screen and (max-width:350px) {

	.movie .button,
	.package .button {
		font-size: 12px;
		background: none !important;
		padding: 11px 10px 10px 10px;
		width: 35% !important;
		text-align: center;
	}
}