.mobile{
	display:none;
}
* {
	margin:0px;
}
html, body{
	padding:0px;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/city_bg.jpg);
	background-size:cover;
	background-attachment:fixed;
}
@font-face {
  font-family: 'FuturaLTPro-Bold';
  src: url('FuturaLTPro-Bold.eot?#iefix') format('embedded-opentype'),  url('FuturaLTPro-Bold.otf')  format('opentype'),
	     url('FuturaLTPro-Bold.woff') format('woff'), url('FuturaLTPro-Bold.ttf')  format('truetype'), url('FuturaLTPro-Bold.svg#FuturaLTPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.i{
	font-style:italic;
}
.b{
	font-weight:bold;
}
sup{
	vertical-align: super;
	font-size: 0.5em;
}

#header{
	width:100%;
	background-color:#292929;
	height:150px;
	margin-bottom:-150px;
	position:absolute;
}
#header-content{
	width:960px;
	height:150px;
	margin:auto;
	text-align:center;
}
#the-matchbreaker-logo{
}
#header-menu{
	width:960px;
	height:40px;
	margin-top:0px;
	text-align:left;
	font-family:'FuturaLTPro-Bold';
	font-size:24px;
	color:#ffffff;
}
.menu-item{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	margin:0px 50px 0px 60px;
}
.social{
	display: inline-block;
	margin-left: 30px;
	margin-top: -10px;
	vertical-align: top;
	cursor: pointer;
}
#slider{
	position:absolute;
	top:145px;
	left:350px;
	width:100px;
	height:5px;
	background-color:#FF0004;
}
#trailer-darkroom{
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.95);
	z-index:1;
}
#trailer-container{
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	display:none;
}
#youtube{
	display:block;
	margin:auto;
	margin-top:55px;
	z-index:2;
}
#close-btn{
	position:absolute;
	top:10px;
	right:10px;
	width:35px;
	height:35px;
	background-image:url(../images/close_btn.png);
	cursor:pointer;
	z-index:3;
}
#wrapper{
	margin:0 auto;
	width:960px;
	min-height:100%;
	background-color:#414141;
	/*background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(219,216,219,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(41%, rgba(255,255,255,1)), color-stop(100%, rgba(219,216,219,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(219,216,219,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(219,216,219,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(219,216,219,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(219,216,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbd8db', GradientType=1 );*/
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
}

#spacer{
	height:150px;
}
#content1{
	background-color: #262626;
}
#home-header{
	width:960px;
	height:285px;
	background-image:url(../images/home_header.jpg);
}
#trailer-link{
	position:relative;
	top:156px;
	left:126px;
	width:272px;
	height:90px;
	background-image:url(../images/trailer_btn_out.png);
	cursor:pointer;
}
#digital-banner{
	width: 960px;
	height: 110px;
	background-image: url(../images/digital_download_banner.jpg);
}
.cartBtn {
	margin-top: 10px;
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #41b9bf), color-stop(1, #249ea7));
	background:-moz-linear-gradient(top, #41b9bf 5%, #249ea7 100%);
	background:-webkit-linear-gradient(top, #41b9bf 5%, #249ea7 100%);
	background:-o-linear-gradient(top, #41b9bf 5%, #249ea7 100%);
	background:-ms-linear-gradient(top, #41b9bf 5%, #249ea7 100%);
	background:linear-gradient(to bottom, #41b9bf 5%, #249ea7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#41b9bf', endColorstr='#249ea7',GradientType=0);
	background-color:#41b9bf;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1b787d;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b6178;
	overflow: hidden;
}
.cartBtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #249ea7), color-stop(1, #41b9bf));
	background:-moz-linear-gradient(top, #249ea7 5%, #41b9bf 100%);
	background:-webkit-linear-gradient(top, #249ea7 5%, #41b9bf 100%);
	background:-o-linear-gradient(top, #249ea7 5%, #41b9bf 100%);
	background:-ms-linear-gradient(top, #249ea7 5%, #41b9bf 100%);
	background:linear-gradient(to bottom, #249ea7 5%, #41b9bf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#249ea7', endColorstr='#41b9bf',GradientType=0);
	background-color:#249ea7;
	
}
.cartBtn:active {
	position:relative;
	top:1px;
}
.cartBtn img {
	float: left;
}
.cartBtn p {
	margin-left: 40px;
	padding:12px;
}

#vb-logo{
	margin:20px;
}
#content2{
	padding-bottom:1px;
	display:none;
}
.cast-member{
	position:relative;
	min-height:370px;
	margin:40px 20px 40px 40px;
	clear:both;
}
.cast-member img{
	margin:0px 20px 40px 0px;;
	float:left;
}
.cast-name{
	position:absolute;
	left:274px;
	top:10px;
	font-family:'FuturaLTPro-Bold';
	font-size:52px;
	line-height:85%;
	color:#FFFFFF;
}
.as{
	font-size:30px;
}
.character{
	font-size:40px;
}
.cast-divider{
	position:absolute;
	left:264px;
	top:108px;
	width:622px;
	height:3px;
}
.red{
	background-color:#be6666;
}
.blue{
	background-color:#82d1d8;
}
.cast-bio{
	position:absolute;
	left:264px;
	top:124px;
	color:#ffffff;
	font-family:"Times New Roman", Times, Cambria, "Hoefler Text", "Liberation Serif", serif;
	font-size:22px;
	line-height:120%;
	text-indent:40px;
}
#content3{
	display:none;
}
#mc_embed_signup{
	margin:40px;
	background:#fff;
	clear:left;
	font:14px Helvetica,Arial,sans-serif;
}
.white-box{
	margin:40px;
	padding:25px;
	background-color:#ffffff;
}
#press h2{
	font-family:Helvetica, "Helvetica Neue", Gotham, Arial, sans-serif;
	font-weight:bold;
    font-size:1.4em;
	margin-bottom:10px;
}
#press a{
	color:#333333;
}
#content4{
	display:none;
}
#summer-sale {
  width: 916px;
  height: 236px;
  background-image: url(../images/summer-sale.jpg);
  background-repeat: no-repeat;
  margin: 20px;
  border:solid #808080 2px;
}
.product{
	margin:20px;
	border:solid #808080 2px;
	background-color: #414141;
}
.product:after{
    clear: both;
    content: "";
    display: block;
}
.product-img{
	display: block;
	float: left;
	margin: 0px 0px 20px 30px;
}
.product-list{
	float: left;
	margin-right: 30px;
}
.product-offer{
	float: none;
	margin-top: 0px;
	margin-left: 80px;
	margin-bottom: 20px;
	width: 450px;
	padding: 10px;
	display: inline-block;
	background-color: #d1d1d1;
	border: solid 3px #000000;
	font-family: 'FuturaLTPro-Bold';
	font-size: 24px;
	color: #000000;
	text-align: center;
}
.pre-order{
	font-size: 20px;
	margin-bottom: 5px;
}
.offer-item-1{
	float: left;
	margin-left: 20px;
}
.includes-bonus-features{
	font-size: 12px;
}
.bonus-features{
	font-size: 14px;
	color: #000000;
}
#bonus-tooltip{
	display: none;
}
#bonus-tooltip-style{
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
}
#bonus-tooltip-style li{
	margin-bottom: 5px;
}
.discount{
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 18px;
	text-decoration: line-through;
}
.pre-order-available{
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 14px;
	margin-top: 10px;
}
.store-title{
	margin:20px;
	height:50px;
	font-family:'FuturaLTPro-Bold';
	font-size:40px;
	color:#FFFFFF;
	border-bottom:solid #be6666 2px;
}
.store-subtitle{
	font-size:20px;
}
.digital-link{
	display:inline-block;
	border-radius:4px;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	background-color:#000000;
	margin-left:50px;
	margin-bottom:20px;
	padding:10px;
	font-family:'FuturaLTPro-Bold';
	font-size:20px;
	text-decoration: none;
	color:#FFFFFF;
}
.digital-link div{
	display: inline-block;
	width: 7px;
	height: 17px;
	margin-right: 10px;
	background-color: #1C7CA4;
}
#tshirt-and-caption{
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
#tshirt-and-caption div{
	margin-left: 40px;
	clear:both;
	font-family:'FuturaLTPro-Bold';
	font-size:16px;
	color:#ffffff;
}
#t-shirt-form{
	margin-top:40px;
	margin-left:470px;
	font-family:'FuturaLTPro-Bold';
	font-size:18px;
	color:#FFFFFF;
}
.price{
	margin-top:20px;
	margin-bottom: 20px;
	font-size:24px;
}
.shipping{
	font-size:18px;
}
#t-shirt-style{
	overflow: hidden; /* makes the container height include float elements' height */
}
#t-shirt-style img{
	float: left;
	margin: 10px 10px 20px 0px;
	padding: 6px;
	cursor: pointer;
}
#t-shirt-style .selected{
	border: solid #37d353 3px !important;
	padding: 3px;
}
#t-shirt-style .hover{
	border: solid #1C7CA4 3px;
	padding: 3px;
}
#t-shirt-size{
	margin-top:10px;
	margin-bottom:20px;
	font-family:'FuturaLTPro-Bold';
	font-size:16px;
}
#t-shirt-cart-btn{
	margin-bottom:10px;
}
#poster-form{
	margin-top:40px;
	margin-left:350px;
	padding-bottom: 20px;
	font-family:'FuturaLTPro-Bold';
	font-size:18px;
	color:#FFFFFF;
}
#poster-and-caption{
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
#poster-and-caption div{
	margin-left: 40px;
	clear:both;
	font-family:'FuturaLTPro-Bold';
	font-size:16px;
	color:#ffffff;
}
#poster-selection{
	overflow: hidden; /* makes the container height include float elements' height */
}
#poster-selection img{
	float: left;
	margin: 10px 10px 10px 0px;
	padding: 6px;
	cursor: pointer;
}
#poster-selection .selected{
	border: solid #37d353 3px !important;
	padding: 3px;
}
#poster-selection .hover{
	border: solid #1C7CA4 3px;
	padding: 3px;
}
.red-text {
  color: #FC7678;
}
.red-text2 {
  color: #9E0000;
}