
/* CSS clear based on http://meyerweb.com/eric/tools/css/reset/ */

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, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time,
mark, audio, video {
	padding: 0; margin: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers and specific declarations */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: ''; content: none;
}

table {
	border-spacing: 0; border-collapse: collapse;
}


/* Main definitions */

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	padding: 0; margin: 0;
	position: relative;
	background: #1b2639 url('../images/bgd-new.jpg');
}

body, td, p  {
	color: #ffffff;
	font-family: "Roboto Slab", Georgia, serif; font-size: 13px; line-height: 1.6em; font-weight: 400;
 }

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a {
	color: #a4dff4;
	text-decoration: none;
	transition: all .3s;
}

a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	transition: all .3s;
}

p {
	margin-bottom: 1em;
	text-align: justify;
}

hr {
	height: 1px; display: block; clear: both;
	padding: 0; margin: 15px 0;
	background: #333; border: none;
}

h2 {
	font-family: "Roboto Slab", Georgia, serif; font-size: 27px; line-height: 1.1em; font-weight: 700; text-align: center;
}

.cf:before, .cf:after {
	display: table;
	content: " ";
}

.cf:after {
	clear: both;
}

.clear {
	clear: both;
}

.wrapper {
	width: 1200px; position: relative;
	margin: 0 auto;
}


/* header */

.body-wrapper {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(200,200,255,0.15) 0px, rgba(200,200,255,0) 350px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(200,200,255,0.15)), color-stop(350px,rgba(200,200,255,0)));
	background: -webkit-linear-gradient(top,  rgba(200,200,255,0.15) 0px,rgba(200,200,255,0) 350px);
	background: -o-linear-gradient(top,  rgba(200,200,255,0.15) 0px,rgba(200,200,255,0) 350px);
	background: -ms-linear-gradient(top,  rgba(200,200,255,0.15) 0px,rgba(200,200,255,0) 350px);
	background: linear-gradient(to bottom,  rgba(200,200,255,0.15) 0px,rgba(200,200,255,0) 350px);
}

.topbar-wrapper {
	background: url('../images/bgd-new-topbar.png') center top no-repeat; border-top: 5px solid #a10101; box-shadow: inset 0 4px 0 #fff;
}

.menu {
	padding-bottom: 15px; margin-top: 10px;
	border-bottom: 1px solid #a10101;
	text-align: center;
}

.menu li {
	width: 220px; display: inline-block;
	background: url('../images/underline-menu-item.png') center bottom no-repeat;
	font-size: 22px; line-height: 1em; font-weight: 700; text-align: center;
}

.menu li:first-child {
	margin-left: 0;
}

.menu li a {
	display: block;
	padding: 10px 0 18px 0;
	color: #fff;
}

.menu li.join a {
	color: #ffff33;
}

.menu li a:hover,
.menu li a:active {
	color: #c0c0c0;
}

.header {
	width: 100%; height: auto; display: block;
	margin: 15px 0 12px 0;
}

.logo {
	display: block; position: absolute;
	left: 50%; z-index: 500;
	margin-left: -145px; margin-top: 25px;
}

.contents-wrapper {
	margin-bottom: 20px;
	background: #deedff url('../images/bgd-main-new.jpg'); border-radius: 6px;
}

/* headings */

.heading {
	width: 100%;
	padding: 14px 10px;
	background: #297a96 url('../images/bgd-heading-new.jpg'); border-radius: 6px; border-top: 4px solid #cd0000; border-bottom: 4px solid #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); color: #fff;
}

.heading span {
	width: 100%; display: block;
	padding-bottom: 22px;
	background: url('../images/underline-heading.png') center bottom no-repeat;
}


/* trailer */

.contents-trailer {
	padding: 10px;
}

.trailer-player {
	width: 600px; float: left; position: relative;
}

.trailer-text {
	width: 570px; float: right; position: relative;
	color: #373f49;
}

.trailer-item {
	width: 100%;
	margin-bottom: 5px;
	background: #fff; border-bottom: 2px solid #9abed7; border-radius: 4px;
}

.trailer-item:last-child {
	margin-bottom: 0;
}

.trailer-item div {
	width: 100%; height: 88px; display: table;
	padding: 0 15px 15px 15px;
	background: url('../images/underline-trailer-item.png') center bottom 5px no-repeat; color: #205f75;
	font-size: 15px; line-height: 1.2em; font-weight: 700;
}

.trailer-item div span {
	width: 100%; height: 100%; display: table-cell;
	vertical-align: middle;
	text-align: justify;
}

.trailer-item div strong {
	color: #d31920;
	font-weight: 700;
}


/* contents video large */

.contents {
	padding: 10px;
}

.content-video-large {
	width: 32%; display: block; float: left; position: relative;
	padding: 5px; margin-right: 2%; margin-bottom: 2%;
	background: #1f293d; border-bottom: 2px solid #cd0000; border-radius: 3px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	vertical-align: top;
}

.content-video-large:nth-child(3n) {
	margin-right: 0;
}

.content-video-large .image img {
	width: 100%; height: auto; display: block;
}

.content-video-large .title {
	padding: 5px 0 20px 0;
	background: url('../images/underline-thumb-wide.png') center bottom no-repeat; color: #fff;
	font-size: 18px; line-height: 1.5em; font-weight: 700; text-align: center;
}

.content-video-large .desc {
	padding: 5px;
	color: #d6c9c9;
	text-align: justify;
}


/* contents video medium */

.content-video-medium {
	width: 23.5%; display: block; float: left; position: relative;
	padding: 5px; margin-right: 2%; margin-bottom: 2%;
	background: #1f293d; border-bottom: 2px solid #cd0000; border-radius: 3px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	vertical-align: top;
}

.content-video-medium:nth-child(4n) {
	margin-right: 0;
}

.content-video-medium .image img {
	width: 100%; height: auto; display: block;
}

.content-video-medium .title .name {
	display: block;
	padding: 5px 0 20px 0;
	background: url('../images/underline-thumb-wide.png') center bottom no-repeat; color: #fff;
	font-size: 16px; line-height: 1.5em; font-weight: 700; text-align: center;
}

.content-video-medium .title .time {
	display: block;
	padding: 5px 0;
	color: #d6c9c9;
	font-size: 15px; line-height: 15px; text-align: center;
}


/* contents thumbs */

.content-thumb {
	width: 13%; display: block; float: left; position: relative;
	padding: 5px; margin-right: 1.5%; margin-bottom: 1.5%;
	background: #1f293d; border-bottom: 2px solid #cd0000; border-radius: 3px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	vertical-align: top;
}

.content-thumb:nth-child(7n) {
	margin-right: 0;
}

.content-thumb .image img {
	width: 100%; height: auto; display: block;
}

.content-thumb .title {
	padding: 5px 0 12px 0;
	background: url('../images/underline-thumb-narrow.png') center bottom no-repeat; color: #fff;
	font-size: 13px; line-height: 1.5em; font-weight: 700; text-align: center;
}


/* contents video break */

.content-video-break {
	width: 32%; display: block; float: left; position: relative;
	padding: 5px; margin-right: 2%; margin-bottom: 2%;
	background: #1f293d; border-bottom: 2px solid #cd0000; border-radius: 3px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	vertical-align: top;
}

.content-video-break:nth-child(3n) {
	margin-right: 0;
}

.content-video-break .title {
	padding: 5px 0 20px 0;
	background: url('../images/underline-thumb-wide.png') center bottom no-repeat; color: #fff;
	font-size: 18px; line-height: 1.5em; font-weight: 700; text-align: center;
}

.content-video-break .image img {
	width: 100%; height: auto; display: block;
}


/* banners */

.banner {
	margin-bottom: 10px;
	background: #4198b6 url('../images/bgd-heading-new.jpg'); border-radius: 6px;
}

.banner .large-wrapper {
	padding-bottom: 30px;
	background: url('../images/underline-banner.png') center bottom no-repeat;
}

.banner .large-inside {
	background: #ca1010 url('../images/bgd-banner-new.jpg'); border-top: 5px solid #fff; border-bottom: 5px solid #b10d0d; border-radius: 6px;
}

.banner .large {
	font-size: 56px; line-height: 1em; font-weight: 700; letter-spacing: -2px; text-align: center; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.banner .large-01 a {
	display: block;
	margin-top: 10px;
	color: #fff;
}

.banner .large-02 a {
	display: block;
	margin-bottom: 10px;
	color: #fff;
}

.banner .large a:hover,
.banner .large a:active {
	color: #93c4d6;
}

.banner .desc {
	padding: 15px 15px 20px 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 16px; line-height: 1.2em; text-align: center;
}

.banner .small {
	padding: 0 2%; margin: 15px 0;
	font-size: 18px; line-height: 1em; font-weight: 700; text-align: center;
}

.banner .small a {
	width: 23.5%; display: block; float: left;
	padding: 12px 0; margin-right: 2%;
	background: #fff; border-radius: 4px; color: #1b2639;
	text-align: center;
}

.banner .small a:last-child {
	margin-right: 0;
}

.banner .small a:hover,
.banner .small a:active {
	background: #c91010; color: #fff;
}


/* footer */

.footer {
	padding: 30px 0;
	background: rgba(0, 0, 0, 0.3); color: #fff; border-bottom: 5px solid #a10101; box-shadow: inset 0 -4px 0 #fff;
	font-size: 12px; line-height: 1.6em; text-align: center;
}

.footer a {
	color: #fff;
}

.footer a:hover,
.footer a:active {
	color: #d0d0d0;
}


/* iframe updates */

#updates-iframe {
	height: 2410px;
}


/* responsive */

@media (min-width: 990px) and (max-width: 1219px) {
	.wrapper {
		width: 970px;
	}

	.logo {
		margin-top: 5px;
	}

	.trailer-player {
		width: 485px;
	}

	.trailer-text {
		width: 455px;
	}

	.trailer-item div {
		height: auto;
		padding: 10px 15px;
	}

	.content-video-large .title {
		font-size: 16px; line-height: 1.5em;
	}

	.content-video-medium .title {
		font-size: 16px; line-height: 1.5em;
	}

	.content-video-break .title {
		font-size: 16px; line-height: 1.5em;
	}

	#updates-iframe {
		height: 2050px;
	}

}

@media (min-width: 768px) and (max-width: 989px) {
	.wrapper {
		width: 750px;
	}

	.logo {
		width: 230px; height: auto;
		margin-left: -115px; margin-top: 5px;
	}

	.trailer-player {
		width: 100%; float: none;
	}

	.trailer-text {
		width: 100%; float: none;
		margin-top: 10px;
	}

	.trailer-item div {
		height: auto;
		padding-top: 15px; padding-bottom: 30px;
	}

	.content-video-large .title {
		font-size: 16px; line-height: 1.5em;
	}

	.content-video-medium .title {
		font-size: 13px; line-height: 1.5em;
	}

	.content-thumb {
		width: 18.8%;
		margin-right: 1.5%; margin-bottom: 1.5%;
	}

	.content-thumb:nth-child(7n) {
		margin-right: 1.5%;
	}

	.content-thumb:nth-child(5n) {
		margin-right: 0;
	}

	.content-video-break .title {
		font-size: 16px; line-height: 1.5em;
	}

	.banner .large {
		font-size: 50px; line-height: 1em;
	}

	.banner .small a {
		width: 49%;
		margin-bottom: 2%;
	}

	.banner .small a:nth-child(2n) {
		margin-right: 0;
	}

	#updates-iframe {
		height: 2900px;
	}

}

@media (min-width: 480px) and (max-width: 767px) {
	.wrapper {
		width: 460px;
	}

	.menu li {
		width: 33.33%;
	}

	.menu li span {
		display: none;
	}

	.header {
		display: none;
	}

	.logo {
		position: relative;
		left: 0; top: 0; margin: 15px auto;
	}

	.contents {
		padding: 10px;
	}

	.trailer-player {
		width: 100%; float: none;
	}

	.trailer-text {
		width: 100%; float: none;
		margin-top: 10px;
	}

	.trailer-item div {
		height: auto;
		padding-top: 15px; padding-bottom: 30px;
	}

	.content-videos-large {
		margin-top: 10px;
	}

	.content-video-large {
		width: 49%;
	}

	.content-video-large:nth-child(3n) {
		margin-right: 2%;
	}

	.content-video-large:nth-child(2n) {
		margin-right: 0;
	}

	.content-video-large .title {
		font-size: 15px; line-height: 1.5em;
	}

	.content-videos-medium {
		margin-top: 10px;
	}

	.content-video-medium {
		width: 49%;
	}

	.content-video-medium:nth-child(3n) {
		margin-right: 2%;
	}

	.content-video-medium:nth-child(2n) {
		margin-right: 0;
	}

	.content-video-medium .title {
		font-size: 15px; line-height: 1.5em;
	}

	.content-thumb {
		width: 32%;
		margin-right: 2%; margin-bottom: 2%;
	}

	.content-thumb:nth-child(7n) {
		margin-right: 2%;
	}

	.content-thumb:nth-child(3n) {
		margin-right: 0;
	}

	.content-video-break {
		width: 49%;
	}

	.content-video-break:nth-child(3n) {
		margin-right: 2%;
	}

	.content-video-break:nth-child(2n) {
		margin-right: 0;
	}

	.content-video-break .title {
		font-size: 15px; line-height: 1.5em;
	}

	.banner .large {
		font-size: 50px; line-height: 1em;
	}

	.banner .small a {
		width: 49%;
		margin-bottom: 2%;
	}

	.banner .small a:nth-child(2n) {
		margin-right: 0;
	}

	#updates-iframe {
		height: 3905px;
	}

}

@media (max-width: 479px) {
	.wrapper {
		width: 300px;
	}

	h2 {
		font-size: 18px;
	}

	.menu li {
		width: 50%;
	}

	.menu li.join {
		width: 100%;
	}

	.menu li span {
		display: none;
	}

	.header {
		display: none;
	}

	.logo {
		position: relative;
		left: 0; top: 0; margin: 15px auto;
	}

	.contents {
		padding: 10px;
	}

	.trailer-player {
		width: 100%; float: none;
	}

	.trailer-text {
		width: 100%; float: none;
		margin-top: 10px;
	}

	.trailer-item div {
		height: auto;
		padding-top: 15px; padding-bottom: 30px;
	}

	.content-video-large {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.content-videos-medium {
		margin-top: 10px;
	}

	.content-video-medium {
		width: 49%;
	}

	.content-video-medium:nth-child(3n) {
		margin-right: 2%;
	}

	.content-video-medium:nth-child(2n) {
		margin-right: 0;
	}

	.content-video-medium .title {
		font-size: 14px; line-height: 1.5em;
	}

	.content-thumb {
		width: 49%;
	}

	.content-thumb:nth-child(7n) {
		margin-right: 1.5%;
	}

	.content-thumb:nth-child(2n) {
		margin-right: 0;
	}

	.content-video-break {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.banner .large {
		font-size: 40px; line-height: 1em;
	}

	.banner .small a {
		width: 100%;
		margin: 0 0 2% 0;
	}

	#updates-iframe {
		height: 2910px;
	}

}


