
/* 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: #292b30 url('../images/bgd-new.jpg');
}

body, td, p  {
	color: #fff;
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; line-height: 1.6em; font-weight: 400;
 }

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

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

a:hover, a:active {
	color: #fff;
	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: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 24px; line-height: 27px; font-weight: 700; text-align: center;
}

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

.cf:after {
	clear: both;
}

.clear {
	clear: both;
}

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


/* header */

.menu {
	margin: 10px 0;
	text-align: center;
}

.menu li {
	width: 220px; display: inline-block;
	font-size: 20px; line-height: 40px; font-weight: 700; text-align: center;
}

.menu li:nth-child(2) {
	margin: 0 10px;
}

.menu li:last-child {
	margin-right: 0;
}

.menu li a {
	display: block;
	background: #253429; border-bottom: 1px solid rgba(255, 255, 255, 0.3); border-radius: 20px; color: #fdee89;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.4);
}

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

.menu li a:hover,
.menu li a:active {
	background: #000;
}

.menu li.join a:hover,
.menu li.join a:active {
	background: #b52201;
}

.header-wrapper {
	position: relative;
}

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

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

.separator {
	width: 100%; height: 10px;
	margin: 5px 0;
	background: #386700; border-radius: 5px;
}

.separator .separator-inside {
	width: 40%; height: 10px; float: left;
	margin-left: 30%;
	background: #ffde58; border-radius: 5px; border: 1px solid #386700;
}


/* headings */

.heading {
	width: 100%;
	margin: 20px 0;
	color: #fff;
}

.heading span {
	width: 100%; min-height: 55px; display: block;
	padding: 14px 10px;

}


/* trailer */

.contents-trailer {
	padding: 10px;
	background: #fff;
}

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

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

.trailer-item {
	width: 100%;
	padding: 10px 5px; margin-bottom: 5px;
	background: #ffde58; border-bottom: 1px solid rgba(0, 0, 0, 0.3); border-radius: 4px;
}

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

.trailer-item div {
	width: 100%; display: table;
	padding: 0 15px 0 25px;
	background: url('../images/trailer-item.png') left top no-repeat; color: #386700;
	font-size: 15px; line-height: 1.3em; font-weight: 700; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

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


/* contents video large */

.contents {
	padding: 20px 20px 0 20px;
	background: #fff;
}

.content-video-large {
	width: 32%; display: block; float: left; position: relative;
	padding: 5px; margin-right: 2%; margin-bottom: 2%;
	background: #3a4230; border-radius: 4px;
	vertical-align: top;
}

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

.content-video-large .image img {
	width: 100%; height: auto; display: block;
	border: 1px solid #ffde58;
}

.content-video-large .title {
	padding: 5px 0;
	color: #ffde58;
	font-size: 18px; line-height: 1.5em; font-weight: 700; text-align: center;
}

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

.content-video-large .separator {
	margin: 0;
	background: #303827;
}

.content-video-large .separator .separator-inside {
	background: #494c2d;
}


/* contents video medium */

.content-video-medium {
	width: 23.5%; display: block; float: left; position: relative;
	padding: 5px; margin-right: 2%; margin-bottom: 2%;
	background: #3a4230; border-radius: 4px;
	vertical-align: top;
}

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

.content-video-medium .image img {
	width: 100%; height: auto; display: block;
	border: 1px solid #ffde58;
}

.content-video-medium .title .name {
	display: block;
	padding: 5px 0;
	color: #ffde58;
	font-size: 16px; line-height: 1.5em; font-weight: 700; text-align: center;
}

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

.content-video-medium .title .time img {
	margin-bottom: 4px; margin-right: 5px;
	vertical-align: middle;
}

.content-video-medium .desc {
	padding: 5px;
	text-align: justify;
}

.content-video-medium .separator {
	margin: 0;
	background: #303827;
}

.content-video-medium .separator .separator-inside {
	background: #494c2d;
}


/* contents thumbs */

.content-thumb {
	width: 13%; display: block; float: left; position: relative;
	padding: 5px; margin-right: 1.5%; margin-bottom: 1.5%;
	background: #3a4230; border-radius: 4px;
	vertical-align: top;
}

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

.content-thumb .image img {
	width: 100%; height: auto; display: block;
	border: 1px solid #ffde58;
}

.content-thumb .title {
	padding: 5px 0;
	color: #ffde58;
	font-size: 13px; line-height: 1.5em; font-weight: 700; text-align: center;
}

.content-thumb .separator {
	margin: 0;
	background: #303827;
}

.content-thumb .separator .separator-inside {
	background: #494c2d;
}


/* contents video break */

.content-video-break {
	width: 32%; display: block; float: left; position: relative;
	padding: 5px; margin-right: 2%; margin-bottom: 2%;
	background: #3a4230; border-radius: 4px;
	vertical-align: top;
}

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

.content-video-break .title {
	padding: 5px 0;
	color: #ffde58;
	font-size: 18px; line-height: 1.5em; font-weight: 700; text-align: center;
}

.content-video-break .image img {
	width: 100%; height: auto; display: block;
	border: 1px solid #ffde58;
}

.content-video-break .separator {
	margin: 0;
	background: #303827;
}

.content-video-break .separator .separator-inside {
	background: #494c2d;
}


/* banners */

.banner {
	margin: 20px 0;
}

.banner .large {
	font-size: 52px; line-height: 1em; font-weight: 700; letter-spacing: -2px; text-align: center;
}

.banner .large a {
	color: #ffffff;
}

.banner .large-02 a {
	color: #ffe570;
}

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

.banner .separator {
	margin: 20px 0;
}

.banner .small {
	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: #ffde58; border-radius: 20px; color: #253429; box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.4);
	text-align: center; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

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

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

.banner .desc {
	padding: 5px;
	font-size: 16px; line-height: 1.2em; text-align: center;
}


/* footer */

.footer {
	padding: 30px 0;
	background: rgba(0, 0, 0, 0.3); color: #fff; border-bottom: 5px solid rgba(0, 0, 0, 0.1);
	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: 2540px;
}


/* responsive */

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

	.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: 2140px;
	}
}

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

	.logo {
		width: 280px;
		margin-left: -140px;
	}

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

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

	.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: 2910px;
	}
}

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

	.header {
		display: none;
	}

	.logo {
		max-width: 100%; height: auto; position: relative;
		left: 0; margin: 5px auto 0 auto;
	}

	.menu li {
		width: 32%;
		font-size: 17px;
	}

	.menu li:nth-child(2) {
		margin: 0 2%;
	}

	.contents {
		padding: 10px;
	}

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

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

	.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: 45px; line-height: 1em;
	}

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

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

	#updates-iframe {
		height: 4100px;
	}
}

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

	h2 {
		font-size: 18px;
	}

	.header {
		display: none;
	}

	.logo {
		max-width: 100%; height: auto; position: relative;
		left: 0; margin: 5px auto 0 auto;
	}

	.menu {
		margin: 10px 0;
	}

	.menu li {
		width: 48.5%;
		font-size: 17px;
	}

	.menu li:nth-child(2) {
		margin: 0 0 0 3%;
	}

	.menu li.join {
		width: 100%;
		margin-top: 8px;
	}

	.contents {
		padding: 10px;
	}

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

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

	.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: 2%;
	}

	.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: 2990px;
	}
}


