/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: inherit;
}
html, body {
	width: 100%;
}

body {
	font-family: 'Anton', sans-serif;	
	margin: 0 auto;
	padding: 0;
	color: #888;
	font-size: 1em;
}

.title-container h1 {
	font-size: 3em;
	line-height: 2em;
	display: block;
	margin: 0;
	color: #fff;
}
h2 {
	font-size: 34px;
	margin: 16px 0 12px;
}
h1, h2, h3 {
	font-style: italic;
	color: #000;
}
.lean-shadow {
	text-shadow: 2px 2px 0 rgba(39,188,194,1), 4px 4px 0 #000;
	transform: skew(-15deg, 0);
}
.slide {
	background-color: rgba(39,188,194,1);	
	width: 100%;
	height: 100%;
}
p {
	margin: 5px 0 16px;
}
strong {
	color: #000;
}
.main-content {
	max-width: 620px;
	padding: 0 10px;
	margin: 0 auto;
}
.content-pane {
	padding: 6px;
	margin-bottom: 12px;
}
tr:nth-child(odd) {
	background-color: #efefef;
}
.pf-pane {
	margin: 9px 0 28px;
}
table {
	margin-bottom: 10px;
	padding: 5px;
}
td {
	padding: 5px;
}
a {
	color: #0096dd;
}
.title-container, .footer-container {
	background-color: #000;
	color: #fff;
}
.title-container {
	margin-bottom: 20px;
}
.title-inner, .footer-inner {
	max-width: 620px;
	padding: 0 10px;
	margin: 0 auto;
}
.footer-inner p {
	color: #888;
	margin: 0;
}
.footer-inner {
	padding: 20px;
}
section {
	position: relative;
}
section.hero {
	width: 100%;
	overflow: hidden;
	height: 409px;
	background-color: #000;
}
section.hero .inners {
	position: absolute;
	left: 50px;
	bottom: 50px;
}
.inners {
	width: 100%;
	margin: 0 auto;
	padding: 30px;
	position: relative;
	height: 100%;
}
@-webkit-keyframes slowRotate {
  from {
	-webkit-transform: rotateX(90deg) rotateY(90deg) rotateZ(90deg);
  }
  to {
	-webkit-transform: rotateX(1400deg) rotateY(2990deg) rotateZ(3090deg);
  }
}
@-moz-keyframes slowRotate {
  from {
	-moz-transform: rotateX(90deg) rotateY(90deg) rotateZ(90deg);
  }
  to {
	-moz-transform: rotateX(1400deg) rotateY(2990deg) rotateZ(3090deg);
  }
}
@-ms-keyframes slowRotate {
  from {
	-ms-transform: rotateX(90deg) rotateY(90deg) rotateZ(90deg);
  }
  to {
	-ms-transform: rotateX(1400deg) rotateY(2990deg) rotateZ(3090deg);
  }
}
@keyframes slowRotate {
  from {
	transform: rotateX(90deg) rotateY(90deg) rotateZ(90deg);
  }
  to {
	transform: rotateX(1400deg) rotateY(2990deg) rotateZ(3090deg);
  }
}
.inner-container {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: rotateX(20deg) rotateY(33deg) rotateZ(122deg) translateZ(800px);
	-moz-transform: rotateX(20deg) rotateY(33deg) rotateZ(122deg) translateZ(800px);
	-ms-transform: rotateX(20deg) rotateY(33deg) rotateZ(122deg) translateZ(800px);
	transform: rotateX(20deg) rotateY(33deg) rotateZ(122deg) translateZ(800px);
	-webkit-animation-duration: 300s;
	-moz-animation-duration: 300s;
	-ms-animation-duration: 300s;
	animation-duration: 300s;
  	-webkit-animation-name: slowRotate;
  	-moz-animation-name: slowRotate;
  	-ms-animation-name: slowRotate;
  	animation-name: slowRotate;
  	-webkit-animation-iteration-count: infinite;
  	-moz-animation-iteration-count: infinite;
  	-ms-animation-iteration-count: infinite;
  	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-moz-animation-direction: alternate;
	-ms-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function:linear; 
	-moz-animation-timing-function:linear; 
	-ms-animation-timing-function:linear; 
	animation-timing-function:linear;
}
section.content .inners h3, section.content .inners h3 a {
	margin-bottom: 20px;
	font-size: 24px;
	/*font-style: italic;*/
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}
#herocanvas {
	width: 140%;
	height: 119%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: -20%;
	-webkit-transform: translateZ(4px) rotateX(-32deg);
	-moz-transform: translateZ(4px) rotateX(-32deg);
	-ms-transform: translateZ(4px) rotateX(-32deg);
	transform: translateZ(4px) rotateX(-32deg);
	z-index: 3;
}
#herocanvas-cover {
	width: 140%;
	height: 119%;
	top: 0;
	left: -20%;
	z-index: 2;
	position: absolute;
	-webkit-transform: rotateX(-32deg);
	-moz-transform: rotateX(-32deg);
	-ms-transform: rotateX(-32deg);
	transform: rotateX(-32deg);
	background-color: #000;
/*	background-image: -moz-radial-gradient(center, circle cover, rgba(100,105,108, 0) 0%, #020514 100%);
	background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(100,105,108, 0)), color-stop(100%, #020514));
	background-image: -webkit-radial-gradient(center, circle cover, rgba(100,105,108, 0) 0%, #020514 100%);
	background-image: -o-radial-gradient(center, circle cover, rgba(100,105,108, 0) 0%, #020514 100%);
	background-image: -ms-radial-gradient(center, circle cover, rgba(100,105,108, 0) 0%, #020514 100%);
	background-image: radial-gradient(center, circle cover, rgba(100,105,108, 0) 0%, #020514 100%);
*/}
section.content .inners a, 
section.content .inners a:visited, 
section.content .inners a:active, 
section.content .inners a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	color: rgba(44,44,150,1);
	font-weight: 600;
}
section.content .inners a:hover {
	color: rgba(111,111,180,1);
	text-decoration: underline;
}
section.content .inners hr {
	width: 100%;
	clear: both;
	height: 4px;
	color: #ccc;
	border: 0;
	background-color: #ccc;
	margin-bottom: 20px;
}
section.inners {
	width: 100%;
}
.outer-container {
	-webkit-perspective: 600px;
	perspective: 600px;
	width: 480px;
	height: 480px;
	position: absolute;
	right: 5%;
	top: -5%;
	z-index: 3;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
}
.outer-container:hover {
	opacity: 1;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
