@import url('/themes/pxlscape/css/theme_nav.css');

/* Typography
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Raleway|Open+Sans+Condensed:300');
	
h1,
h2,
h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 1.5em;
	}
	
h1 {
	font-size: 2.4em;
	text-transform: uppercase;
	}
	
h2 {
	font-size: 1.8em;
    
	}
	
h3 {
	font-size: 1.25em;
	}
	
a,
a.visited {

	}
	
a:hover {
	color: #ffbe0e;
	text-decoration: none;
	}
	
.pullquo {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 150%;
	}

.fourcol .pullquo {
	padding: 2% 5%;
	}		

.sixcol .pullquo {
	padding: 2% 5%;
	}

.twelvecol .pullquo {
	padding: 1% 3%;
	}

.content ul,
.content ol	{
	margin: 0;
	}

.fourcol .content ul,
.fourcol .content ol {
	padding: 2% 7%;
	}
		
.sixcol .content ul,
.sixcol .content ol {
	padding: 2% 7%;
	}

.twelvecol .content ul,
.twelvecol .content ol {
	padding: 1% 4%;
	}	

/* Animations
----------------------------------------------- */
@keyframes wiggle { /*wiggle 4.5s infinite;*/
	0% { transform: rotate(0deg); }
	80% { transform: rotate(0deg); }
	85% { transform: rotate(5deg); }
	95% { transform: rotate(-5deg); }
	100% { transform: rotate(0deg); }
	}
	
@keyframes bounceBig { /*bounce 1s infinite alternate;*/
	from { transform: translateY(0px); }
	to { transform: translateY(-15px); }
	}
	
@keyframes bounceSmall { /*bounce 1s infinite alternate;*/
	from { transform: translateY(0px); }
	to { transform: translateY(-4px); }
	}
	
/* Global
----------------------------------------------- */
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 100%;
	color: #333;
	line-height: 160%;
	background: #fff;
	}

.bodyContainer {
	width: 100%;
	padding-top: 65px;
	}

.group {
	padding: 0;
	}
	
.section {
	max-width: 1360px;
	}
	
.noClick {
    pointer-events: none;
	}

	
.pxlBGGroup {
	width: 100%;
	}
	
.pxlBG {
	

	}
	
.pxlFadeIn {
	height: 295px;
	background: url('/themes/pxlscape/structure/pxlMask_vert.png') repeat-x 0 0;
	}
	
.pxlRest {
	height: 100%;
	background: #fff;
	}
	
.slashContainer,
.noSlash {
	background: #fff;
	}
	
.slashContainer {
	padding: 6% 0;
	overflow: hidden;
	}
	
.slashContainer .group {
	padding: 0 12%;
	}
	
.slashContainer .slashLeft .twelvecol .content {
	color: #fff;
	padding: 8% 0 12% 0;
	}
	
.slashContainer .slashRight .twelvecol .content {
	color: #fff;
	padding: 12% 0 8% 0;
	}
	
.slashContainer .slashLeft .sixcol .content,
.slashContainer .slashRight .sixcol .content {
	color: #fff;
	padding: 20% 0;
	}
	
.slashContainer .slashLeft .fourcol .content,
.slashContainer .slashRight .fourcol .content {
	color: #fff;
	padding: 28% 0;
	}
	
.nullLeft {
    -ms-transform: rotate(-12deg); /* IE 9 */
    -webkit-transform: rotate(-12deg); /* Chrome, Safari, Opera */
    transform: rotate(-12deg);
	}
	
.nullRight {
    -ms-transform: rotate(12deg); /* IE 9 */
    -webkit-transform: rotate(12deg); /* Chrome, Safari, Opera */
    transform: rotate(12deg);
	}
		
.slashLeft {
	width: 124%;
	min-height: 300px;
	margin: 6% 0 6% -12%;
    -ms-transform: rotate(12deg); /* IE 9 */
    -webkit-transform: rotate(12deg); /* Chrome, Safari, Opera */
    transform: rotate(12deg);
	overflow: hidden; 		
	}

.slashRight {
	width: 124%;
	min-height: 300px;
	margin: 6% 0 6% -12%;
	background: rgba(0,0,255,1);
    -ms-transform: rotate(-12deg); /* IE 9 */
    -webkit-transform: rotate(-12deg); /* Chrome, Safari, Opera */
    transform: rotate(-12deg);
	overflow: hidden; 		
	}
	
.slashBG {	
	width: 150%;
	min-width: 480px;
	margin: -12% 0 0 -12%;
	top: 0;
	z-index: -1;
	/*-webkit-transform-style: preserve-3d;*/
	border: 1px solid #fff;
	}

.noSlash {
	
	}	
	
.button,
a.button {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	background: url('/themes/pxlscape/structure/pxlMask_vert_10.png') no-repeat right #222C37;
	border: 1px solid #fff;
	border-radius: 6px;
	}

.button.action,
a.button.action {
	background: url('/themes/pxlscape/structure/pxlMask_vert_10.png') no-repeat right #1B9AC7;
	}
		
.button:hover,
a.button:hover {
	background: url('/themes/pxlscape/structure/pxlMask_vert_10.png') no-repeat right #77D1F5;
	text-shadow: 0 0 4px rgba(255,255,255,1),0 0 4px rgba(255,255,255,1);
	animation: bounceSmall 0.3s infinite alternate
	}

.button.inline,
a.button.inline {
	display: inline-block;
	margin-right: 16px;
	border: 1px solid #fff;
	border-radius: 6px; 
	}
	
.twoCol {
	width: 100%;
	}

.colLeft,
.colRight {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	}
		
.colLeft {
	}
	
.colRight {
	}
	
.center {
	text-align: center;
	}
	
img.center {
	display: block;
	margin: 0 auto;
	}

.codeBrac,
.inBetween {
	display: inline-block;
	vertical-align: middle;
	text-shadow: 0px 0 4px rgba(255,255,255,1),0px 0 4px rgba(255,255,255,1);
	}
		
.codeBrac {
	font-size: 55px;
	}
	
.inBetween {
	color: #E03D36;
	margin-top: 12px;
	}
		
.endBrac {
	color: #777;
	font-size: 13px;
	}
	
.endBrac .codeBrac,
.endBrac .inBetween {
	text-shadow: none;
	}
	
.endBrac .codeBrac {
	font-size: 25px;
	}
	
.endBrac .inBetween {
	color: #999;
	margin-top: 4px;
	}
	
.mobReset {
	width: 28px; 
	height: 28px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	right: 8px;
	top: 6px;
	z-index: 3;
	overflow: hidden;
	background: #222c37;
	}
	
.mobReset:hover {
	background: #24cac0;
	}
	
.mobReset img {
	width: 70%;
	display: block;
	margin: 3px auto 0 auto;
	}
	
/* Colour Presets
----------------------------------------------- */	
.redGradH {
	color: #fff;
	background: rgb(141,24,27);
	background: -moz-linear-gradient(left,  rgba(141,24,27,1) 0%, rgba(210,45,44,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(141,24,27,1) 0%,rgba(210,45,44,1) 100%);
	background: linear-gradient(to right,  rgba(141,24,27,1) 0%,rgba(210,45,44,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d181b', endColorstr='#d22d2c',GradientType=1 );
	}
	
.darkBG {
	color: #fff;
	background: #222C37;
	}
	
.blueBG {
	color: #fff;
	background: #13ACE1;
	}	

.purpleBG {
	color: #fff;
	background: #9B478E;
	}	
		
.redBG {
	color: #fff;
	background: #E23A34;
	}	
	
.blackBG {
	color: #fff;
	background: #000;
	}
	
.greyBG { 
	color: #333;
	background: #F5F5F5;
	}
	
.whiteBG {
	color: #333;
	background: #fff;
	}
	
	
	
/* Booklet
----------------------------------------------- */
.booklet {
	width: 240px; 
	height: 389px;
	font-family: "Open Sans",sans-serif;
	font-size: 13px;
	line-height: 1.15em;
	background: #fff;
	position: fixed;
	z-index: 12;
	top: 75px;
	left: -280px;
	}
	
.coverImage {
	position: absolute;
	top: 0;
	left: 0;
	}
	
.closeTrig {
    position: absolute;
    right: -31px;
    top: 5px;
    color: #fff;
    background: #f72a2a;
    z-index: 3;
    font-size: 27px;
    padding: 5px;
	}
	
.closeTrig:hover {
	cursor: pointer;
	background: #ff0000;
	}
		
.bookTrigger {
	width: 25px;
	height: 220px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	background: #f72a2a;
	border-radius: 0 4px 4px 0;
	position: absolute;
	right: -65px;
	top: 0;
	}
	
.bookTrigger:hover {
	background: #ff0000;
	cursor: pointer;
	}
	
.bookTrigger .trigTitle {
	padding: 33px 10px;	
	white-space: nowrap;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
	}
	
.bookBG {
	width: 100%;
	height: 100%;
	padding: 20px;
	background: #ffffff;
	background: -moz-linear-gradient(45deg,  #ffffff 0%, #eaeaea 100%);
	background: -webkit-linear-gradient(45deg,  #ffffff 0%,#eaeaea 100%);
	background: linear-gradient(45deg,  #ffffff 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 );
	position: absolute;
	z-index: -1;
	}
	
.bookPageTitle {
	width: 86%;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	position: absolute;
	left: 0;
	top: 0;
	}
	
.bookPageTitle img {
	display: block;
	margin: 0 auto;
	}
	
.page {
	width: 100%;
	height: 100%;
	color: #333;
	padding: 20px;
	box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.5);
	background: #ffffff;
	background: -moz-linear-gradient(45deg,  #ffffff 0%, #eaeaea 100%);
	background: -webkit-linear-gradient(45deg,  #ffffff 0%,#eaeaea 100%);
	background: linear-gradient(45deg,  #ffffff 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 );
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
	}
	
.commandList {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.commandList li {
	list-style: none;
	margin: 3px 0;
	}

.key {
	width: 20px;
    height: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #333;
    background: #000;
	}

.bookPageContent {
	margin-top: 37px;
	}	

.bookCover {
	color: #fff;
	background: #000000;
	}	
	
.pageActive {
	opacity: 1;
	}

.flipTrig {
	width: 30px;
	height: 24px;
	background: url('/themes/pxlscape/structure/page_rCorner.png') no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	}

.flipBackTrig {
	width: 30px;
	height: 24px;
	background: url('/themes/pxlscape/structure/page_lCorner.png') no-repeat;
	position: absolute;
	left: -5px;
	bottom: 0;
	z-index: 3;
	display: none;
	}
		
.flipTrig:hover,
.flipBackTrig:hover {
	cursor: pointer;
	}	
	
.backCover {
	font-weight: 600;
	text-align: center;
	}
	
.backCover img {
	margin: 55px auto 0 auto;
	}
	
/* Header
----------------------------------------------- */
.header {
	width: 100%;
	height: 64px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	border-bottom: 3px solid #eee;
	background: #222C37;
	}
	
.headerBG {
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.7;
	position: absolute;
	z-index: -1;
	}

.logo {
	width: 280px;
	position: absolute;
	margin-top: -23px;
	left: 3%;
	top: 50%;
	}
		
.pageTop {
	backgroud: #fff;
	}

/* Nav Php
----------------------------------------------- */	
.navCurtain {
	background-image: url('/themes/pxlscape/structure/pxlMask_vert_25.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	}

/* Content
----------------------------------------------- */
.mainBG {
	color: #fff;
	background: #0d6190;
	overflow: hidden;
	}
		
.backdrop {
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 0;
	position: fixed;
	}
		
.pxlSection {
	position: relative;
	}
	
.projDesc {
	min-height: 475px;
	}
	
.projDesc.content {
	padding: 8% 75px 8% 5%;
	position: relative;
	}
	
.projDesc h3 {
	border-left: 8px solid #333;
	padding-left: 8px;
	margin-bottom: 16px;
	}
	
.projCover {
	/*padding: 8% 0;*/
	position: relative;
	}
		
.fprojItem img {
	width: 80px;
	display: block;
	margin: 0 auto;
	}
	
.fprojItem:hover {
	cursor: pointer;
	}

.projCoverBG {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	}
		
.projPoster {
	width: 240px;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -120px;
	top: 50%;
	margin-top:-195px;
	z-index: 2;
	}
	
.projSelector {
/*
	width: 100%;
	text-align: center;
	background: #fff;
*/

	width: 80px;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: -40px;
	top: 0;
	left: 50%;

	}
	
.fprojHead {
	text-align: center;
	margin-bottom: 50px;
	}
	
.fprojItem {
	display: block;
	}
	
.fprojItem:hover {
	}
	
.fprojSubtext {
	text-align: center;
	font-weight: 400;
	margin: 20px 0;
	}
	
.fprojButtons {
	text-align: center;
	margin: 50px 0 0 0;
	}
		
.fprojSubtext {
	font-weight: 600;
	font-style: italic;
	}
		
.projLogo {
	display: block;
	margin: 20px auto;
	}
	
.projIntro {
	padding: 3%;
	margin: 20px 0 40px 0;
	}
		
.projSet {
	position: relative;
	display: none;
	}

.fprojRequire {
	margin-top: 5%;
	}

.fprojIcons {
	text-align: center;
	}
	
.iconGroup {
	width: auto;
	text-align: center;
	margin: 5px 0;
	padding: 2%;
	display: inline-block;
	vertical-align: top;
	}
	
.iconGroup img {
	display: inline-block;
	vertical-align: middle;
	}
	
.inputGroup {

	
	}
	
.osGroup,
.browserGroup {
	

	}
	
.osGroup {
	
	}
		
.projContent img.playIcon {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 2px;
	}
		
.activeSet {
	display: block;
	}
	
.activeThum {
	outline: 3px solid #fff;
	box-shadow: 0 0 12px rgba(255,255,255, 0.7),0 0 12px rgba(255,255,255, 0.7); 
	animation: bounceSmall 0.3s infinite alternate;
	}
	
.boxArt {
	margin: 8px 0 0 2px;
	}
	
.fourcol .content {
	padding: 3% 12%;
	}
		
.sixcol .content {
	padding: 3% 8%;
	}
	
.twelvecol .content {
	padding: 3%;
	}
	
.projContent li {
	list-style: none;
	padding: 10px 0 10px 60px;
	}
	
.projContent li.check_blue {
	background: url('/themes/pxlscape/structure/site_checkmark_blue.png') no-repeat 0 0;
	}
	
.projContent li.check_red {
	background: url('/themes/pxlscape/structure/site_checkmark_red.png') no-repeat 0 0;
	}
	
.projContent li.check_yellow {
	background: url('/themes/pxlscape/structure/site_checkmark_yellow.png') no-repeat 0 0;
	}
	
.projContent,
.projContent h1,
.projContent h2,
.projContent h3 {
	color: #fff;
	}
	
.projContent img {
	display: block;
	margin: 0 auto;
	}

.projLeftImg,
.projRightImg {
	width: 100%;
	}
		
.projLeftImg {
	max-width: 200px;
	}
	
.projRightImg {
	max-width: 200px;
	}
	
.pxlSectionTitle {
	font-size: 32px;
	padding: 3% 8%;
	margin: 20px 0 15px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: -moz-linear-gradient(left, rgba(38,198,218,0) 0%, rgba(38,198,218,1) 13%, rgba(38,198,218,1) 14%, rgba(38,198,218,1) 46%, rgba(38,198,218,0) 100%);
	background: -webkit-linear-gradient(left, rgba(38,198,218,0) 0%,rgba(38,198,218,1) 13%,rgba(38,198,218,1) 14%,rgba(38,198,218,1) 46%,rgba(38,198,218,0) 100%);
	background: linear-gradient(to right, rgba(38,198,218,0) 0%,rgba(38,198,218,1) 13%,rgba(38,198,218,1) 14%,rgba(38,198,218,1) 46%,rgba(38,198,218,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0026c6da', endColorstr='#0026c6da',GradientType=1 );
	}
	
.projItemWrap {
	text-align: center;
	}
	
.projItem {
	display: inline-block;
	vertical-align: top;
	margin: 20px 3%;
	}


.projItem:hover {
	transform: rotate(-8deg);	
	}


/* Footer
----------------------------------------------- */	
.footer {
	color: #fff;
	/*background-image: url('/themes/pxlscape/structure/pxlMask_50.png');*/
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #222C37;
	border-top: 3px solid #eee;
	position: relative;
	}

.footer .content {
	padding: 3% 8%;
	}
	
.disclaimer {
	font-size: 9px;
	}

@media handheld, only screen and (max-width: 800px) {	
.backdrop {
	width: auto;
	height: auto;
	}
}

@media handheld, only screen and (max-width: 767px) {	
}

@media handheld, only screen and (max-width: 639px) {	
h1 {
	font-size: 1.75em;
	}
	
h2 {
	font-size: 1.2em;
	}
		
h3 {
`}
}

@media handheld, only screen and (max-width: 479px) {	
}