/* reset */
html, body, div, span, object, iframe, h1, 
h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, code, del, dfn, em, 
img, q, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.5;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border: 0;
	display: block;
}

/* clearfix */
.clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}

.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body {
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
#content {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}
#content.movie {
	width: 1024px;
}
#footer {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #555555;
}
#footer div {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background: #555555;
}
#footer ul {
	list-style-type: none;
	
}
#footer ul li {
	float: left;
}
#footer ul li a {
	position: relative;
}
#footer ul li span {
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	top: 0;
	width: 100px;
	height: 20px;
	left: 0;
}
#footer p {
	color: #333333;
	text-align: center;
	line-height: 16px;
	font-size: 14px;
	padding: 20px 0 50px;
}
#footer p.title {
	padding: 50px 0 0px;
}
h1 {
	text-align: center;
	color: #666666;
	font-size: 30px;
	font-weight: normal;
	padding: 50px 0 0 0;
}
h1 img {
	display: block;
	margin:0 auto;
}
h1 span {
	
}
.gray {
	padding: 52px;
	background: #1b1b1b;
	margin-top: 18px;
}
.rows {
	width: 704px;
	padding: 0;
	position: relative;
	text-align: left;
	margin: 0 -4px;
	overflow: hidden;
}
.rows .row {
	float: left;
	width: 166px;
	height:166px;
	border: 1px solid black;
	margin: 4px;
	overflow: hidden; 
	position: relative; 
	background: black;
}

.rows .row a {
	width: 166px;
	height:166px;
	display: table-cell; 
	vertical-align: middle;
	#display: block;
	#position: absolute;  
	#top: 50%;
	#height: auto;
}

.rows .row  a img	{
	position: relative;  	
	display: block;
	margin: 0 auto;
	#top: -50%;
}

h2 {
	font-size: 32px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	padding: 15px 0 5px;
}	
h2 .model {
	font-weight: bold;
}
h2 .issue {
	font-weight: bold;

}
.goto {
	text-align: center;
	display: block;
	padding: 0 0 100px;
}
.goto img,
.gray .more img ,
h2 img {
	display: inline;
	vertical-align: middle;
    margin-bottom: 3px;
}
.gray .more {
	text-align:center;
	padding: 52px 0 0;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.gray .more a {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}
.gray .more a.red {
    color: #cc0000;
}
.gray .more a:hover {
    color: #ffffff;
}

.gray .cover {
	display: block;
	margin: 52px auto 0;
}

#content.movie .video {
	margin: 18px 0 20px 0;
	border: 0;
}
#content.movie .video div {
	float: none;
}
.video {
	margin: 20px 0;
	border: 10px solid #cc0000;
}
.video div, .video a {
	float: left;
	display: block;
}
.banner {
	margin: 0 0 22px;
}
.banner.topmargin {
	margin-top: 30px;
}
.text {
	color: #666666;
	line-height: 20px;
	font-size: 16px;
	margin: 50px 0 0;
}
.covers {
	margin: 0 0 50px 0;
}	
.text a {
	color: white;
	font-weight: bold;
}
.text a:hover {
	color: #cc0000;
	font-weight: bold;
}
.player {
    padding: 52px 0 0;
}

.vbackground video {
    width:800px;
    height:450px;
    background-size:cover;
}

.vbackground video::-webkit-media-controls {
    display:none !important;
}

.vbackground video::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
}

.vbackground video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none
}