/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

body {
	font:11px 'Century Gothic',Arial;
	color:#333;
}



header {
	position:fixed;
	top:0px;
	width:100%;
	padding-top:20px;
	z-index:200;
}

header.abs {
	position:absolute;
}

h1 {
	float:left;
	margin-left:40px;
	margin-top:0px;
	padding:0;
}

nav {
	float:right;
	margin-top:18px;
	margin-right:35px;
	text-align: right;
	color:#c3a46b;
}

nav li {
	display: inline-block;
	margin-left:5px;
	color:#c3a46b;
	font-size:9px;
	padding-top:0px;
}

nav li.first {
	margin-left:50px;
}

nav li.wrap {
	float:left;
	clear:left;
	margin-left:0px;
}

nav li a {
	font-size:11px;
	
}

nav a:hover,nav a.selected,#nav li a:hover,#nav li.selected a {
	text-decoration:underline;
}
a {
	color:#c3a46b;
	font-weight:bold;
	text-decoration:none;
}

#nav {
	position:fixed;
	top:100px;
	right:0px;
	z-index:180;
	text-transform:uppercase;
}

#nav ul {
	list-style:none;
	padding:0;
	margin:0;
}

#nav ul li {
	margin:0px 0px 1px 0px;
	color:#c3a46b;
	text-align:right;
	padding-bottom:1px;
}

#nav ul li a {
	display:block;
	text-align:left;
	font-weight:bold;
	padding-top:1px;
	padding-left:1px;
}

#nav ul li.selected a {
	text-decoration:none;
	color:#fff;
}

#nav ul li a span {
	display:block;
	float:right;
} 

#fade {
	width:100%;
	height:190px;
	position:fixed;
	top:0px;
	left:0px;
	background-image:url(../images/fade.png);
	background-repeat:repeat-x;
	z-index:170;
}

#main {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	
	/*background-image:url(../images/slide.png);*/
	background-repeat:no-repeat;
	background-size: 100%;
	background-position:center bottom;
	
}

.slide {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	display:none;
}

.slide img {
	width:100%;
}

#min-width {
	position:absolute;
	width:990px;
	height:10px;
}

footer {
	position:fixed;
	z-index:90;
	width:100%;;
	left:0px;
	bottom:0px;
}

#icons,#icon-clicks {
	width:100%;
	position:relative;
	margin:0px auto;
	height:80px;
}

#icon-clicks {
	position:fixed;
	z-index:150;
	bottom:0px;
	width:100%;
}


.stream {
	float:left;
	width:25%;
	text-align:left;
	cursor:pointer;
	font-size:14px;
	color:#fff;
}

.stream div {
	text-align:center;
	width:80%;
}

.stream h3,.stream p {
	margin:0;
	padding:0;
}

.stream#academy img {
	margin-left:53%;
}

.stream#academy div {
	margin-left:15%;
}



.stream#film img {
	margin-left:46%;
}

.stream#film div {
	margin-left:12%;
}

.stream#tv img {
	margin-left:37%;
}

.stream#tv div {
	margin-left:8%;
}

.stream#games img {
	margin-left:32%;
}

.stream#games div {
	margin-left:3%;
}

#icon-clicks .stream {
	height:200px;
}

footer.portrait .stream#academy img {
	margin-left:20%;
}

footer.portrait .stream#academy div {
	margin-left:-10%;
}

footer.portrait .stream#film img {
	margin-left:25%;
}

footer.portrait .stream#film div {
	margin-left:-5%;
}

footer.portrait .stream#tv img {
	margin-left:60%;
}

footer.portrait .stream#tv div {
	margin-left:22%;
}

footer.portrait .stream#games img {
	margin-left:60%;
}

footer.portrait .stream#games div {
	margin-left:35%;
}

footer.portrait .stream div p {
	visibility: hidden;
}

.stream div {
	display:none;
}

.stream.over img {
	display:none;
}

.stream.over div {
	display:block;
}

#canvas,#paper {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:150%;
	z-index:100;
	font-weight:bold;
	font-size:14px;
}

#canvas {
	z-index:105;
}

#canvas image,#canvas rect,#canvas text {
	cursor:pointer;
}

#loader {
	position:fixed;
	left:0px;
	width:100%;
	font-size:60px;
	text-align:center;
	display:none;
	color:#fff;
}

#intro,#end {
	position:absolute;
	top:-400px;
	left:0px;
	width:300px;
	z-index:200;
	font-size:18px;
	font-weight:bold;
}

#intro {
	
	cursor:pointer;
}

#end {
	width:100%;
	text-align:center;
	color:#fff;
	display:none;
	cursor:default;
}

#end a {
	cursor:default;
}

#end.over a {
	cursor:pointer;
}

#end img {
	width:100%;
}

#intro img {
	width:100%;
	display:none;
}

#intro img.title-img {
	margin-bottom:20px;
}

/* event styles */

.event {
	position:absolute;
	top:-200px;
	left:0px;
	cursor:pointer;
}

.event p,.event h3 {
	margin:0;
	padding:0;
}

.category {
	width:100%;
	position:absolute;
	left:0px;
	bottom:0px;
	background-image:url(../images/trans.png);
	padding:8px 0px;
	text-align:center;
}

.overlay {
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	background-image:url(../images/trans.png);
}

.overlay h3 {
	margin-top:19%;
}

.shadow {
	position:absolute;
	background-image:url(../images/shadow.png);
	left:0px;
	bottom:0px;
	width:56px;
	height:76px;
}

.month-title {
	position:absolute;
}

.page {
	background-color:#fff;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:190;
	text-align:center;
	display:none;
}

.page .close-text {
	position:absolute;
	left:0px;
	bottom:20px;
	font:11px/15px Georgia;
}

#overlay .close-text {
	bottom:120px;
}

#white-bg {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:189;
	background-color:#fff;
	display:none;
}

.popup {
	position:fixed;
	z-index:300;
	width:377px;
	height:252px;
	background-image:url(../images/popup-bg.png);
	font-weight:bold;
	font:14px/17px 'Century Gothic',Arial;
	display:none;
}

.popup .close {
	top:22px;
	right:45px;
}

.links {
	margin:0px 45px 0px 20px;
	padding-top:10px;
	border-top:1px dotted #c3a46b;
}

.popup p {
	padding:20px;
	margin:0px;
	margin-top:0;
	color:#c3a46b;
	width:70%;
	font-weight:bold;
}

.popup p.mobile {
	display:none;
}

.popup .links p {
	padding:0;
	margin-bottom:14px;
}

.popup .links a:hover {
	border-bottom:1px solid #c3a46b;
}

.content {
	width:930px;
	margin:0px auto 0px auto;
	text-align:left;
	position:relative;
}

#overlay .content {
	/*margin-top:100px;*/
}

.title {
	width:930px;
	height:40px;
	border-bottom:1px dotted #c3a46b;
	position:relative;
	background-color:#fff;
	padding-top:100px;
	position:fixed;
	z-index:195;
}

.close {
	position:absolute;
	top:106px;
	right:5px;
	cursor:pointer;
}



.title h2 {
	width:930px;
border-top:1px dotted #c3a46b;
	font-size:20px;
	color:#c3a46b;
	margin:0px;
	padding:10px 0px 7px 0px;
}

.column {
	width:300px;
	margin:0px 10px 0px 0px;
	float:left;
}

.column.thin {
	width:225px;
	margin-top:20px;
}

.column.half {
	width:460px;
	margin-top:20px;
}

.column.final {
	margin-right:0;
} 

.main {
	width:930px;
	padding-top:150px;
	float:left;
	position:relative;
}

.main a {
	font-weight:normal;
	border-bottom:1px solid #c3a46b;
	text-decoration:none;
}

.main a:hover {
	border:0;
}

.main p {
	font:12px/15px Georgia;
	color:#c3a46b;
	margin:0 0 15px 0;
}



.main p.sep {
	border-bottom:1px dotted #c3a46b;
	width:190px;
	margin-top:-7px;
}

.main .column.large p {
	font:22px/26px Georgia;
}

#overlay img {
}

.tracker {
	position:fixed;
	width:10px;
	height:10px;
	background-color:#ff0000;
	z-index:200;
}

.month-bottom {
	position:fixed;
	left:20px;
	bottom:20px;
	z-index:100;
}

.month-top {
	position:fixed;
	left:20px;
	top:100px;
	z-index:100;
}


.monthline {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	height:1px;
	border-top:3px solid #fff;
	z-index:20;
}

#overlay {
	color:#c3a46b;
	padding-bottom:50px;
}

#overlay-title {
	width:215px;
	float:left;
	text-align:left;
	font-weight:bold;
	padding-top:20px;
	padding-right:10px;
}

#overlay-content {
	height:300px;
}

#overlay-title h3,#overlay p {
	margin:0 0 17px 0;
	padding:0;
}

#overlay .column {
	width:225px;
	float:left;
	text-align:left;
	font:14px/17px Georgia;
	color:#c3a46b;
	padding-top:20px;
}



#overlay a {
	font:14px/17px Georgia;
	color:#c3a46b;
	text-decoration:underline;
	border:0;
	font-weight:normal;
}

#overlay .close-text a {
	font:11px/17px Georgia;
}

#overlay a:hover {
	text-decoration:none;
}


#overlay p.credit {
	font-size:11px;
}

#stats {
	position:absolute;
	width:100%;
	left:0px;
	top:200px;
	z-index:180;
	font-size:24px;
	text-align:center;
	font-weight:bold;
}

#stats .stat {
	position:absolute;
	width:400px;
	display:none;
}

#stats .right {
	position:absolute;
	right:0px;
	top:90px;
	width:100%;
}

#stats .left {
	position:absolute;
	left:0px;
	width:100%;
}

#stats .number {
	font-size:85px;
	line-height:70px;
}

.section {
	width:100%;
	float:left;
	border-bottom:1px dotted #c3a46b;
	color:#c3a46b;
	font:12px/15px Georgia;
}

.video-player {
	width:100%;
	text-align:center;
	padding:50px 0px;
}

.kpi-left {
	float:left;
	width:460px;
}

.sub-column {
	float:left;
	width:225px;
	margin-right:10px;
}

.sub-column.right,.kpi-column.right {
	margin:0;
}

.section ul {
	margin:0 ;
	padding:0;
	list-style:none;
}

.section li {
	padding:0px 0 0 10px;
	text-indent:-10px;
	margin-bottom:17px;
}

.kpi-column {
	float:left;
	width:303px;
	margin-right:10px;
}

.section.wide {
	padding-bottom:100px;
}

.section.wide .kpi-column {
	width:460px;
}

h4,h5 {
	font:12px/15px 'Century Gothic',Arial;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-top:30px;
	color:#c3a46b;
}

h4.staff {
	font:12px/15px 'Century Gothic',Arial;
		font-weight:bold;
	margin:0 0 15px 0;
}

h4.light {
	font:12px/15px 'Century Gothic',Arial;
	margin:0px;
	font-weight:normal;
	color:#c3a46b;
}

.kpi-right {
	padding:45px 0px 50px 0px;
	text-align:center;
}

h4 {
	margin-bottom:3px;
}

h5 {
	text-decoration:underline;
	margin-bottom:17px;
}

table {
	width:100%;
	font:12px 'Century Gothic',Arial;
}

table td {
	padding:3px 0px;
	width:20%;
}

table tr.years td {
	border-top:1px solid #c3a46b;
	border-bottom:1px dotted #c3a46b;
	font-weight:bold;
}
table tr.figures td {
	border-bottom:1px solid #c3a46b;
}

.ast {
	margin-top:60px;
	margin-left:50%;
}



@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
