/*--------------------------------------*/
/* CSS Created by Penny Arcade - 2014 --*/
/* www.penny-arcade.com ----------------*/
/*--------------------------------------*/

/*---------------------*/
/* General ------------*/
/*---------------------*/
* {margin: 0; padding: 0;}
body {
	background: url(http://hw1.pa-cdn.com/pax/prime/assets/img/bg_tile.png) top center repeat;
	font-family: "Body", Helvetica, Arial, Verdana, sans-serif;
	font-size: 26px;
	line-height: 20px;
	color: #666;
	text-transform: uppercase;
}
hr {display: none;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-style: normal;}
a:link, a:visited {color: #222;}
a:hover, a:active {color: #333;}
.content {
	width: 1090px;
	margin: 0 auto;
}
/*---------------------*/
/* PAX Hub ------------*/
/*---------------------*/
.hub {
	position: relative;
	width: 1090px;
	overflow: hidden;
	height: 500px;
	margin: 0px 0 0 4px;
}
.hub #paxWest .info, .hub #paxWest a {height: 350px; width: 209px;background-position: 0 0;}
.hub #paxEast  .info, .hub #paxEast  a {height: 330px; width: 209px;background-position: -220px ;}
.hub #paxSouth .info, .hub #paxSouth a {height: 400px; width: 209px;background-position: -440px 0;}
.hub #paxAus   .info, .hub #paxAus   a {height: 380px; width: 209px;background-position: -660px 0;}
.hub #paxDev   .info, .hub #paxDev   a {height: 320px; width: 209px;background-position: -880px 0;}
.hub #paxWest a p {color: #009ddc;}
.hub #paxEast  a p {color: #ce1d24;}
.hub #paxSouth a p {color: #cc5500;}
.hub #paxAus   a p {color: #fbb024;}
.hub #paxDev   a p {color: #00a192;}
.hub a:hover p {color: #fff !important;}
.hub #paxWest {width: 209px;}
.hub #paxEast  {width: 209px;}
.hub #paxSouth {width: 209px;}
.hub #paxAus   {width: 209px;}
.hub #paxDev   {width: 209px; margin-right: 0;}
.hub li {
	height: 500px;
	list-style: none;
	list-style-position: outside;
	float: left;
	display: inline;
	bottom: 0;
	position: relative;
	margin-right: 11px;
}
.hub li a {
	background: url(../img/sprite_hub.png) repeat-y;
	position: absolute;
	bottom: 0;
	-webkit-transition: height 2500ms ease-in-out 100ms;
	-moz-transition:    height 2500ms ease-in-out 100ms;
	-ms-transition: 	height 2500ms ease-in-out 100ms;
	-o-transition: 		height 2500ms ease-in-out 100ms;
	transition: 		height 2500ms ease-in-out 100ms;
}
.hub li .info {
	background: url(../img/sprite_hub.png) bottom left repeat-y;
	position: absolute;
	bottom: 0;
	overflow: hidden;
}
.hub li .info h4 {
	line-height: 30px;
	position: absolute;
	font-family: "league-gothic", "LeagueGothic", Helvetica, sans-serif;
	line-height: 30px;
	bottom: 195px;
	width: 100%;
	padding: 0 0 0 30px;
	color: #fff;
}
.hub li .info h4 strong {
	font-weight: normal;
	font-size: 27px;
}
.hub #paxWest h4 strong {color: #004e6d;}
.hub #paxEast  h4 strong {color: #6e0000;}
.hub #paxSouth h4 strong {color: #6e2e00;}
.hub #paxAus   h4 strong {color: #8c5b00;}
.hub #paxDev   h4 strong {color: #004740;}
.hub li .info  h2 {
	background: url(../img/sprite_hub.png) top left no-repeat;
	position: absolute;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	height: 95px;
/*	width: 100%;*/
	width: 149px;
	bottom: 69px;
	margin: 0 0 0 30px;	
}
.hub #paxWest h2 {background-position: -1099px 0;}
.hub #paxEast  h2 {background-position: -1258px 0;}
.hub #paxSouth h2 {background-position: -1417px 0;}
.hub #paxAus   h2 {background-position: -1576px 0;}
.hub #paxDev   h2 {background-position: -1735px 0;}
.hub li .info p {
	position: absolute;
	bottom: 0;
	font-family: "jaf-mashine", Helvetica, sans-serif;
	background: rgba(0,0,0,.5);
	padding: 17px 0 0 30px;
	color: #fff;
	height: 32px;
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	transition: 		color .3s ease-in-out;
	-moz-transition: 	color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
}
/*---------------------*/
/* Hover --------------*/
/*---------------------*/
.hub a:hover {
	height: 500px !important;
	-webkit-transition: height 200ms ease-in-out;
	-moz-transition:    height 200ms ease-in-out;
	-ms-transition: 	height 200ms ease-in-out;
	-o-transition: 		height 200ms ease-in-out;
	transition: 		height 200ms ease-in-out;
}
.hub #paxWest a:hover .info,
.hub #paxEast a:hover .info,
.hub #paxSouth a:hover .info,
.hub #paxAus a:hover .info,
.hub #paxDev a:hover .info {-webkit-animation-play-state: paused;}
/*---------------------*/
/* !Unplugged ---------*/
/*---------------------*/
/*
PAX Purple:    #91479a
Mid Purple:    #6e3675
Dark Purple:   #4a244f
Darker Purple: #3c1d40
*/
#paxUnplugged {
	font-family: "league-gothic", "LeagueGothic", Helvetica, sans-serif;
	margin: 26px 0 0 2px;
	width: 300px;
	padding: 0 0 0 25px;
	border-left: 5px solid #91479a;
}
#paxUnplugged a {
	text-decoration: none;
	color: #4a244f;
}
#paxUnplugged h2 {
	font-size: 44px;
	line-height: 50px;	
}
#paxUnplugged h4 strong {
	font-weight: normal;
	color: #91479a;
}
#paxUnplugged h4 {
	font-size: 28px;
	line-height: 30px;
	color: #91479a;
}
/*---------------------*/
/* Animation ----------*/
/*---------------------*/
.hub #paxWest .info,
.hub #paxEast  .info,
.hub #paxSouth .info,
.hub #paxAus   .info,
.hub #paxDev   .info {
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
}
.hub #paxWest .info {
	-webkit-animation-name:barWest;
	-webkit-animation-duration: 8s;
}
.hub #paxEast  .info {
	-webkit-animation-name:barEast;
	-webkit-animation-duration: 14s;
}
.hub #paxSouth .info {
	-webkit-animation-name:barSouth;
	-webkit-animation-duration: 8s;
}
.hub #paxAus   .info {
	-webkit-animation-name:barAus;
	-webkit-animation-duration: 9s;
}
.hub #paxDev   .info {
	-webkit-animation-name:barDev;
	-webkit-animation-duration: 10s;
}
@-webkit-keyframes barWest {
	0%   {height:350px;}
	40%  {height:390px;}
}
@-webkit-keyframes barEast  {
	0%   {height:330px;}
	40%  {height:400px;}
}
@-webkit-keyframes barSouth {
	0%   {height:400px;}
	40%  {height:450px;}
}
@-webkit-keyframes barAus   {
	0%   {height:380px;}
	55%  {height:430px;}
}
@-webkit-keyframes barDev   {
	0%   {height:320px;}
	40%  {height:390px;}
}
/*---------------------*/
/* Future Proof -------*/
/*---------------------*/
.hub #paxWest .info,
.hub #paxEast  .info,
.hub #paxSouth .info,
.hub #paxAus   .info,
.hub #paxDev   .info {
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-play-state: running;
}
.hub #paxWest .info {
	animation-name:barWest;
	animation-duration: 8s;
}
.hub #paxEast  .info {
	animation-name:barEast;
	animation-duration: 14s;
}
.hub #paxSouth .info {
	animation-name:barSouth;
	animation-duration: 8s;
}
.hub #paxAus   .info {
	animation-name:barAus;
	animation-duration: 9s;
}
.hub #paxDev   .info {
	animation-name:barDev;
	animation-duration: 10s;
}
@keyframes barWest {
	0%   {height:350px;}
	40%  {height:390px;}
}
@keyframes barEast  {
	0%   {height:330px;}
	40%  {height:400px;}
}
@keyframes barSouth {
	0%   {height:400px;}
	40%  {height:450px;}
}
@keyframes barAus   {
	0%   {height:380px;}
	55%  {height:430px;}
}
@keyframes barDev   {
	0%   {height:320px;}
	40%  {height:390px;}
}
.hub #paxWest a:hover .info,
.hub #paxEast a:hover .info,
.hub #paxSouth a:hover .info,
.hub #paxAus a:hover .info,
.hub #paxDev a:hover .info {animation-play-state: paused;}