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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
@import url("http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=latin,cyrillic-ext,cyrillic,greek-ext,greek,latin-ext,vietnamese");
.listii .mask {
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.listii .mask .arrow {
  background: url("/images/footer/upArrow.png") center center no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transition: transform 0.5s;
}
.listii .mask .arrow.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.listii .mask ul {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: inherit;
}
.listii .mask ul li {
  width: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-left: 10px;
}
.listii .mask ul li a,
.listii .mask ul li a:active,
.listii .mask ul li a:visited {
  font-family: "Passion One", sans-serif;
  color: #000;
  size: 20px;
  text-decoration: none;
  cursor: pointer;
}
.listii .mask ul li a:hover {
  color: #515151;
}
sup {
  vertical-align: super;
  font-size: 8px;
}
body {
  width: 100%;
  height: 100%;
  background: #000;
  margin: 0;
  font-weight: 400;
  -webkit-text-shadow: 0 0 2px rgba(0,0,0,0.3);
  -moz-text-shadow: 0 0 2px rgba(0,0,0,0.3);
  text-shadow: 0 0 2px rgba(0,0,0,0.3);
}
#site {
  width: 100%;
  height: 100%;
  min-width: 100;
  position: relative;
  background: #000;
  overflow: hidden;
}
.release {
  background-image: url("/images/date/release.png");
}
.prerelease {
  background-image: url("/images/date/pre_release.png");
}
div {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
  border: none;
}
#content {
  position: relative;
  z-index: 2;
}
#content #sidebar {
  position: fixed;
  top: 0px;
  left: 0px;
}
#content #main {
  position: relative;
}
#content #social {
  width: 360px;
  height: 26px;
  position: fixed;
  right: 0px;
  top: 4px;
  display: none;
}
#content #social .fb,
#content #social .tw,
#content #social .yt {
  float: left;
  margin: 2px 4px;
}
#content #social .fb-like,
#content #social .tw-share {
  float: left;
  margin: 6px 4px;
}
#content #social .fb-life {
  width: 77px;
  float: left;
}
#content #social .tw-share {
  width: 77px;
  float: left;
}
#content #social #sound {
  height: 26px;
  width: 26px;
  float: left;
  margin: 2px 4px;
  background: url("/images/controls/soundOn.png") center center no-repeat;
}
#content #social #sound.off {
  background: url("/images/controls/soundOff.png") center center no-repeat;
}
#content #social #feeds {
  width: 345px;
  margin-left: 12px;
}
#content #footer {
  position: fixed;
  bottom: -104px;
  width: 100%;
  height: 150px;
  background: #000;
}
#overlay {
  z-index: 10;
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
#overlay .plate {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}
#overlay .overlayContent {
  position: absolute;
  width: 100%;
  height: 100%;
}
#sidebar .logo {
  width: 250px;
  height: 115px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-top: 5px;
  cursor: pointer;
}
#sidebar .dhdLogo {
  display: block;
  width: 250px;
  height: 78px;
  background-position: 10px 0px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  cursor: pointer;
}
#sidebar #boxart {
  display: block;
  width: 176px;
  height: 210px;
  background-repeat: no-repeat;
  position: absolute;
  left: 250px;
  top: 5px;
}
#sidebar #date {
  width: 255px;
  height: 50px;
  background-repeat: no-repeat;
}
#sidebar #date.prerelease {
  background-position: 44px 8px;
}
#sidebar #date.release {
  background-position: 44px 8px;
}
#sidebar #nav .subNavList {
  position: absolute;
  left: 250px;
}
#sidebar #nav .subNavList li .label {
  font-size: 18px;
}
#sidebar #nav .subNavList li div {
  width: 0px;
}
#sidebar #nav ul {
  margin: 0;
  padding: 0;
}
#sidebar #nav ul li {
  position: relative;
  margin: 0 0 4px 0;
  width: 245px;
  height: 40px;
  cursor: pointer;
  list-style: none;
}
#sidebar #nav ul li div {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  width: 245px;
  height: 40px;
}
#sidebar #nav ul li div ul.icons {
  display: none;
  width: 245px;
  height: 40px;
  position: absolute;
  margin-left: 7px;
}
#sidebar #nav ul li div ul.icons li {
  float: left;
  position: static;
  width: auto;
  height: 30px;
  margin-top: 5px;
}
#sidebar #nav ul li div ul.icons li a {
  position: static;
  padding-left: 0px;
  display: block;
  height: 30px;
  width: auto;
  overflow: hidden;
}
#sidebar #nav ul li div ul.icons li a:hover img {
  position: relative;
  top: -30px;
}
#sidebar #nav ul li div .plate {
  width: 245px;
  height: 40px;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
}
#sidebar #nav ul li div .nPlateOver,
#sidebar #nav ul li div .snPlateOver {
  position: absolute;
  width: 0px;
  height: 40px;
  background: #c42611;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -ms-transition: width 0.5s;
  transition: width 0.5s;
}
#sidebar #nav ul li div .nPlateOver.over,
#sidebar #nav ul li div .snPlateOver.over {
  width: 245px;
}
#sidebar #nav ul li div .label,
#sidebar #nav ul li div a,
#sidebar #nav ul li div a:hover,
#sidebar #nav ul li div a:link,
#sidebar #nav ul li div a:visited {
  font-family: 'Passion One', sans-serif;
  width: 245px;
  height: 40px;
  list-style: none;
  color: #c1c1c1;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  padding-left: 10px;
  text-decoration: none;
}
#sidebar #promos {
  position: relative;
  overflow: hidden;
  width: 280px;
}
#sidebar #promos a,
#sidebar #promos a:hover,
#sidebar #promos a:active,
#sidebar #promos a:link,
#sidebar #promos a:visited {
  text-decoration: none;
}
#sidebar #promos #mOver {
  width: 350px;
  position: absolute;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#sidebar #promos ul {
  position: absolute;
  top: 0px;
  left: 10px;
  margin: 0;
  padding: 0;
}
#sidebar #promos ul li {
  position: relative;
  margin: 10px 0 0 0;
  width: 230px;
  height: 150px;
  cursor: pointer;
  list-style: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  left: 0px;
  -webkit-transition: opacity 0.3s, left 0.3s;
  -moz-transition: opacity 0.3s, left 0.3s;
  -o-transition: opacity 0.3s, left 0.3s;
  -ms-transition: opacity 0.3s, left 0.3s;
  transition: opacity 0.3s, left 0.3s;
}
#sidebar #promos ul li.over {
  left: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#sidebar #promos ul li .label {
  width: 230px;
  height: 28px;
}
#sidebar #promos ul li .label .plate {
  width: 230px;
  height: 28px;
  background: #000;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  position: absolute;
}
#sidebar #promos ul li .label .text {
  width: 230px;
  height: 28px;
  font-family: 'Passion One', sans-serif;
  color: #fff;
  line-height: 28px;
  font-size: 24px;
  position: relative;
  margin-left: 5px;
  position: absolute;
}
#sidebar #promos ul li .thumb {
  width: 230px;
  height: 110px;
  border: 1px solid #ccc;
  position: relative;
}
#sidebar #promos ul li .thumb .strap {
  width: 230px;
  height: 41px;
  position: absolute;
  top: 69px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
#sidebar #promos ul li .thumb .strap > .plate {
  width: 230px;
  height: 110px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: absolute;
  background: #000;
}
#sidebar #promos ul li .thumb .strap .icon {
  width: 32px;
  height: 32px;
  padding: 3px 3px 2px;
  float: left;
}
#sidebar #promos ul li .thumb .strap .icon img {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
}
#sidebar #promos ul li .thumb .strap .description {
  float: left;
  width: 190px;
  height: 40px;
}
#sidebar #promos ul li .thumb .strap .description p {
  color: #fff;
  font-family: "Passion One", sans-serif;
  line-height: 14px;
  font-size: 14px;
  padding: 0;
  margin: 8px;
}
#sidebar #promos ul li .thumb img {
  width: 230px;
  position: absolute;
}
#background {
  position: relative;
  z-index: 1;
  background: #000;
}
#background #bg_videos {
  position: relative;
}
#background #bg_videos .video {
  position: absolute;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
/* Firefox 4 */
  -webkit-transition: opacity 0.5s;
/* Safari and Chrome */
  -o-transition: opacity 0.5s;
/* Opera */
}
#background #bg_videos .video.hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#background #bg_images {
  position: relative;
}
#background #bg_images .image {
  position: absolute;
  background: #000;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
/* Firefox 4 */
  -webkit-transition: opacity 0.5s;
/* Safari and Chrome */
  -o-transition: opacity 0.5s;
/* Opera */
}
#background #bg_images .image.hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
@media screen and (max-width:1280px) and (orientation:landscape) {
  video,
  .image > img {
    width: 1491px;
    height: 840px;
  }
  .image > img {
    height: auto;
  }
}
@media screen and (max-width:960px) and (orientation:portrait) {
  video,
  .image > img {
    width: 2275px;
    height: 1280px;
    margin-left: -568px;
  }
  .image > img {
    width: auto;
    margin-left: -420px;
  }
}
#castAndCrew_content {
  position: absolute;
  right: 15px;
  top: 338px;
  width: 410px;
  height: 320px;
}
#castAndCrew_content .head {
  width: 410px;
  height: 40px;
  position: absolute;
}
#castAndCrew_content .head .plate {
  width: 410px;
  height: 40px;
  background: #000;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
#castAndCrew_content .head #prev,
#castAndCrew_content .head #next {
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  cursor: pointer;
  background-position: 50% 50%;
}
#castAndCrew_content .head #prev {
  background: url("../images/controls/leftArrow.png") center center no-repeat;
}
#castAndCrew_content .head #next {
  background: url("../images/controls/rightArrow.png") center center no-repeat;
}
#castAndCrew_content .head .name {
  width: 330px;
  height: 40px;
  float: left;
  position: relative;
  font-family: "Passion One", sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #b60000;
  text-align: center;
  letter-spacing: -1px;
}
#castAndCrew_content .content {
  top: 42px;
  width: 410px;
  height: 278px;
  position: absolute;
}
#castAndCrew_content .content .plate {
  width: 410px;
  height: 278px;
  background: #000;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
#castAndCrew_content .content #container {
  position: relative;
  width: 410px;
  height: 278px;
  clear: both;
}
#castAndCrew_content .content #container .viewport {
  width: 385px;
  height: 250px;
  overflow: hidden;
  position: absolute;
  margin: 15px 0;
}
#castAndCrew_content .content #container .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 15px;
}
#castAndCrew_content .content #container .thumb {
  background-color: #a50000;
}
#castAndCrew_content .content #container .thumb .end {
  background-color: #a50000;
  overflow: hidden;
  height: 5px;
  width: 7px;
}
#castAndCrew_content .content #container .scrollbar {
  position: relative;
  float: right;
  width: 7px;
  margin: 20px 20px 20px 0;
}
#castAndCrew_content .content #container .track {
  background-color: #c0c1c1;
  height: 100%;
  width: 7px;
  position: relative;
}
#castAndCrew_content .content #container .thumb {
  height: 20px;
  width: 7px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}
#castAndCrew_content .content #container .disable {
  display: none;
}
#castAndCrew_content .content #container .noSelect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
#castAndCrew_content .content #container p {
  font-family: "Helvetica", "Verdana", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
}
@media screen and (max-width:960px) and (orientation:portrait) {
  #castAndCrew_content {
    right: 15px;
    top: 650px;
  }
}
@media screen and (max-height:700px) and (orientation:landscape) {
  #castAndCrew_content {
    top: 200px;
  }
}
#videoOverlay {
  width: 1008px;
  height: 602px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#videoOverlay .upper {
  height: 26px;
  width: 1008px;
}
#videoOverlay .upper .upperLeft {
  width: 982px;
  height: 26px;
  float: left;
}
#videoOverlay .upper #close {
  width: 24px;
  height: 24px;
  background: url("/images/controls/x.png") center center no-repeat;
  border: solid 1px #ccc;
  float: left;
  cursor: pointer;
}
#videoOverlay .lower {
  width: 1008px;
  height: 576px;
}
#videoOverlay .lower #vidContent {
  width: 980px;
  height: 576px;
  border: solid 1px #ccc;
  float: left;
  background: #000;
}
#videoOverlay .lower #vidContent iframe {
  margin: 8px;
}
#videoOverlay .lower .lowerRight {
  width: 26px;
  height: 576px;
  float: left;
}
.top {
  height: 60px;
  position: relative;
}
.top .billingContainer {
  margin: 0 auto;
  width: 960px;
  height: 46px;
}
.top .billingContainer #billing {
  top: 0px;
  left: 10px;
  cursor: pointer;
  float: left;
  margin: 0 0 0 10px;
}
.top .billingContainer #billing .label {
  height: 46px;
  font-family: "Passion One", sans-serif;
  font-size: 20px;
  color: #ccc;
  text-align: center;
  float: left;
  line-height: 46px;
}
.top .billingContainer #billing .arrow {
  background: url("../images/footer/downArrow.png") center center no-repeat;
  height: 20px;
  width: 20px;
  margin: 13px 0;
  float: left;
}
.top .billingContainer .legal {
  margin: 0 20px;
  width: 640px;
  height: 46px;
  float: left;
}
.top .billingContainer .legal > .block {
  height: 42px;
  width: 640px;
}
.top .billingContainer .legal > .block > .text {
  height: 36px;
  width: 510px;
  float: left;
}
.top .billingContainer .legal > .block > .text p {
  font-family: arial, helvetica, sans-serif;
  font-size: 9px;
  color: #ccc;
  margin: 6px 0 0;
  text-align: right;
  line-height: 9px;
}
.top .billingContainer .legal > .block > .text p a,
.top .billingContainer .legal > .block > .text p a:visited {
  color: #b60000;
  font-weight: bold;
  text-decoration: none;
}
.top .billingContainer .legal > .block > .text p a:hover {
  text-decoration: underline;
}
.top .billingContainer .legal > .block > .rating {
  float: left;
  height: 36px;
  width: 120px;
  margin: 8px 4px;
}
.top .billingContainer .billingImg {
  width: 640px;
  font-family: "Passion One", sans-serif;
  color: #c1c1c1;
  size: 20px;
  padding-top: 7px;
  line-height: 25px;
  text-align: center;
}
.top .billingContainer .langContainer {
  z-index: 15;
  height: 25px;
  float: right;
  margin: 11px 10px 0 0;
  height: 46px;
}
.top .billingContainer .langContainer .label {
  float: left;
  font-family: "Passion One", sans-serif;
  color: #c1c1c1;
  size: 20px;
  padding-right: 10px;
  line-height: 25px;
}
.top .billingContainer .langContainer #langSelect {
  position: relative;
  float: left;
}
#preloader {
  position: relative;
  width: 722px;
  height: 416px;
  z-index: 16;
  margin: 326px auto;
}
#preloader .logo {
  width: 231px;
  height: 115px;
  position: absolute;
  top: 10px;
  left: 243px;
}
#preloader .dhdLogo {
  display: block;
  width: 250px;
  height: 78px;
  position: absolute;
  top: 123px;
  left: 243px;
}
#preloader .date {
  width: 241px;
  height: 41px;
  position: absolute;
  top: 140px;
  left: 241px;
}
#preloader .date.release,
#preloader .date.prerelease {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 60%;
  -moz-background-size: 60%;
  background-size: 60%;
}
#preloader .loaderbar {
  position: absolute;
  width: 171px;
  height: 12px;
  overflow: hidden;
  top: 215px;
  left: 275px;
}
#preloader .loaderbar .progress {
  width: 0px;
  height: 12px;
  position: absolute;
  background: url("/images/preloader/loader_progress.jpg") center center no-repeat;
}
#preloader .loaderbar .plate {
  width: 208px;
  height: 12px;
  position: absolute;
  background: url("/images/preloader/loader_plate.jpg") center center no-repeat;
}
#preloader .touch {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 722px;
  font-family: "Passion One", sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #d0d0d0;
  text-align: center;
  letter-spacing: -1px;
  cursor: pointer;
  position: absolute;
  top: 215px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#preloader .touch.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#feeds #title {
  width: 330px;
  height: 30px;
  float: left;
  position: relative;
  cursor: pointer;
}
#feeds #title .panel,
#feeds #title .label {
  width: 330px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#feeds #title .panel {
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
#feeds #title .label {
  font-family: "Passion One", sans-serif;
  font-size: 20px;
  color: #c1c1c1;
  margin-left: 5px;
  line-height: 30px;
}
#feeds #title .control {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  background: url("/images/controls/plus.png") center center no-repeat;
}
#feeds #title .control.collapsed {
  background: url("/images/controls/minus.png") center center no-repeat;
}
#feeds #twFeed,
#feeds #fbFeed {
  margin-top: 4px;
  width: 330px;
  height: 259px;
  float: left;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  -ms-transition: height 0.5s;
  transition: height 0.5s;
}
#feeds #twFeed a,
#feeds #fbFeed a,
#feeds #twFeed a:hover,
#feeds #fbFeed a:hover {
  text-decoration: none;
}
#feeds #twFeed > .header,
#feeds #fbFeed > .header {
  width: 330px;
  height: 30px;
  position: relative;
}
#feeds #twFeed > .header > .plate,
#feeds #fbFeed > .header > .plate {
  width: 330px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
#feeds #twFeed > .header > .container,
#feeds #fbFeed > .header > .container {
  position: absolute;
  top: 0px;
  left: 0px;
}
#feeds #twFeed > .header > .container > .icon,
#feeds #fbFeed > .header > .container > .icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
#feeds #twFeed > .header > .container > .label,
#feeds #fbFeed > .header > .container > .label {
  font-family: "Passion One", sans-serif;
  font-size: 20px;
  color: #c1c1c1;
  margin-left: 5px;
  line-height: 30px;
  height: 30px;
  float: left;
  line-height: 30px;
}
#feeds #twFeed > .feedContainer,
#feeds #fbFeed > .feedContainer {
  position: relative;
  width: 330px;
  height: 225px;
}
#feeds #twFeed > .feedContainer > .plate,
#feeds #fbFeed > .feedContainer > .plate {
  width: 330px;
  height: 225px;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
}
#feeds #twFeed > .feedContainer > .feed,
#feeds #fbFeed > .feedContainer > .feed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 330px;
  height: 225px;
}
#feeds #twFeed > .feedContainer > .feed > .viewport,
#feeds #fbFeed > .feedContainer > .feed > .viewport {
  width: 295px;
  height: 205px;
  overflow: hidden;
  position: absolute;
}
#feeds #twFeed > .feedContainer > .feed > .viewport > .overview,
#feeds #fbFeed > .feedContainer > .feed > .viewport > .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 15px;
}
#feeds #twFeed > .feedContainer > .feed > .viewport > .overview > ul,
#feeds #fbFeed > .feedContainer > .feed > .viewport > .overview > ul {
  margin: 0;
  padding: 0;
}
#feeds #twFeed > .feedContainer > .feed > .viewport > .overview > ul > li,
#feeds #fbFeed > .feedContainer > .feed > .viewport > .overview > ul > li {
  list-style: none;
  width: 290px;
  height: 67px;
  border-bottom: solid 1px #c1c1c1;
}
#feeds #twFeed > .feedContainer > .feed > .viewport > .overview > ul > li .userIcon,
#feeds #fbFeed > .feedContainer > .feed > .viewport > .overview > ul > li .userIcon {
  width: 52px;
  height: 67px;
  float: left;
}
#feeds #twFeed > .feedContainer > .feed > .viewport > .overview > ul > li .userIcon img,
#feeds #fbFeed > .feedContainer > .feed > .viewport > .overview > ul > li .userIcon img {
  width: 48px;
  height: 48px;
  margin: 7px 0 0 0;
  border: 2px solid #fff;
}
#feeds #twFeed > .feedContainer > .feed > .viewport > .overview > ul > li .container,
#feeds #fbFeed > .feedContainer > .feed > .viewport > .overview > ul > li .container {
  float: left;
  width: 215px;
  height: 63px;
  margin-top: 5px;
}
#feeds #twFeed > .feedContainer > .feed > .viewport > .overview > ul > li .container .user,
#feeds #fbFeed > .feedContainer > .feed > .viewport > .overview > ul > li .container .user {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  margin-left: 5px;
  font-weight: bold;
}
#feeds #twFeed > .feedContainer > .feed > .viewport > .overview > ul > li .container .status,
#feeds #fbFeed > .feedContainer > .feed > .viewport > .overview > ul > li .container .status {
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  color: #fff;
  margin: 3px 0 0 5px;
  text-decoration: none;
  overflow: hidden;
  height: 40px;
}
#feeds #twFeed > .feedContainer > .feed > .viewport > .overview > ul > li a,
#feeds #fbFeed > .feedContainer > .feed > .viewport > .overview > ul > li a,
#feeds #twFeed > .feedContainer > .feed > .viewport > .overview > ul > li :a:hover,
#feeds #fbFeed > .feedContainer > .feed > .viewport > .overview > ul > li :a:hover,
#feeds #twFeed > .feedContainer > .feed > .viewport > .overview > ul > li a:visited,
#feeds #fbFeed > .feedContainer > .feed > .viewport > .overview > ul > li a:visited,
#feeds #twFeed > .feedContainer > .feed > .viewport > .overview > ul > li a:active,
#feeds #fbFeed > .feedContainer > .feed > .viewport > .overview > ul > li a:active {
  color: #fff;
  text-decoration: none;
}
#feeds #twFeed > .feedContainer .thumb,
#feeds #fbFeed > .feedContainer .thumb {
  background-color: #a50000;
}
#feeds #twFeed > .feedContainer .thumb .end,
#feeds #fbFeed > .feedContainer .thumb .end {
  background-color: #a50000;
  overflow: hidden;
  height: 5px;
  width: 7px;
}
#feeds #twFeed > .feedContainer .scrollbar,
#feeds #fbFeed > .feedContainer .scrollbar {
  position: relative;
  float: right;
  width: 7px;
  margin: 10px 7px 10px 0;
}
#feeds #twFeed > .feedContainer .track,
#feeds #fbFeed > .feedContainer .track {
  background-color: #c0c1c1;
  height: 100%;
  width: 7px;
  position: relative;
}
#feeds #twFeed > .feedContainer .thumb,
#feeds #fbFeed > .feedContainer .thumb {
  height: 20px;
  width: 7px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}
#feeds #twFeed > .feedContainer .disable,
#feeds #fbFeed > .feedContainer .disable {
  display: none;
}
#feeds #twFeed > .feedContainer .noSelect,
#feeds #fbFeed > .feedContainer .noSelect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
#feeds #twFeed.hidden,
#feeds #fbFeed.hidden {
  height: 0px;
}
#partnersOverlay {
  width: 530px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#partnersOverlay .upper {
  height: 26px;
  width: 530px;
}
#partnersOverlay .upper .upperLeft {
  width: 504px;
  height: 26px;
  float: left;
}
#partnersOverlay .upper #close {
  width: 24px;
  height: 24px;
  background: url("/images/controls/x.png") center center no-repeat;
  border: solid 1px #ccc;
  float: left;
  cursor: pointer;
}
#partnersOverlay .lower {
  width: 530px;
  height: 340px;
}
#partnersOverlay .lower .container {
  width: 504px;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  float: left;
  position: relative;
}
#partnersOverlay .lower .container .partner {
  width: 167px;
  height: 167px;
  float: left;
  position: relative;
}
#partnersOverlay .lower .container .partner .partnerInfo {
  width: 341px;
  height: 187px;
  position: absolute;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  top: -187px;
  left: -87px;
  z-index: 150;
}
#partnersOverlay .lower .container .partner .partnerInfo > .body > .plate {
  width: 341px;
  height: 187px;
  position: absolute;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
#partnersOverlay .lower .container .partner .partnerInfo > .body > .text {
  position: absolute;
  width: 341px;
}
#partnersOverlay .lower .container .partner .partnerInfo > .body > .text > .headline {
  width: 317px;
  font-family: "Passion One", sans-serif;
  font-size: 24px;
  color: #f80709;
  text-align: left;
  padding: 5px 12px 0px;
}
#partnersOverlay .lower .container .partner .partnerInfo > .body > .text > .headline a,
#partnersOverlay .lower .container .partner .partnerInfo > .body > .text > .headline a:visited,
#partnersOverlay .lower .container .partner .partnerInfo > .body > .text > .headline a:active {
  text-decoration: none;
  color: #f80709;
}
#partnersOverlay .lower .container .partner .partnerInfo > .body > .text > .headline a:hover {
  text-decoration: underline;
}
#partnersOverlay .lower .container .partner .partnerInfo > .body > .text > .description {
  font-family: "Passion One", sans-serif;
  font-size: 14px;
  color: #cdcdcd;
  text-align: left;
  width: 317px;
  padding: 5px 12px;
}
#partnersOverlay .lower .container .partner .partnerInfo > .body > .text > .description a,
#partnersOverlay .lower .container .partner .partnerInfo > .body > .text > .description a:visited,
#partnersOverlay .lower .container .partner .partnerInfo > .body > .text > .description a:active {
  text-decoration: none;
  color: #cdcdcd;
}
#partnersOverlay .lower .container .partner .partnerInfo > .body > .text > .description a:hover {
  text-decoration: underline;
}
#partnersOverlay .lower .container .partner .partnerInfo > .arrow {
  background: url("/images/partners/assets/arrow.png") center center no-repeat;
  width: 341px;
  height: 29px;
  position: absolute;
  top: 186px;
  left: 0px;
}
#partnersOverlay .lower .container .partner .partnerPlate {
  width: 167px;
  height: 167px;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  background: #000;
  z-index: 10;
}
#partnersOverlay .lower .container .partner .partnerContent {
  width: 167px;
  height: 167px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  position: absolute;
  z-index: 100;
}
#partnersOverlay .lower .container .partner .partnerContent img {
  width: 133px;
  height: 133px;
  margin: 17px;
}
#partnersOverlay .lower .lowerRight {
  width: 26px;
  float: left;
}
#photoGalleryControls {
  position: relative;
  top: 0;
  left: 0;
}
#photoGalleryControls #prev {
  background: url("/images/controls/photoGalLeft.png") center center no-repeat;
  position: absolute;
  left: 20px;
  width: 77px;
  height: 188px;
  cursor: pointer;
}
#photoGalleryControls #next {
  background: url("/images/controls/photoGalRight.png") center center no-repeat;
  position: absolute;
  right: 20px;
  width: 77px;
  height: 188px;
  cursor: pointer;
}
#photoGalleryControls #close {
  height: 26px;
  position: absolute;
  right: 20px;
  top: 50px;
  cursor: pointer;
}
#photoGalleryControls #close .text {
  font-family: "Passion One", sans-serif;
  font-size: 24px;
  line-height: 26px;
  float: left;
  color: #fff;
  padding: 0 5px;
}
#photoGalleryControls #close .img {
  background: url("/images/controls/photoClose.png") center center no-repeat;
  float: left;
  width: 26px;
  height: 24px;
}
#game_content {
  position: absolute;
  left: 280px;
  top: 187px;
  width: 971px;
  height: 490px;
  z-index: -1;
}
#game_content .head {
  width: 971px;
  height: 40px;
  position: absolute;
}
#game_content .head span {
  color: #fff;
}
#game_content .head .plate {
  width: 971px;
  height: 40px;
  background: #000;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
#game_content .head #prev,
#game_content .head #next {
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  cursor: pointer;
  background-position: 50% 50%;
}
#game_content .head #prev {
  background: url("../images/controls/leftArrow.png") center center no-repeat;
}
#game_content .head #next {
  background: url("../images/controls/rightArrow.png") center center no-repeat;
}
#game_content .head .name {
  width: 971px;
  height: 40px;
  float: left;
  position: relative;
  font-family: "Passion One", sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #b60000;
  text-align: center;
  letter-spacing: -1px;
}
#game_content .content {
  top: 42px;
  width: 971px;
  height: 448px;
  position: absolute;
}
#game_content .content .plate {
  width: 971px;
  height: 448px;
  background: #000;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
#game_content .content #container_left {
  position: relative;
  width: 540px;
  height: 448px;
  float: left;
  background: url("../images/game/video_bg.png") 3px 12px no-repeat;
}
#game_content .content #container_left #gameVidContent {
  padding: 42px;
}
#game_content .content #container_left ul.game_download_links {
  margin-left: 47px;
  margin-top: 6px;
}
#game_content .content #container_left ul.game_download_links li {
  float: left;
  margin-right: 17px;
  height: 50px;
  overflow: hidden;
  position: relative;
}
#game_content .content #container_left ul.game_download_links li a {
  display: block;
  height: 50px;
}
#game_content .content #container_left ul.game_download_links li img.coming_soon {
  position: relative;
}
#game_content .content #container_left ul.game_download_links li:hover img.coming_soon {
  top: -50px;
}
#game_content .content #container {
  position: relative;
  width: 430px;
  height: 448px;
  float: left;
}
#game_content .content #container .viewport {
  width: 400px;
  height: 300px;
  position: absolute;
  margin: 30px 0;
}
#game_content .content #container .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 15px;
}
#game_content .content #container .thumb {
  background-color: #a50000;
}
#game_content .content #container .thumb .end {
  background-color: #a50000;
  overflow: hidden;
  height: 5px;
  width: 7px;
}
#game_content .content #container .scrollbar {
  position: relative;
  float: right;
  width: 7px;
  margin: 35px 20px 20px 0;
}
#game_content .content #container .track {
  background-color: #c0c1c1;
  height: 100%;
  width: 7px;
  position: relative;
}
#game_content .content #container .thumb {
  height: 20px;
  width: 7px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}
#game_content .content #container .disable {
  display: none;
}
#game_content .content #container .noSelect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
#game_content .content #container p {
  font-family: "Helvetica", "Verdana", sans-serif;
  color: #ebeef2;
  font-size: 13px;
  line-height: 22px;
  margin: 0px;
}
#game_content .content #container .fb_tab_bar {
  display: block;
  position: absolute;
  bottom: 47px;
  right: 0px;
  width: 403px;
  text-decoration: none;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  padding: 6px;
}
#game_content .content #container .fb_tab_bar .fb {
  float: left;
  margin-right: 22px;
  margin-left: 45px;
}
#game_content .content #container .fb_tab_bar span {
  display: block;
  margin-top: 6px;
  font-family: "Passion One", sans-serif;
  font-size: 16px;
  color: #3b5a97;
}
#game_content .content .clear {
  clear: both;
}
@media screen and (max-width:1250px) and (orientation:portrait) {
  #game_content {
    top: 70px;
    width: 556px;
  }
  #game_content .head {
    width: 100%;
  }
  #game_content .head .plate {
    width: 100%;
  }
  #game_content .head .name {
    width: 100%;
  }
  #game_content .content {
    width: 100%;
  }
  #game_content .content .plate {
    width: 100%;
    height: 735px;
  }
  #game_content .content #container_left {
    height: 400px;
  }
  #game_content .content #container {
    width: 100%;
    height: 365px;
  }
  #game_content .content #container .viewport {
    width: 100%;
  }
}
@media screen and (max-height:700px) and (orientation:landscape) {
  #game_content {
    top: 70px;
  }
}
#ticketsOverlay {
  width: 530px;
  height: 314px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#ticketsOverlay .upper {
  height: 26px;
  width: 530px;
}
#ticketsOverlay .upper .upperLeft {
  width: 504px;
  height: 26px;
  float: left;
}
#ticketsOverlay .upper #close {
  width: 24px;
  height: 24px;
  background: url("/images/controls/x.png") center center no-repeat;
  border: solid 1px #ccc;
  float: left;
  cursor: pointer;
}
#ticketsOverlay .lower {
  width: 530px;
  height: 288px;
}
#ticketsOverlay .lower .ticketsContent {
  width: 502px;
  height: 288px;
  float: left;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  border: 1px solid #ccc;
}
#ticketsOverlay .lower .ticketsContent .header {
  background: url("/images/tickets/header.png") no-repeat;
  display: block;
  width: 404px;
  height: 124px;
  margin: 42px auto 24px;
}
#ticketsOverlay .lower .ticketsContent ul.icons {
  width: 452px;
  height: 45px;
  margin: 0 auto;
}
#ticketsOverlay .lower .ticketsContent ul.icons li {
  float: left;
  position: static;
  width: auto;
  height: 45px;
  margin: 5px 21px;
}
#ticketsOverlay .lower .ticketsContent ul.icons li a {
  position: static;
  padding-left: 0px;
  display: block;
  height: 45px;
  width: auto;
  overflow: hidden;
}
#ticketsOverlay .lower .ticketsContent ul.icons li a:hover img {
  position: relative;
  top: -45px;
}
#ticketsOverlay .lower .lowerRight {
  width: 26px;
  height: 288px;
  float: left;
}
