/* essentials */

@import url(reset.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
 body,
html {
    width: 100%;
    height: 100%;
}
body {
    background: black url(images/mp_bg.jpg) top center no-repeat fixed;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
input {
    -webkit-appearance: none;
    border-radius: 0;
}
select, textarea {
    padding: 5px;
}
textarea {
    height: 100px;
    margin: 0;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    display: inline-block;
    margin: 0;
}
a {
    color: #ffea00;
}
a:hover {
    color: #fff262;
}
a:visited {
    color: #e9dd52;
}
a img {
    border: 0;
}
a:focus,
a:active {
    outline: 0;
}
strong,
b {
    font-weight: bold;
}
em,
i {
    font-style: italic;
}
.small,
.smaller {
    font-size: 80% !important;
}
.red {
    color: #FF3F3F !important
}
.yilo {
    color: #ffea00 !important;
}
.white {
    color: white !important;
}
.gray {
    color: #ddd;
}
.right {
    float: right;
    text-align: right;
}
.centered {
    text-align: center;
}
h2,
h3 {
    font-size: 300%;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 20px;
}
hr {
    height: 1px;
    background: rgba(255, 255, 255, .1);
    width: 100%;
    border: 0;
}
#nav:after,
.width:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.width {
    width: 980px;
    margin: 0 auto;
    position: relative;
    line-height: 15px;
	z-index: 98;
}
.width h2:first-child {
    margin-bottom: 30px;
}
/* header */

#header {
    margin: 0px auto 25px auto;
    width: 980px;
    position: relative;
    padding-top: 20px;
    background: url(images/mp_logo.png) no-repeat center 8px;
    background-size: 580px;
}
#header h1 {}
#header h1 a {
    display: block;
    text-indent: -9999px;
    width: 500px;
    height: 90px;
    margin: 0 auto;
}
#icons {
    position: absolute;
    top: 13px;
    right: 0;
    text-align: right;
}
#twitter,
#rss,
#tumblr,
#bitcoin,
#comodo {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(images/twitter_w.png) center center / contain;
    margin-left: 5px;
    opacity: .7;
    transition: .5s;
    -webkit-transition: .5s;
}
#twitter:hover {
    background-color: #359bed;
    opacity: 1;
}
#rss {
    background: url(images/rss_w.png)  center center / contain;
}
#rss:hover {
    background-color: #fd9f13;
    opacity: 1;
}
#tumblr {
    background: url(images/tumblr_w.png)  center center / contain;
}
#tumblr:hover {
    background-color: #304e6c;
    opacity: 1;
}
#bitcoin {
    background: url(images/bitcoin_w.png)  center center / contain;
}
#bitcoin:hover {
    background-color: #f7931a;
    opacity: 1;
}
#comodo {
    background: url(images/comodo_w.png)  center center / contain;
}
#comodo:hover {
    background-color: #7ac311;
    opacity: 1;
}
#nav {
    list-style: none;
    width: 980px;
    margin: 10px auto 0;
    font-family: 'Open Sans Condensed';
    font-size: 20px;
    font-weight: bold;
    background: rgba(0, 0, 0, .5);
}
#nav li {
    float: left;
    position: relative;
}
#nav li:last-child {
    float: right;
    margin: 0;
    font-weight: bold;
}
#nav a {
    color: white;
    text-decoration: none;
    transition: all .5s;
    display: block;
    padding: 15px 15px 14px 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    text-transform: capitalize;
}
#nav a:hover {
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .2);
}
#nav a.active {
    background: rgba(255, 255, 255, .1);
    border-bottom: 3px solid rgba(255, 0, 0, .5);
    padding-bottom: 12px;
}
#nav li:last-child a {
    background: rgba(255, 0, 0, .5);
    border-bottom: 1px solid rgba(255, 0, 0, 0);
    letter-spacing: 1px;
    width: 150px;
    text-align: center;
}
#nav li:last-child a:hover {
    background: rgba(255, 0, 0, .7);
    border-color: rgba(255, 0, 0, .8);
}

/* mu layer */

#mulayer {
	display: none;
	background: rgba(0,0,0,.8);
    width: 930px;
    height: 315px;
    transform: translateX(-32%) translateY(-1px);
    position: absolute;
    z-index: 99;
	border: 1px solid #444;
	padding: 5px;
}
@media only screen and (min-width: 768px) and (min-device-width: 768px) {
	#mubtn:hover div {
		display: block;
	}
	#mubtna {
		border-bottom: 0 !important;
		transform: translateY(1px);
		position: relative;
		z-index: 999;
		transition: none !important;
		padding: 5px;
		}
	#mubtn:hover #mubtna {
		background: rgba(0,0,0,.8);
		border-top: 1px solid #444;
		border-left: 1px solid #444;
		border-right: 1px solid #444;
		border-bottom: 0 !important;
		transform: translateY(0px) translateX(-1px);
	}
}
@media only screen and (max-width: 767px) and (max-device-width: 767px) { 
	#mulayer {
		display: none !important;
	}
}
#mulayer .movietype {
    text-align: center;
    margin: 0px auto 7px auto;
    display: table;
    font-size: 17px;
    font-family: 'Open sans condensed', sans-serif;
    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;
}
#mulayer a {
	display: block;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	padding: 5px;
	border-bottom: 0;
	margin-bottom: 4px;
}
#mulayer a:hover {
	background: rgba(255, 255, 255, .2);
	border-bottom: 0;
}
#mulayer a span {
	text-transform: none;
	font-weight: normal;
	font-size: 75%;
	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: 20px;
}
#separator {
	position: absolute;
	height: 1px;
	background: rgba(255, 255, 255, .2);
	width: 100%;
	bottom: 56px;
	left: 0;
}

/* home */

#newrelease,
.box2 .sb:first-child,
.box1,
#slideleft,
#slideright,
#adz {
    transition: box-shadow .5s;
}
#newrelease:hover,
.box2 .sb:first-child:hover,
.box1:hover,
#slideleft:hover,
#slideright:hover,
#adz:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, .2);
}
#news,
.box3 .sb,
.box2 .sb,
.box1,
.movie,
.package,
.bigpackage,
#content,
#bigform,
#recommend form {
    background: rgba(255, 255, 255, .1);
}
#newreleasebuttons {
width: 980px;
height: 350px;
position: absolute;
top: 0;
left: 0;
z-index: 9999;
}
#newreleasebuttons a:first-child {
position: absolute;
display: block;
width: 100%;
height: 100%;
}
#newreleasebuttons a, #newreleasebuttons a:hover {
color: white !important;
}
#trailerbutton, #buybutton {
width: 120px !important;
height: auto !important;
text-align: center;
position: absolute;
} 
#trailerbutton {
right: 20px;
bottom: 70px;
background: rgba(0, 0, 0, .4);
}
#buybutton {
right: 20px;
bottom: 20px;
}
#newprice {
position: absolute;
right: 150px;
bottom: 20px;
text-align: right;
font-size: 120%;
text-shadow: 1px 1px 0 black;
}
#newrelease {
    width: 980px;
    height: 350px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    position: relative;
    overflow: hidden;
}
#slidenew {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
#newrelease a,
.sb a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.sb .redb {
	width: auto !important;
	height:auto !important;
	top: 10px;
	right: 10px;
	font-size: 16px !important;
	padding: 5px !important;
	z-index: 1;
}
#newrelease h2 {
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    left: 20px;
    bottom: 20px;
	line-height: 40px;
    margin: 0;
    z-index: 99;
}
#newrelease h2 em {
    font-size: 25px;
    font-style: normal;
}
#newrelease span {
    background: rgba(255, 0, 0, .5);
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    top: 20px;
    display: inline-block;
    padding: 4px;
    margin: 0;
    z-index: 99;
}
.first,
.second,
.third,
.himage {
    position: absolute;
    width: 100%;
    height: 100%;
}
.htext, #headertext {
    font-size: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin: 0;
    z-index: 99;
}
.htextsummer, #headertext {
    font-size: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    position: absolute;
    left: 20px;
    bottom: 20px;
	color: red !important;
    margin: 0;
    z-index: 99;
}
.summertext {
    font-size: 60px !important;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    position: absolute;
    right: 20px;
	color: red !important;
    margin: 0;
    z-index: 99;
}
.first {
    animation: firstanim 20s linear infinite;
    -moz-animation: firstanim 20s linear infinite;
    -webkit-animation: firstanim 20s linear infinite;
}
@keyframes firstanim {
    0% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    34% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    96% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes firstanim {
    0% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    34% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    96% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes firstanim {
    0% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    34% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    96% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.second {
    animation: secondanim 20s linear infinite;
    -moz-animation: secondanim 20s linear infinite;
    -webkit-animation: secondanim 20s linear infinite;
}
@keyframes secondanim {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 1;
    }
    67% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes secondanim {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 1;
    }
    67% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes secondanim {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 1;
    }
    67% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.third {
    animation: thirdanim 20s linear infinite;
    -moz-animation: thirdanim 20s linear infinite;
    -webkit-animation: thirdanim 20s linear infinite;
}
@keyframes thirdanim {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    66% {
        opacity: 1;
    }
    97% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes thirdanim {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    66% {
        opacity: 1;
    }
    97% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes thirdanim {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    66% {
        opacity: 1;
    }
    97% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.first .himage {
    animation: firstanim2 20s linear infinite;
    -moz-animation: firstanim2 20s linear infinite;
    -webkit-animation: firstanim2 20s linear infinite;
}
@keyframes firstanim2 {
    0% {
        transform: scale(1.0);
    }
    34% {
        transform: scale(1.05);
    }
    35% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.0);
    }
}
@-moz-keyframes firstanim2 {
    0% {
        -moz-transform: scale(1.0);
    }
    34% {
        -moz-transform: scale(1.05);
    }
    35% {
        -moz-transform: scale(1.0);
    }
    100% {
        -moz-transform: scale(1.0);
    }
}
@-webkit-keyframes firstanim2 {
    0% {
        -webkit-transform: scale(1.0);
    }
    34% {
        -webkit-transform: scale(1.05);
    }
    35% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.0);
    }
}
.second .himage {
    animation: secondanim2 20s linear infinite;
    -moz-animation: secondanim2 20s linear infinite;
    -webkit-animation: secondanim2 20s linear infinite;
}
@keyframes secondanim2 {
    0% {
        transform: scale(1.0);
    }
    33% {
        transform: scale(1.0);
    }
    67% {
        transform: scale(1.05);
    }
    68% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.0);
    }
}
@-moz-keyframes secondanim2 {
    0% {
        -moz-transform: scale(1.0);
    }
    33% {
        -moz-transform: scale(1.0);
    }
    67% {
        -moz-transform: scale(1.05);
    }
    68% {
        -moz-transform: scale(1.0);
    }
    100% {
        -moz-transform: scale(1.0);
    }
}
@-webkit-keyframes secondanim2 {
    0% {
        -webkit-transform: scale(1.0);
    }
    33% {
        -webkit-transform: scale(1.0);
    }
    67% {
        -webkit-transform: scale(1.05);
    }
    68% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.0);
    }
}
.third .himage {
    animation: thirdanim2 20s linear infinite;
    -moz-animation: thirdanim2 20s linear infinite;
    -webkit-animation: thirdanim2 20s linear infinite;
}
@keyframes thirdanim2 {
    0% {
        transform: scale(1.0);
    }
    66% {
        transform: scale(1.0);
    }
    99% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.0);
    }
}
@-moz-keyframes thirdanim2 {
    0% {
        -moz-transform: scale(1.0);
    }
    66% {
        -moz-transform: scale(1.0);
    }
    99% {
        -moz-transform: scale(1.05);
    }
    100% {
        -moz-transform: scale(1.0);
    }
}
@-webkit-keyframes thirdanim2 {
    0% {
        -webkit-transform: scale(1.0);
    }
    66% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.05);
    }
}
#adz {
    width: 310px;
    height: 320px;
    float: left;
    margin-left: 25px;
    line-height: 1.4em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    overflow: hidden;
    position: relative;
}
#news {
    width: 270px;
    height: 200px;
    padding: 20px;
    line-height: 1.2em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
#news span {
    float: right;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: gray;
}
#news h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#news hr {
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, .1);
    margin: 10px 0;
}
#news a {
    position: relative;
    display: inline;
    width: auto;
    height: auto;
}
.box3,
.box2,
.box1 {
    margin-bottom: 25px;
    clear: both;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.box3 .sb {
    width: 310px;
    height: 240px;
    float: left;
    margin: 0 0 0 25px;
    position: relative;
    overflow: hidden;
}
.box3 .sb:first-child {
    margin: 0;
}
.box1 {
    padding: 20px;
    height: 169px;
    position: relative;
}
.box1 a {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    text-align: center;
    top: 20px;
    left: 0;
}
.box1 img {
    margin: 0 8px;
}
.posters a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 240px;
    text-decoration: none;
    color: white;
}
.posters h2 {
    text-transform: uppercase;
    text-align: center;
    margin: 17px 0;
    font-size: 20px;
    font-weight: bold;
}
.posters img {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.posters img:last-child {
    left: 154px;
}
.box2 .sb {
    width: 477px;
    height: 140px;
    float: left;
    margin-left: 26px;
    position: relative;
}
.box2 .sb:first-child {
    margin: 0;
}
#slideleft,
#slideright {
    position: relative;
    overflow: hidden;
    width: 310px;
    height: 240px;
}
#slideleft li,
#slideright li {
    list-style: none;
    float: left;
    position: relative;
    width: 310px;
    height: 240px;
}
#slideleft a,
#slideright a {
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
}
#slideleft span,
#slideright span {
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/grad_300.png);
}
#slideleft span div,
#slideright span div {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
#loginform h2 {
    text-transform: uppercase;
    text-align: center;
    margin: 25px;
    font-size: 20px;
    font-weight: bold;
}
input {
    transition: all .5s;
}
input:active,
input:focus {
    outline: 0;
}
#emaildiv,
#passdiv {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
#passdiv {
    left: 200px;
}
label {
    text-transform: uppercase;
    display: block;
    color: silver;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
input[type=text],
input[type=password] {
    color: white;
    background: rgba(255, 255, 255, .1);
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 5px;
    font-size: 15px;
    width: 150px;
    margin: 0;
}
input:hover,
input:active,
input:focus {
    background: rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}
#submit {
    position: absolute;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 6px 1px 6px;
    font-family: 'Open Sans Condensed', sans-serif;
    background: rgba(255, 0, 0, .5);
    border: 0;
    border-bottom: 1px solid rgba(255, 0, 0, .4);
    cursor: pointer;
    text-shadow: 1px 1px 1px #000;
    right: 30px;
    bottom: 30px;
    height: 28px;
    letter-spacing: 1px;
    width: 70px;
}
#submit:hover {
    border-bottom: 1px solid rgba(255, 0, 0, .8);
    background: rgba(255, 0, 0, .7);
}
/* home */

.twenty {
    width: 980px;
    margin: 0 auto;
}
#slider {
    height: 300px;
    overflow: hidden;
}
.threecols2 {
    width: 300px;
    height: 200px;
    float: left;
    background: rgba(0, 0, 0, .2);
    border: 5px solid rgba(255, 255, 255, .1);
    padding: 5px;
    margin-right: 10px;
    position: relative;
}
#date {
    position: absolute;
    right: 10px;
    top: 5px;
    text-align: right;
    opacity: .5;
    font-size: 10px;
    text-transform: uppercase;
}
#featured {
    margin: 0;
    padding: 0;
    width: 310px;
    height: 210px;
}
.threecols {
    margin: 30px 0;
    clear: both;
}
.onecol,
.onecol3 {
    float: left;
    width: 254px;
    height: 221px;
    border-left: 1px solid #494137;
    padding-left: 23px;
    margin-left: 19px;
}
.onecol:first-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.onecol3 {
    width: 385px;
    margin-left: 20px;
    padding-left: 23px;
}
.threecols h3 {
    text-align: center;
    margin-bottom: 10px;
}
.onecol3 h3 {
    font-weight: bold;
}
.posters {
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.posters div {
    width: 120px;
    height: 169px;
    float: left;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.posters div:last-child {
    margin: 0;
}
/* content */

#content {
    margin-bottom: 15px;
    padding: 10px;
    margin-top: 15px;
}
#movieslinks {
    background: rgba(255, 255, 255, .1);
}
#movieslinks a {
    color: white;
    text-decoration: none;
    transition: all .5s;
    font-weight: bold;
    display: inline-block;
    padding: 15px 15px 14px 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
#movieslinks a:hover {
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .2);
}
#top10, #cartc {
    display: inline-block;
    position: relative;
    float: right;
}
#top10cont, #cartccont {
    position: relative;
}
#top10list, #cartlist {
    display: none;
    width: 260px;
    left: -68px;
    top: 0;
    margin-top: 45px;
    position: absolute;
    border: 1px solid #393837;
    padding: 0px;
    z-index: 98;
    text-align: left;
    box-shadow: 0 0 25px #000;
    background: black;
}
#top10list a {
    display: block;
    border-top: 1px solid #222;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
}
#top10list a:first-child {
    border: 0;
}
#top10list a:hover {
    border-color: #222;
    background: #222;
    color: #fff262;
}
#top10cont:hover #top10list, #cartccont:hover #cartlist {
    display: block !important;
}
#cartcounter {
    color: rgba(255,255,255,.8) !important;
    font-weight: normal !important;
}
#cartcounter span {
    border-bottom: 1px solid rgba(255,255,255,.4);
    
}
#cartlist {
    width: 300px;
    left: -120px;
}
#cartlist span {
    float: right;
    color: #ddd;
    font-size: 12px;
    text-align: right;
}
#cartlist div {
    padding: 20px;
    font-size: 12px;
}
#cartlist .addtocart {
    position: relative;
    width: 260px;
    bottom: auto;
    right: auto;
    padding: 10px 10px 9px 10px;
    font-size: 16px;
    padding: 6px 6px 5px 6px;
    border-bottom: 1px solid rgba(255, 0, 0, .4);
    margin: 0 auto 20px;
    display: block;
}
#cartlist .addtocart:hover {
    border-bottom: 1px solid rgba(255, 0, 0, .8);
    background: rgba(255, 0, 0, .7);
}
#cartlist hr {
    background: #444;
}
#count {
    display: inline;
    font-weight: bold;
    color: white;
}
.movietype {
    text-align: center;
    margin: 20px 0 20px 0;
    height: 43px;
    display: table;
    font-size: 200%;
}
.movietype span {
    display: table-cell;
    position: relative;
    top: 7px;
    width: 50%;
}
.movietype div {
    display: table-cell;
    padding: 0 10px 0 10px;
    white-space: nowrap;
}
.movie,
.package {
    position: relative;
    height: 170px;
    margin-top: 15px;
    padding: 20px;
}
.movieBig,
.packageBig,
.bigpackage,
.bigmovie {
    position: relative;
    height: 180px;
    margin-top: 15px;
    padding: 20px;
}
.movie .text,
.package .text,
.bigpackage .text {
    position: absolute;
    bottom: 15px;
    left: 285px;
    font-size: 14px;
    line-height: 19px;
}
.package .text,
.bigpackage .text {
	width: 510px;
	bottom: 17px;
}
.twentymovies {
	margin-top: 5px;
	font-size: 63%;
}
.twentymovies span {
	margin-right: 8px;
}
.package:after, .bigpackage:after, .hdm:after, .remastered:after {
    position: absolute;
    top: 10px;
    left: 10px;
    content: 'PACKAGE';
    background: #ffde00;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    display: inline-block;
    padding: 4px;
    margin: 0;
    z-index: 99;
    color: black;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .1);
}
.hdm:after {
    content: 'HD';
    background: #e30000;
    font-size: 20px;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    padding-bottom: 5px;
}
.remastered:after {
    content: 'REMASTERED';
    background: #004fd2;
    font-size: 15px;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
/*
.bigpackage:after {
	content: 'BIG PACKAGE';
	background: aquamarine;
}
*/
.package a {
    margin-right: 5px;
}
.package .packs {
    float: left;
    margin-right: 5px;
}
.package .text {
    
}
.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,
.bigpackage h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
    color: white;
    line-height: 30px;
    position: absolute;
    top: 20px;
    left: 285px;
}
.text span {
    color: #ccc;
}
.rating {
    width: 80px;
    height: 16px;
    background: url(images/star-off.png);
    position: relative;
    float: left;
    top: 3px;
}
.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: absolute;
    bottom: 18px;
    left: 531px;
    font-size: 12px
}
.infobox2 {
    font-size: 10px;
}
.subs {
    margin: 5px 0 5px 0;
    opacity: .9;
}
.addtocart,
.addtocart:active,
.addtocart:focus,
.details,
.cart,
.cart:active,
.cart:focus,
.cart:visited,
.redb,
.redb:active,
.redb:focus,
.redb:visited,
.dlbutton {
    display: block;
    text-decoration: none;
    position: absolute;
    color: white;
    font-size: 20px;
    line-height: 20px;
    box-sizing: border-box;
    font-weight: bold;
    padding: 10px 10px 9px 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    background: rgba(255, 0, 0, .5);
    border: 0;
    border-bottom: 1px solid rgba(255, 0, 0, .4);
    cursor: pointer;
    text-shadow: 1px 1px 1px #000;
    right: 20px;
    bottom: 20px;
    letter-spacing: 1px;
    margin: 0;
    transition: all .5s;
    text-align: center;
}
.addtocart {
    width: 140px;
}
.addtocart:hover,
.cart:hover,
.redb:hover {
    border-bottom: 1px solid rgba(255, 0, 0, .8);
    background: rgba(255, 0, 0, .7);
}
.details, .dlbutton {
    bottom: auto;
    top: 20px;
    background: rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.details:hover, .dlbutton:hover {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .2);
    color: white;
}
.details:visited, .dlbutton:visited {
    color: white;
}
.dlbutton, .redb, .redb:focus, .redb:active {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    display: inline-block;
}
.already,
.already:focus,
.already:active
{
    cursor: pointer;
    background: rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.already:hover {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .2);
    color: white;
}
.alreadytext {
    position: absolute;
    right: 20px;
    bottom: 70px;
    color: gray;
    width: 140px;
    text-align: center;
    font-weight: bold;
    opacity: 0;
}
#message {
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 10px;
    right: 130px;
    background: rgba(255, 0, 0, .8);
    font-weight: bold;
    padding: 10px;
    color: white;
    z-index: 999;
}
#checkout_fixed {
	display: none;
	position: fixed;
	z-index: 999;
	right: 10px;
	bottom: 10px;
	width: 110px;
	opacity: 0;
}
#fixcheckout {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 100px;
}
#buy {
    position: relative;
    bottom: auto;
    right: auto;
    float: right;
    padding: 15px 15px 14px 15px;
    width: 180px;
    margin: 20px 0 30px 0;
}
/* one movie */
.trailerlink, .screenshotslink {
    position: relative;
    padding-left: 40px !important;
}
.trailerlink img, .screenshotslink img {
    width: 26px;
    position: absolute;
    top: 10px;
    left: 9px;
}
.onemovie {
    position: relative;
}
.detailspicture {
    margin-bottom: 10px;
}
.sdmovie .detailspicture {
    float: left;
    margin: 0 15px 0 10px;
}
.texts {
    padding: 0px 10px 10px 10px;
    margin-bottom: 20px;
}
.sdmovie .texts {
    padding: 0;
    margin: 0;
    position: relative;
    top: -15px;
}
.onemovie h2 {
    margin: 0 !important;
    height: 70px;
    font-size: 50px;
    padding-left: 10px;
    line-height: 55px;
}
.onemovie .price {
    position: absolute;
    text-align: right;
    top: 15px;
    right: 170px;
    color: #ccc;
    font-size: 18px;
}
.onemovie .price strong {
    color: #fff;
}
.onemovie .addtocart {
    bottom: auto;
    top: 10px;
    right: 10px;
}
.onemovie .text {
    line-height: 19px;
}
.onemovie .dvdshop {
    position: relative;
    top: auto;
    left: 30px;
    bottom: auto;
}
.detailstext {
    width: 500px;
    height: 160px;
    position: absolute;
    right: 10px;
    top: 385px;
    background-size: contain;
    background-repeat: no-repeat;
}
.sdmovie .detailstext {
    width: 475px;
    height: 178px;
    top: 208px;
    left: 248px;
    right: auto;
}
@media only screen and (max-width: 767px){ 
	.detailstext {
		display: none !important;
	}
}
iframe {
    width: 100%;
    height: 675px;
    overflow: hidden;
}
.trailer {
    text-align: center;
    margin-top: 20px;
    clear: both;
}
.sdmovie .trailer {
    margin-top: 230px;
}
.trailertext .button {
    display: inline-block;
    margin: 10px;
}
#video {
    border: 1px solid #333;
    margin: 0 auto;
}
.vjs-big-play-button {
    left: 50% !important;
    top: 50% !important;
    margin-left: -63px !important;
    margin-top: -42px !important;
}
.screenshots {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 10px;
}
.screenshots h3 {
    line-height: 42px;
}
.screenshots a {
    text-decoration: none;
}
.screenshots img {
    border: 1px solid rgba(255, 255, 255, .2);
    height: 97px;
}
/* cart */
#bigform {
    position: relative;
    padding: 20px;
}
#bigform form {
    line-height: 30px;
}
#bigform form a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    color: red;
    text-decoration: none;
    margin-top: 2px;
    background: rgba(255,255,255,.2);
}
#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: 19px 12px;
    padding-left: 50px !important;
}
#bc_button {
    background-image: url(images/bitcoin.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 19px 12px;
    padding-left: 50px !important;
}
#cc_button + span {
    position: relative;
    top: -5px;
}
#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;
}
#recommend {
    position: relative;
}
#recommend span {
    display: block;
    position: absolute;
    top: -40px;
}
#recommend form {
    display: block;
    width: 310px;
    height: 189px;
    float: left;
    margin: 0 0 0 25px;
    position: relative;
    overflow: hidden;
}
#recommend form:first-child {
    margin: 0;
}
#recommend img {
    position: absolute;
    top: 10px;
    left: 10px;
}
#recommend .text {
    position: absolute;
    top: 10px;
    left: 140px;
    font-size: 10px;
}
#recommend strong {
    font-size: 14px;
}
#recommend h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
    line-height: 20px;
}
#recommend .addtocart {
    width: 159px;
    bottom: 10px;
    right: 10px;
}
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;
}
table input, table select {
    width: 225px !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: 0;
    top: -9px;
    bottom: auto;
    height: 40px;
    background-image: url(images/switch.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 9px 10px;
    padding-left: 34px !important;
}
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 {
    height: 200px;
    font-size: 11px;
    margin: 10px auto 5px auto;
    position: relative;
    width: 980px;
}
#footer h3 {
    width: 300px;
    height: 50px;
    text-indent: -9999px;
    background: url(images/mci.png) no-repeat -4px 0;
    background-size: contain;
    margin-bottom: 5px;
}
#footer ul:first-child {
    margin-left: 0px;
}
#footer ul {
    display: block;
    float: left;
    width: 150px;
    line-height: 1.5em;
}
#footer ul.separate {
    /*border-left: 1px solid rgba(255,255,255,.2);*/
    padding-left: 25px;
}
#footer ul:last-child {
    float: right;
}
#footer ul:last-child li {
    text-align: right;
}
#footer li {
    margin-bottom: 3px;
}
#footer a {
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
}
#footer a:hover {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5), 0 0 20px rgba(255, 255, 255, 0.9);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.unsubbox {
    color: #ddd !important;
}
#copyright {
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: 15px;
    color: #777;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    font-size: 10px;
}
#showall {
	display: none;
	margin: 30px auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: relative;
	width: 150px;
}


@media print {
    #footer, #header {
        display: none;
    }
    * {
        color: black !important;
    }
}

@media screen and (max-width: 767px) {
	* {
		box-sizing: border-box;
	}
	body {
		background-attachment: scroll !important;
	}
	#header {
		width: 100%;
		margin: 0;
		background-position: 50% 30px;
		background-size: 370px;
	}
	#header h1:after {
		display: none;
	}
	#header h1 a {
		width: 100%;
	}
	#icons {
		top: 5px;
		right: 5px;
	}
	#nav {
		width: 100%;
	}
	#nav li:nth-child(5) {
		display: none;
	}
	#nav a {
	    padding: 10px 10px 9px 10px;
		font-size: 14px;
	}
	#nav a.active {
		padding-bottom: 7px;
	}
	#nav li:last-child a {
		width: 100px;
	}
	.width {
		width: 100%;
		padding: 20px 5px;
		line-height: 20px;
	}
	body#home .width {
		padding: 0;
	}
	body#movies .width,
	body#cart .width	{
		padding: 20px 0 0 0;
	}
	#newrelease {
		margin: 0;
		width: 100%;
		height: 150px;
	}
	#newreleasebuttons {
		width: 100%;
		height: 150px;
	}
	#buybutton {
		bottom: auto;
		top: 20px;
	}
	.first, .second, .third, .himage {
		background-position: center center;
		background-size: cover;
	}
	#newrelease h2 {
		font-size: 24px;
	}
	#slideleft, #slideright {
		display: none;
	}
	.box3 .sb {
		margin: 0;
	}
	#news {
		width: 100%;
		height: auto;
	}
	#news, .box3 .sb, .box2 .sb, .box1 {
		background: none;
	}
	.box3, .box2, .box1 {
		margin: 0;
	}
	.box2 .sb {
		width: 100%;
		height: auto;
		float: none;
		margin: 0;
		position: auto;
	}
	.box2 .sb img {
		width: 100%;
	}
	.box2 .sb:first-child {
		display: none;
	}
	.sb a {
		position: relative;
		display: inline;
	}
	#loginform h2 {
		padding: 20px;
		margin: 0;
	}
	#emaildiv, #passdiv {
		position: relative;
		bottom: auto;
		left: 0;
		padding-left: 30px;
	}
	#passdiv {
		margin-top: 10px;
		padding-bottom: 20px;
	}
	input[type=text], input[type=password] {
		width: 180px;
	}
	#submit {
		bottom: 20px;
		width: 90px;
	}
	.box1 {
		height: auto;
	}
	.box1 img {
	}
	.box1 a {
		position: relative;
		top: auto;
		left: auto;
	}
	.box1 a img:nth-child(n+5) {
		display: none;
	}
	#footer {
		width: 100%;
		height: auto;
		margin: 0;
	}
	#footer ul {
		display: none;
	}
	#footer ul:last-child {
		height: auto;
		margin: 0;
		display: block;
		width: 100%;
	}
	#footer a {
		padding: 5px;
		z-index: 9999;
	}
	#footer ul:last-child li {
		text-align: center;
	}
	#copyright {
		position: relative;
		clear: both;
		padding: 20px;
		text-align: center;
		font-size: 8px;
	}
	#banners img {
		max-width: 80%;
	}
	#top10 {
		display: none;
	}
	#top10list, #cartlist {
		z-index: 1000;
	}
	.movie, .package {
		height: auto;
		padding-bottom: 120px;
	}
	.movie a:first-child img {
		width: 100%;
	}
	.movie h3, .package h3 , .movie .text, .package .text {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		width: auto;
		height: auto;
	}
	.movie .text, .package .text  {
		font-size: 90%;
	}
	.movie h3, .package h3 {
		font-size: 21px;
	}
	.poster3 .p1 {
		position: relative;
		width: 39.6%;
	}
	.poster3 .p2, .poster3 .p3 {
		width: 35%;
		position: absolute;
		top: 20px;
		left: 34%;
	}
	.poster3 .p3 {
		left: auto;
		right: 20px;
	}
	.poster3 > img {
		width:100%;
	}
	.poster2 a img {
		width: 48.5%;
	}
	.details, .dlbutton {
		bottom: 20px;
		left: 20px;
		width: 150px;
		font-size: 14px;
		top: auto;
	}
	div.trailer a.dlbutton {
		left: auto !important;
		bottom: auto !important;
		width: auto !important;
	}
	#message {
		max-width: 95%;
		margin-left: 10px;
	}
	.dvdshop {
		bottom: 68px;
		left: 28px;
		font-size: 11px;
	}
	div.width div.movie:nth-child(n+20),
	#classics,
	#lomp, 
	#best,
	#movieslinks a:nth-child(2),
	#movieslinks a:nth-child(3)
	{
		display: none;
	}
	#showall {
		display: block;
	}
	.addtocart {
		display: block !important;
	}
	.onemovie h2 {
		font-size: 35px;
		margin-bottom: 60px !important;
	}
	.onemovie .addtocart, .onemovie .price {
		top: 70px;
	}
	.detailspicture {
		width: 97%;
		margin: 0 0 10px 0 !important;
	}
	.onemovie .dvdshop {
		left: 0;
		display: block;
	}
	div.onemovie iframe {
		height: 500px;
	}
	#video {
		width: 100% !important;
		height: 240px !important;
	}
	.width h2:first-child {
		font-size: 30px;
	}
	#webpassinfo {
		display: none;
	}
	table, iframe, .cardPayment {
		width: 100% !important;
	}
	table input, table select, .longselect, table textarea {
		width: 90% !important;
	}
	table .cart {
		font-size: 16px !important;
		padding: 10px!important;
		margin: 20px 0 0 0 !important;
		width: 90% !important;
	}
	tr td:first-child {
		font-size: 12px;
	}
	#switch {
		display: none;
	}
	#cc_text {
		display: none;
	}
	#cc_button + .small {
	    display: block;
		margin-top: 20px;
	}
	#bc_text {
		width: auto;
		margin: 0;
	}
	#bigform div.centered {
		margin-top: 30px;
	}
	form.cnpForm *, form.cnpForm input, form.cnpForm button, form.cnpForm select, form.cnpForm textarea {
		font-size: 13px !important;
	}
	button.cardSubmitButton {
	margin: 10px 0 !important;
	padding: 10px !important;
	font-size: 26px !important;
	}
	.cnpForm .expiryYearSelectBox {
		float: none !important;
	}
	#recommend form ,
	#recommend form:first-child {
	width: 100%;
	margin: 0 0 10px 0;
	}
	
}