@charset "UTF-8";
/* CSS Document */


@font-face{
	font-family: 'Century Gothic';
	src: url('');
	src: url('') format('embedded-opentype'),
	     url('WebFont.woff') format('woff'),
	     url('centurygothic.ttf') format('truetype'),
	     url('') format('svg');
}
@font-face{
	font-family: 'Century Gothic';
	src: url('GOTHICBOLD.ttf');
font-weight:bold;
}

.center{
	margin:0 auto 0 auto;
	display:block;
}

.inter-anime{
	font-family:"Century Gothic";
	src: url(centurygothic.ttf) format('truetype');
	font-size:21px;
	font-weight:bold;
	line-height:16px;
	text-decoration:none;
	color:#5198c4;
}

.subscribers{
	font-family:"Century Gothic";
	font-size:28px;
	font-weight:bold;
	line-height:28px;
	text-decoration:none;
	color:#8d8d8d;
}

.subscribers_smaller{
	font-family:"Century Gothic";
	font-size: 24px;
	font-weight:bold;
	line-height:24px;
	text-decoration:none;
	color:#8d8d8d;
}

.white{
	font-family:"Century Gothic";
	font-size:18px;
	font-weight:bold;
	line-height:32px;
	text-decoration:none;
	color:#FFF;
}

.white_title{
	font-family:"Century Gothic";
	font-size:18px;
	font-weight:bold;
	line-height:26px;
	text-decoration:none;
	color:#FFF;
}

.light_blue{
	font-family:"Century Gothic";
	font-size:22px;
	font-weight:bold;
	line-height:32px;
	text-decoration:none;
	color:#b0cbe0;
}

.view_all{
	font-family:"Century Gothic";
	font-size:52px;
	font-weight:bold;
	line-height:32px;
	text-decoration:none;
	color:#8a8a8a;
}