/* 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: #111;
    font-family:'Open Sans Condensed', sans-serif;
    color: #eee;
    font-size: 100%;
    font-weight: normal;
}
a {
    color: #C2D1E1;
}
a:hover {
    color: #A4C1DF;
}
a:visited {
    color: #9AADC2;
}
a img {
    border: 0;
}
a:focus, a:active {
    outline: 0;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
.small {
    font-size: 75%;
    font-family:'Open Sans', sans-serif;
    color: #ccc;
}
.red {
    color: #FF4646 !important;
    font-weight: bold !important;
}
h2, h3 {
    font-size: 300%;
    font-family:'Open Sans Condensed', sans-serif;
    margin-bottom: 50px;
}
h3 {
    font-size: 200%;
}
/* header */
h1 {
    width: 600px;
    height: 125px;
    background: url(images/epc_flat.png) no-repeat;
    margin: 0 0 5px 0;
    background-position: -10px 0px;
	position: relative;
	top: 8px;
}
h1 a {
    display: block;
    width: 450px;
    height: 125px;
    text-indent: -9999px;
}
#header, .contgray, .contblack {
    border-bottom: 1px solid #444;
}
#header {
    background: black url(images/loading.gif) center center no-repeat;
    overflow: hidden;
    height: 500px;
    position: relative;
}
#header .width {
    height: 500px;
}
#header.inner, #header.inner .width {
    height: 175px;
}
#header.inner {
    background: black top center no-repeat;
	overflow: visible;
}
#headeranim, #first, #second, #third {
    position: absolute;
    width: 100%;
    height: 100%;
}
.himage {
    position: absolute;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
}
.htext {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 300%;
    color: white;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5);
}
.left {
    position: absolute;
    left: 0;
    bottom: 10px;
}
.right {
    position: absolute;
    right: 0;
    bottom: 10px;
}

#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);
    }
}
.contgray, .contblack {
    padding: 30px 0 30px 0;
}
.smallpadding {
    padding: 15px 0;
}
.contblack {
    background: black;
}
.width {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.width:after, .update:after, #nav:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.read {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4em;
}
#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;
    z-index: 99;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5);
}
#nav li {
    float: left;
    margin-right: 20px;
}
#nav a, #nav a:visited {
    padding-top: 5px;
    display: block;
    color: #eee;
    text-decoration: none;
    font-size: 125%;
    font-weight: bold;;
    -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);
    text-transform: capitalize;
}
#nav a:hover, #nav a.active {
    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);
}
#nav li:last-child {
    float:right;
    margin: 0;
}
#nav .button {
    display: inline-block;
    margin-left: 5px;
    font-size: 100% !important;
    color: #fff !important;
}

#nav h3 {
	margin: 0 !important;
}

/* mu layer */

#mulayer {
	display: none;
	background: rgba(0,0,0,.8);
    width: 930px;
    height: 315px;
    transform: translateX(-28%) 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;
}


#welcome {
    display: block;
    width: 100%;
    position:absolute;
    bottom: 10px;
    color: white;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5);
}
#welcome div {
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 250%;
    font-weight: bold;
}
#welcome span {
    position:absolute;
    bottom: 0;
    left: 128px;
    text-align: right;
    font-size: 135%;
    text-transform: uppercase;
}

#joinsingle, #joindual, #joindual2{
	display: none;
    width: 210px;
	height: 55px;
    text-align: right;
	padding: 21px 210px 10px 0;
    color: white;
    line-height: 1.2em;
    font-size: 120%;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5);
}
#joinsingle {
	font-size: 100%;
	height: 40px;
}
#joinsingle {
    bottom: 199px;
    padding-top: 15px;
}
#joindual {
    bottom: 106px;
    border-top: 1px solid rgba(255,255,255,.3);
}
#joindual2 {
    bottom: 10px;
    border-top: 1px solid rgba(255,255,255,.3);
}
#joinsingle strong, #joindual strong, #joindual2 strong {
    font-size: 150%;
    position: relative;
    right: -3px;
}
#joinsingle .button, #joindual .button, #joindual2 .button {
    display: inline-block;
    font-size: 100%;
    position: absolute;
    right: 0;
    top: 15px;
    width: 180px;
}
#joinsingle .button {
	font-size: 80%;
}
#joinsingle .button span:first-child {
	font-size: 150%;
}
#joindual .button span:first-child, #joindual2 .button span:first-child  {
    font-size: 150%;
}
#joinsingle .button span:last-child, #joindual .button span:last-child, #joindual2 .button span:last-child {
    position: relative;
    font-size: 175%;
    font-weight: normal;
    right: 0;
    -webkit-transition: right .2s linear;
    transition: right .2s linear;
}
#joinsingle .button:hover span:last-child, #joindual:hover .button span:last-child, #joindual2:hover .button span:last-child {
    right: -3px;
}

/* join&bc 2017 */

#join2017, #bc2017, #passport2017 {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 307px;
}

div#join2017, #passport2017 {
    bottom:  126px;
    font-size: 12px;
    line-height: 27px;
}
div#join2017 a, #passport2017 a {
    text-transform: none;
    letter-spacing: 1px;
    font-weight: normal;
	padding-bottom: 4px;
}
div#join2017 a:first-line, #passport2017 a:first-line {
	font-size: 25px;
}
div#join2017 a span, #passport2017 a span {
    font-weight: bold;
}
#passport2017 {
	bottom: 52px;
}
#passport2017 a {
	background: rgba(245, 232, 136, .8);
	border: 1px solid #e0da5c;
	color: black;
	text-shadow: 1px 1px 0px rgba(255,255,255,.5);
}
#passport2017 a:hover {
	border: 1px solid #e0da5c !important;
    box-shadow: 0 0 15px  rgba(245, 232, 136, .8) !important;
    text-shadow: 1px 1px 0px rgba(255,255,255,.5) !important;
}

div#bc2017 a {
    font-size: 14px;
	padding-bottom: 8px;
}
div#bc2017 a span {
    color: #f7931a;
}
div#bc2017 a img {
    width: 16px;
    position: relative;
    top: 3px;
    margin-right: 2px;
}

/* forms */
 button, input, select, textarea {
    font-family: 'Open Sans', sans-serif;
}
input[type='text'], select {
    border: 1px solid gray;
    background: #f7f7f7;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, .15);
}
input[type='text']:focus, select:focus {
    outline: 0;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}
.searchform {
    position: absolute;
    right: 0;
    top: 0;
}
.searchform input[type='text'] {
    padding: 4px;
    width: 165px;
}
label {
    font-size: 85%;
    color: #aaa;
    display: block;
    margin-bottom: 3px;
}
.search {
    font-size: 12px !important;
    cursor: pointer;
    display: inline-block !important;
}
.sortbyform {
    position: relative;
    top: 0;
    left: 0;
}
.sortbyform select {
    padding: 4px;
    width: 200px;
}
.pager {
    position: absolute;
    left: 50%;
    margin-left: -125px;
    top: 1px;
    width: 250px;
    text-align: center;
}
.pager form {
    display: inline-block;
}
.pager select {
    padding: 4px;
    display: inline-block;
    margin: 0 10px 0 10px;
    position:relative;
    top: -1px;
}
.prevpage, .nextpage {
    font-size: 100% !important;
    display: inline-block !important;
    position: relative;
}
.prevpage {
    padding-left: 20px !important;
}
.nextpage {
    padding-right: 20px !important;
}
.prevpage span, .nextpage span  {
    position: absolute;
    top: 0px;
    font-size: 150%;
    font-weight: normal;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.prevpage span {
    left: 5px;
}
.nextpage span {
    right: 5px;
}
.prevpage:hover span {
    left: 3px;
}
.nextpage:hover span {
    right: 3px;
}
/* update */
 .update {
    position: relative;
    border-bottom: 1px solid #444;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.update:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.hdbadge, .discountbadge {
    position: absolute;
    top: -4px;
    left: -4px;
    border-radius: 3px;
    font-size: 120%;
    font-weight: bold;
    color: white;
    background: #b90303;
    padding: 5px;
    z-index: 99;
    letter-spacing: 0.1em;
}
.discountbadge {
    font-size: 150%;
    background: #e00707;
    border: 2px solid white;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    letter-spacing:normal;
}
.images {
    position: relative;
    width: 644px;
    height: 316px;
    float: left;
}
.images img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.images img:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.six .shot1, .six .shot2, .six .shot3, .six .shot4, .six .shot5, .six .shot6 {
    position: absolute;
    width: 212px;
    height: 156px;
}
.six .shot1 {
    left: 0px;
}
.six .shot2 {
    left: 216px;
}
.six .shot3 {
    left: 432px;
}
.six .shot4 {
    left: 0px;
    bottom: 0;
}
.six .shot5 {
    left: 216px;
    bottom: 0;
}
.six .shot6 {
    left: 432px;
    bottom: 0;
}
.five .shot1, .five .shot2, .five .shot3, .five .shot4 {
    position: absolute;
    width: 200px;
    height: 153px;
}
.five .shot1 {
    left: 234px;
}
.five .shot2 {
    left: 444px;
}
.five .shot3 {
    left: 234px;
    top: 163px;
}
.five .shot4 {
    left: 444px;
    top: 163px;
}
.two .shot1, .two .shot2 {
    position: absolute;
    width: 320px;
    height: 316px;
}
.two .shot2 {
    left: 324px;
}
.text {
    line-height: 1.4em;
    float: right;
    width: 305px;
    height: 316px;
    position: relative;
}
.text .details {
    font-family: 'Open Sans', sans-serif;
    font-size: 75%;
}
.text h2 {
    font-size: 115%;
    margin-bottom: 10px;
    color: white;
    font-weight: bold;
}
.text .date {
    float: right;
    font-size: 80%;
    color: #999;
}
.text span {
    color: #ccc;
}
.wmv {
    background: url(images/wmv.png) 0 3px no-repeat;
    padding-left: 15px;
    margin-left: 2px;
    color: #eee !important;
}
.mp4 {
    background: url(images/mp4.png) 0 3px no-repeat;
    padding-left: 28px;
    margin-left: 10px;
    color: #eee !important;
}
.trailerb {
    position: absolute;
    bottom: 45px;
    width: 293px;
}
.joinb {
    position: absolute;
    bottom: 0;
    width: 293px;
}
.button {
    clear: both;
    display: block;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-size: 125%;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5);
}
.button:visited, .button:hover {
    color: white;
}
.gray {
    border: 1px solid #555 !important;
    background: rgba(34, 34, 34,.8);
	/*
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzJjMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4c4c4c 0%, #2c2c2c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(100%, #2c2c2c));
    background: -webkit-linear-gradient(top, #4c4c4c 0%, #2c2c2c 100%);
    background: -o-linear-gradient(top, #4c4c4c 0%, #2c2c2c 100%);
    background: -ms-linear-gradient(top, #4c4c4c 0%, #2c2c2c 100%);
    background: linear-gradient(to bottom, #4c4c4c 0%, #2c2c2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#2c2c2c', GradientType=0);
	*/
}
.gray:hover {
    border: 1px solid #616161 !important;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3) !important;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5), 0 0 15px rgba(255, 255, 255, 0.8) !important;
}
.color {
    border: 1px solid #e33704;
    background: rgba(210, 48, 0,.8);
	/*
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyMzAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2FhMWYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #d23000 0%, #aa1f00 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d23000), color-stop(99%, #aa1f00));
    background: -webkit-linear-gradient(top, #d23000 0%, #aa1f00 99%);
    background: -o-linear-gradient(top, #d23000 0%, #aa1f00 99%);
    background: -ms-linear-gradient(top, #d23000 0%, #aa1f00 99%);
    background: linear-gradient(to bottom, #d23000 0%, #aa1f00 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d23000', endColorstr='#aa1f00', GradientType=0);
	*/
}
.color:hover {
    border: 1px solid #ff511e !important;
    box-shadow: 0 0 15px rgba(255, 92, 45, 0.8) !important;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5), 0 0 15px rgba(255, 255, 255, 0.8) !important;
}
.rating {
    width: 80px;
    height: 16px;
    background: url(images/star-off.png);
    position: relative
}
.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;
}
.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);
}
/* update */
.video_sd_c, .video_hd_c {
    width: 642px;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin: 10px auto 50px auto;
}
.video_hd_c {
    width: 845px;
}
#video {
    border: 1px solid #333;
    margin: 0 auto;
}
.updateone .videodiv {
}
.updateone .videotext {
    position: relative;
    margin-bottom: 50px;
}
.updateone .ratingdiv {
    text-align: left;
    display: inline-block;
    margin: 30px 0px 30px 0;
    vertical-align: top;
}
.updateone .appearsdiv {
    display: inline-block;
    margin: 30px 60px 30px 0;
    text-align: left;
    vertical-align: top;
}
.videotext {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
}
.videotext .button {
    display: inline-block;
    margin: 10px;
}
.videotext .button span {
    font-size: 75%;
    font-weight: normal;
}
.screenshots {
    text-align: center;
}
.screenshots a {
    display: inline-block;
}
.screenshots img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.screenshots a:hover img {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3) !important;
}
.updatepager {
    float: right;
    font-family: 'Open Sans Condensed', sans-serif;
}
.updatepager .button {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
#banners a {
    display: block;
    width: 460px;
    margin: 0 auto;
    margin-bottom: 10px;
}
#singledual {
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}
#singledual .button {
    display: inline-block;
    font-size: 95%;
    margin: 5px;
}
#singledual .button span {
    font-weight: normal;
}
#singledual .button span:last-child {
    font-weight: bold;
    color: #ff511e;
    font-size: 130%;
}
#singledual .color span:last-child {
    color: white;
}
#singledual div.button {
    border: none;
    box-shadow: none;
}
#singledual div.button:hover {
    border: none !important;
    box-shadow: none !important;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5) !important;
}
/* trailer */
.trailer_sd_c, .trailer_hd_c {
    background: #111;
    width: 640px;
    height: 640px;
    overflow: hidden;
    position: relative;
}
.trailer_hd_c {
    width: 843px;
}
.vjs-big-play-button {
    left: 50% !important;
    top: 50% !important;
    margin-left: -63px !important;
    margin-top: -42px !important;
}
.trailertext {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
}
.trailertext .button {
    display: inline-block;
    margin: 10px;
}
/* footer */
 #footer {
    height: 230px;
    background: black url(content-images/epc_footer.jpg) top center no-repeat;
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 70%;
}
#footer h3 {
    width: 300px;
    height: 50px;
    text-indent: -9999px;
    background: url(images/epc_flat.png) no-repeat -4px 0 ;
    background-size:contain;
    margin-bottom: 5px;
}
#footer .width {
    height: 230px;
}
#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 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);
}
#footer ul:last-child a {
    color: #ddd !important;
}
#copyright {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #777;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    font-size: 80%;
}