/*
Theme Name: Ploy
Description: Ploy
Author: Niika
Author URI: http://niika.com.au
Version: 1.0

License: GPLv3
License URI: http://www.gnu.org/copyleft/gpl.html

*/

* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; *behavior:url(boxsizing.htc); }
html, body { 
	margin:0;
	padding:0;
	color: #333;
	line-height:1;
	font-family: "Noto Sans", Helvetica, sans-serif;
	outline: none;
	height: 100%;
}

body {
	background: #fffbf0;
}

h1 {
	font-size:32px;
	}
	
h2 {
	font-weight: 400;
	font-size: 18px;
	}

h1, h2, h3, p { margin:0 0 1.5rem; color:#fff;}
p { line-height:1.4;  }

a { color:#93CC65; outline:none !important; text-decoration: none;}

blockquote { 
	background:#fff; 
	margin:0 0 20px;
	padding:5px 20px; 
}
pre {
	white-space:pre-wrap;       /* css-3 */
	white-space:-moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space:-pre-wrap;      /* Opera 4-6 */
	white-space:-o-pre-wrap;    /* Opera 7 */
	word-wrap:break-word;       /* Internet Explorer 5.5+ */
}

a:visited,
a:active;
a:hover,
a {
	outline: none;
}
.box { 
	background:#444; background:rgba(0,0,0,.6);
	padding:20px;
	border-radius:5px;
	margin-bottom:20px;
}
.nav { 
	position:fixed; 
	top:50px;left:50px;
	z-index: 999999;
	width:150px; 
	-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;
}
.credit {
	margin:20px 0;
}
.download-links { margin-top:20px; }
.download { margin-left:10px; padding:5px 10px; color:#fff; background:#111; border-radius:5px; display: inline; }
.video-list {
	list-style:none;
	margin:0 0 -10px;
	padding:0;
	text-align:center;
}
.video-list li {
	margin-bottom:10px;
}
.video-list .playlist-btn {
	display:block;
	width:100%;
}





#main-header {
	left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

#mfade {
	z-index: 8;
	width: 100%;
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffbf0+0,fffbf0+100&0.9+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,251,240,0.9) 0%, rgba(255,251,240,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,251,240,0.9) 0%,rgba(255,251,240,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,251,240,0.9) 0%,rgba(255,251,240,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fffbf0', endColorstr='#00fffbf0',GradientType=0 ); /* IE6-9 */
}

.hsect {
	box-sizing: border-box;
    float: left;
    height: auto;
    padding: 1rem;
    
}

.header-left {
	position: relative;
	width: 30%;
}

.header-centre {
	position: relative;
	width: 40%;
	text-align: center;
	max-height: 102px;
}

.header-centre a {
	display: block;
    height: 70px;
    position: relative;
    text-align: center;
    padding: 0.6rem;
}

.header-centre a svg {
	display: block;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.header-right {
	position: relative;
	width: 30%;
	text-align: right;
}

.hlink {
	float: left;
    height: 70px;
    padding: 18px;
    position: relative;
    width: 70px;
    box-sizing: border-box;
    color: #4F4F4F;
}

/* .header-right .hlink {
	display: inline-block;
	float: none;	
}*/

.float-right {
	float: right;
}

.hlink svg {
	position: relative;
	max-width: 100%;
}

.header-right .hlink {
	padding: 18px 10px;
	width: 58px;
}

.header-right .hlink:last-child {
	width: auto;
}

.li-follow-btn {
	position: relative;
	text-align: center;
	padding: 8px 0;
}

.hlink svg path,
.hlink svg rect {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.hlink:hover svg path,
.hlink:hover svg rect {
	fill: #93cc65;
}

.on .header-left .hlink svg path {
	fill: #fffbf0;
}

.on .hlink:hover svg path {
	fill: #93cc65;
}

.socialall:hover svg path,
.socialall.on:hover svg path {
	fill: #93cc65;
}

.menuon #menulink svg path {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.menuon #menulink svg path:nth-child(1) {
	-ms-transform: rotate(45deg); /* IE 9 */
    -ms-transform-origin: 23px 40px; /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 23px 40px; /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    transform-origin: 23px 40px;
}

.menuon #menulink svg path:nth-child(2) {
	opacity: 0;
	display: none;
}

.menuon #menulink svg path:nth-child(3) {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -ms-transform-origin: 22px 60px; /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 22px 60px; /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    transform-origin: 22px 60px;
}







#site-navigation {
	background: rgba(79, 79, 79, 0.9);
    height: 100%;
    left: -280px;
    position: fixed;
    top: 0;
    width: 280px;
    z-index: 8;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 90px;
    box-sizing: border-box;
}

#site-navigation.on {
    left: 0;
}

#site-navigation ul {
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	position: relative;
	
}


#site-navigation ul:before {
	border-top: 1px solid #474747;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 10%;
    position: absolute;
    top: 0;
    width: 80%;
}

#site-navigation ul li {
	font-family: 'Source Sans Pro';
	display: block;
	font-weight: 600;
}

#site-navigation ul li a {
	position: relative;
	display: block;
	padding: 0.9rem 2.5rem;
	letter-spacing: 0.05rem;
	color: #fffbf0;
	
	opacity: 0.7;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#site-navigation ul li a:hover {
	opacity: 1;
}

#site-navigation ul .current-menu-item {
	opacity: 1;
	border-left: 0.2rem solid #93cc65;
}

#site-navigation ul .current-menu-item a {
	opacity: 1;
	padding: 0.9rem 2.5rem 0.9rem 2.3rem;
}




#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: table;
   opacity: 1;
   background-color: #fffbf0;
   z-index: 999;
   text-align: center;
   color: #fff;
}

#loadingi {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#loading-image {
  position: relatve;
  z-index: 100;
  max-width: 200px;
}

#loadingtwo {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: table;
   opacity: 1;
   background-color: #fffbf0;
   z-index: 998;
}

#transition {
	position: fixed;
	display: none;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fffbf0;
}



.theposts {
	position: relative;
	max-width: 1200px;
	margin: 0 auto 8rem;
	width: 100%;
}

.featlisting {
	position: relative;
	overflow: hidden;
	display: table;
	margin: 2rem 0;
	padding: 6rem 0 4rem;
	border-bottom: 1px solid #eee;
}

.normlistings {
	position: relative;
	overflow: hidden;
}

.normlisting {
	position: relative;
	overflow: hidden;
	display: table;
	/*width: 50%;*/
	float: left;
	
	width: 100%;
	margin: 2rem 0;
}

.normlisting:nth-child(odd) {
	clear: both;
}

.featlistleft {
	position: relative;
	width: 50%;
	max-width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.featlistingimg {
	border: 1px solid #eee;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center;
}

.imgpostbtn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: -9999px;
}

.featlistright {
	position: relative;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	padding: 4%;
}

.normlisting .featlistleft {
	width: 35%;
}

.normlisting .featlistright {
	width: 65%;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.featleftghost {
	width: 100%;
	padding-bottom: 56.25%;
}

.theposts h2 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #93CC65;
}

.theposts .normlisting h2 {
	font-size: 1.7rem;
}

.custexc {
	position: relative;
	color: #444444;
	margin: 0 0 0.5rem;
}

.custexc p {
	color: #444444;
}

.postbtnh {
	display: block;
}

.theposts .postbtn,
.singpost .postbtn {
	display: inline-block;
	color: #93CC65;
	background: transparent;
	font-size: 1rem;
	padding: 0.8rem 1.6rem;
	border: 2px solid #93CC65;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	margin: 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.theposts .postbtn:hover,
.singpost .postbtn:hover {	
	border: 2px solid #93CC65;
	background: #93CC65;
	color: #fffbf0;
	cursor: pointer;
}

.singpost .postbtnh {
	text-align: center;
	margin-top: 3.2rem;
	display: block;
}


.singpost {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 4rem auto;
	padding: 5%;
}

.singpost h2 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #93CC65;
	margin-top: 0;
	margin-bottom: 2rem;
	text-align: center;
}

.singcontent {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
	padding:5% 8% 8%;
}

.downloadform {
	position: relative;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 8% 8% 0;
}

.downloadformprompt {
	background: rgba(255,255,255,0.6);
	position: relative;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 4% 8%;
	text-align: center;
}

.downloadformprompt p {
	color: #93CC65;
	margin: 0;	
}



.main {
	position:fixed;
	margin:0;
	-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	
	display: table;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

#mainlogo {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 1rem;
}



#maingraphic {
	display: table-cell;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

#maingraphic img {
	position: relative;
	width: 100%;
	max-width: 200px;
	-webkit-transition: 3s;
	-moz-transition: 3s;
	-o-transition: 3s;
	transition: 3s;
}

#maingraphic img.sizer {
	max-width: 800px;
}



#sectionmenu {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 10px;
	-o-display: flex;
	-moz-display: flex;
	display: flex;
}

.sectionbreak {
	position: relative;
	text-indent: -9999px;
	width: 100%;
	
	opacity: 0.3;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.sectionbreak.active,
.sectionbreak:hover {
	opacity: 1;
}

.wwd-sections {
	position: relative;
	height: 100%;
	z-index: 1;
}

.wwd-section {
	display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
}

.wwd-sectioni {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.wwd-text {
	position: relative;
	width: 50%;
	padding: 10%;
}

/*.page-template-page-contact .wwd-text {
	position: relative;
	width: 100%;
	padding: 10%;
	max-width: 1000px;
	margin: 0 auto;
}*/

.wwd-text h2 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #93CC65;
}

.wwd-copy p {
	position: relative;
	color: #444444;
}


.scene-holder {
	height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display: table;
    
    z-index: 0;
}

.scene-spacer {
	display: table-cell;
	vertical-align: middle;
}

.scene-spaceri {
	width: 50%;
	float: right;
	margin-right: 2rem;
}



#sceneload a {
	opacity: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	max-width: 1200px;
}

#sceneload a.active {
	opacity: 1;
}




.scene-build {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center;
	
	background-repeat: no-repeat;
	
	width: 100%;
	padding-bottom: 75%;
	position: relative;
}

.object {
	position: absolute;
}

.object img {
	width: 100%;
}


#sc2bg {
	background-image: url('scenes/02/bg.png');
}

#sc2bg .person {
	top: 58%;
	left: 44%;
	width: 9%;
	
	-moz-animation: 0.5s ease-in-out 0s normal none infinite beam;
    -moz-transform-origin: center;
    -webkit-animation: beam 0.5s infinite ease-in-out;
    -webkit-transform-origin: center;
}

#sc2bg .plant {
	top: 73%;
	left: 33.6%;
	width: 4%;
	
	-moz-animation: 0.5s ease-in-out 0s normal none infinite beam;
    -moz-transform-origin: center;
    -webkit-animation: beam 0.5s infinite ease-in-out;
    -webkit-transform-origin: center;
}

#sc2bg .spaceship {
	top: 9%;
	left: 27%;
	width: 44%;
	
	-moz-animation: 2s ease-in-out 0s normal none infinite hover;
    -moz-transform-origin: center;
    -webkit-animation: hover 2s infinite ease-in-out;
    -webkit-transform-origin: center;
}

.spaceshiplines {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	
	-moz-animation: 0.05s ease-in-out 0s normal none infinite flicker;
    -moz-transform-origin: center;
    -webkit-animation: flicker 0.05s infinite ease-in-out;
    -webkit-transform-origin: center;
}

.spaceshipbody {
	z-index: 1;
	position: relative;
}




#sc1bg {
	background-image: url('scenes/01/bg.png');
}

#sc1bg .superman {
	top: 30%;
	left: 48%;
	width: 18%;
}

.sm-leg {
	position: relative;
	z-index: 2;
}

.sm-man {
	position: absolute;
	top: 0;
	left: -1%;
	z-index: 3;
	
	-moz-animation: 2s ease-in-out 0s normal none infinite wobbler;
    -moz-transform-origin: center;
    -webkit-animation: wobbler 2s infinite ease-in-out;
    -webkit-transform-origin: center;
}

.sm-cape {
	position: absolute;
	top: 5%;
	z-index: 1;
	max-width: 66%;
	margin-left: -20%;
	left: 52%;
	
	-moz-animation: 1s ease-in-out 0s normal none infinite wobbler;
    -moz-transform-origin: center left;
    -webkit-animation: wobbler 1s infinite ease-in-out;
    -webkit-transform-origin: center left;
}

.sm-foot-shadow {
	position: absolute;
	bottom: 22%;
	right: 17%;
	z-index: 1;
	max-width: 15%;
	margin-left: 0;
	
	-moz-animation: 2s ease-in-out 0s normal none infinite footshad;
    -moz-transform-origin: center;
    -webkit-animation: footshad 2s infinite ease-in-out;
    -webkit-transform-origin: center;
}

#sc1bg .dog {
	top: 41.4%;
	left: 43.3%;
	width: 7.8%;
}

#sc1bg .dog .dog-body {
	z-index: 2;
	position: relative;
}

#sc1bg .dog .dog-tail {
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 1;
	max-width: 20%;
	
	-moz-animation: 0.25s ease-in-out 0s normal none infinite wag;
    -moz-transform-origin: bottom right;
    -webkit-animation: wag 0.25s infinite ease-in-out;
    -webkit-transform-origin: bottom right;
}


#sc1bg .woman {
	bottom: 5%;
	left: 39.5%;
	width: 18%;
}

.woman-stand {
	z-index: 1;
	position: relative;
}

.woman-screen {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	
	-moz-animation: 0.05s ease-in-out 0s normal none infinite flicker;
    -moz-transform-origin: center;
    -webkit-animation: flicker 0.05s infinite ease-in-out;
    -webkit-transform-origin: center;
}

.scenery {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.scenery2 {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#sc3bg {
	background-image: url('scenes/03/bg.png');
}

#sc3bg .tm-flicker-1 {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-animation: 0.05s ease-in-out 0s normal none infinite flicker;
    -moz-transform-origin: center;
    -webkit-animation: flicker 0.05s infinite ease-in-out;
    -webkit-transform-origin: center;
	
}

#sc3bg .tm-people {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

#sc3bg .tm-flicker-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	-moz-animation: 0.05s ease-in-out 0s normal none infinite flicker;
    -moz-transform-origin: center;
    -webkit-animation: flicker 0.05s infinite ease-in-out;
    -webkit-transform-origin: center;
}

#sc4bg .ts-building {
	position: absolute;
	z-index: 3;
}

#sc4bg .ts-globe {
	position: absolute;
	z-index: 4;
	
	-moz-animation: 0.05s ease-in-out 0s normal none infinite flicker;
    -moz-transform-origin: center;
    -webkit-animation: flicker 0.05s infinite ease-in-out;
    -webkit-transform-origin: center;
}

#sc4bg .ts-glow {
	position: absolute;
	z-index: 5;
	
	-moz-animation: 2s ease-in-out 0s normal none infinite glow;
    -moz-transform-origin: center;
    -webkit-animation: glow 2s infinite ease-in-out;
    -webkit-transform-origin: center;
}

.ts-plant-1 {
	top: 55%;
	left: 36.4%;
	z-index: 8;
	width: 2.2%;
}

.ts-plant-2 {
	top: 50.5%;
	left: 30.3%;
	z-index: 8;
	width: 2.2%;
}

.ts-plant-pot {
	position: absolute;
}

.ts-hathair {
	top: 24.8%;
	left: 34.3%;
	z-index: 8;
	width: 4.2%;
}

.ts-hat {
	position: absolute;
	-moz-animation: 3s ease-in-out 0s normal none infinite wobbler;
    -moz-transform-origin: center bottom;
    -webkit-animation: wobbler 3s infinite ease-in-out;
    -webkit-transform-origin: center bottom;
}

.ts-hair {
	position: absolute;
}

.ts-plant-leaf {
	position: absolute;
	width: 80% !important;
	top: 0;
	left: 50%;
	margin-left: -38%;
	
	-moz-animation: 2s ease-in-out 0s normal none infinite wobbler;
    -moz-transform-origin: center bottom;
    -webkit-animation: wobbler 2s infinite ease-in-out;
    -webkit-transform-origin: center bottom;
}

.ts-back-cloud-small {
	position: absolute;
	width: 30%;
	top: 32%;
	left: 13%;
	-moz-animation: 2s ease-in-out 0s normal none infinite hover2;
    -moz-transform-origin: center;
    -webkit-animation: hover2 2s infinite ease-in-out;
    -webkit-transform-origin: center;
}

.ts-back-cloud-large {
	position: absolute;
	width: 45%;
	top: 45%;
	left: 9%;
	-moz-animation: 4s ease-in-out 0s normal none infinite hover2;
    -moz-transform-origin: center;
    -webkit-animation: hover2 4s infinite ease-in-out;
    -webkit-transform-origin: center;
}

.ts-back-cloud-large-2 {
	position: absolute;
	width: 43%;
	top: 23%;
	left: 43%;
	
	-moz-animation: 5s ease-in-out 0s normal none infinite hover;
    -moz-transform-origin: center;
    -webkit-animation: hover 5s infinite ease-in-out;
    -webkit-transform-origin: center;
}

.ts-front-cloud-small {
	position: absolute;
	width: 23%;
	top: 42%;
	left: 47%;
	z-index: 4;
	
	-moz-animation: 3s ease-in-out 0s normal none infinite hover;
    -moz-transform-origin: center;
    -webkit-animation: hover 3s infinite ease-in-out;
    -webkit-transform-origin: center;
}

.ts-front-cloud-mid {
	position: absolute;
	width: 30%;
	top: 58%;
	left: 66%;
	z-index: 4;
	
	-moz-animation: 4s ease-in-out 0s normal none infinite hover;
    -moz-transform-origin: center;
    -webkit-animation: hover 4s infinite ease-in-out;
    -webkit-transform-origin: center;
}

.ts-front-cloud-large {
	position: absolute;
	width: 45%;
	top: 61%;
	left: 34%;
	z-index: 4;
	
	-moz-animation: 5s ease-in-out 0s normal none infinite hover2;
    -moz-transform-origin: center;
    -webkit-animation: hover2 5s infinite ease-in-out;
    -webkit-transform-origin: center;
}


#sc5bg {
	background-image: url('scenes/05/bg.png');
}

#sc5bg .dog {
	top: 67.4%;
	left: 56.3%;
	width: 7.8%;
}

#sc5bg .dog .dog-body {
	z-index: 2;
	position: relative;
}

#sc5bg .dog .dog-tail {
	position: absolute;
	top: 5%;
	right: 5%;
	z-index: 1;
	max-width: 20%;
	
	-moz-animation: 0.25s ease-in-out 0s normal none infinite wag;
    -moz-transform-origin: bottom left;
    -webkit-animation: wag 0.25s infinite ease-in-out;
    -webkit-transform-origin: bottom left;
}

#sc5bg .screen {
	z-index: 3;
	
	-moz-animation: 0.05s ease-in-out 0s normal none infinite flicker;
    -moz-transform-origin: center;
    -webkit-animation: flicker 0.05s infinite ease-in-out;
    -webkit-transform-origin: center;
}

#sc5bg .ps-man {
	position: absolute;
	right: 9%;
	bottom: 5%;
	width: 7.5%;
}

#sc5bg .ps-man-body {
	z-index: 2;
	position: relative;
}

#sc5bg .ps-man-arm {
	position: absolute;
	right: 29%;
	top: 12%;
	width: 60%;
	z-index: 1;
	
	-moz-animation: 4s ease-in-out 0s normal none infinite pointing;
    -moz-transform-origin: center right;
    -webkit-animation: pointing 4s infinite ease-in-out;
    -webkit-transform-origin: center right;
}

.ps-plant-1 {
	top: 75.2%;
	left: 29.2%;
	z-index: 8;
	width: 2.8%;
}

.ps-plant-2 {
	top: 51.5%;
	left: 6.6%;
	z-index: 8;
	width: 2.8%;
}

#sc5bg .lights {
	z-index: 4;
	position: absolute;
	width: 100%;
	
	-moz-animation: 2s ease-in-out 0s normal none infinite glow2;
    -moz-transform-origin: center;
    -webkit-animation: glow2 2s infinite ease-in-out;
    -webkit-transform-origin: center;
}




#sc6bg {
	background-image: url('scenes/06/bg.png');
}

#sc6bg .li-flicker {
	z-index: 1;
	
	-moz-animation: 0.05s ease-in-out 0s normal none infinite flicker;
    -moz-transform-origin: center;
    -webkit-animation: flicker 0.05s infinite ease-in-out;
    -webkit-transform-origin: center;
}

#sc7bg {
	background-image: url('scenes/07/bg.png');
}

#sc7bg .li-flicker {
	z-index: 1;
	
	-moz-animation: 0.05s ease-in-out 0s normal none infinite flicker;
    -moz-transform-origin: center;
    -webkit-animation: flicker 0.05s infinite ease-in-out;
    -webkit-transform-origin: center;
}

#sc8bg {
	background-image: url('scenes/08/bg.png');
}

#sc8bg .li-flicker {
	z-index: 1;
	
	-moz-animation: 0.05s ease-in-out 0s normal none infinite flicker;
    -moz-transform-origin: center;
    -webkit-animation: flicker 0.05s infinite ease-in-out;
    -webkit-transform-origin: center;
}


#sc8bg .dog {
	top: 53.8%;
	right: 23%;
	width: 5.3%;
}

#sc8bg .dog .dog-body {
	z-index: 2;
	position: relative;
}

#sc8bg .dog .dog-tail {
	position: absolute;
	top: 5%;
	right: 5%;
	z-index: 1;
	max-width: 20%;
	
	-moz-animation: 0.25s ease-in-out 0s normal none infinite wag;
    -moz-transform-origin: bottom left;
    -webkit-animation: wag 0.25s infinite ease-in-out;
    -webkit-transform-origin: bottom left;
}

@-moz-keyframes pointing{
    0% { transform: rotate(-15deg); }
  	20% { transform: rotate(-15deg); }
  	30% { transform: rotate(0deg); }
  	40% { transform: rotate(0deg); }
  	50% { transform: rotate(15deg); }
  	60% { transform: rotate(15deg); }
  	70% { transform: rotate(0deg); }
  	80% { transform: rotate(0deg); }
  	90% { transform: rotate(-15deg); }
  	100% { transform: rotate(-15deg); }
}
@-webkit-keyframes pointing{
    0% { -webkit-transform: rotate(-15deg); }
  	20% { -webkit-transform: rotate(-15deg); }
  	30% { -webkit-transform: rotate(0deg); }
  	40% { -webkit-transform: rotate(0deg); }
  	50% { -webkit-transform: rotate(15deg); }
  	60% { -webkit-transform: rotate(15deg); }
  	70% { -webkit-transform: rotate(0deg); }
  	80% { -webkit-transform: rotate(0deg); }
  	90% { -webkit-transform: rotate(-15deg); }
  	100% { -webkit-transform: rotate(-15deg); }
}



@-moz-keyframes flicker{
    0%, 100% { opacity: 1; }
  	50% { opacity: 0; }
}
@-webkit-keyframes flicker{
    0%, 100% { opacity: 1; }
  	50% { opacity: 0; }
}

@-moz-keyframes glow{
    0%, 100% { opacity: 0.7; }
  	50% { opacity: 0; }
}
@-webkit-keyframes glow{
    0%, 100% { opacity: 0.7; }
  	50% { opacity: 0; }
}

@-moz-keyframes glow2{
    0%, 100% { opacity: 1; }
  	50% { opacity: 0; }
}
@-webkit-keyframes glow2{
    0%, 100% { opacity: 1; }
  	50% { opacity: 0; }
}

@-moz-keyframes hover{
  0% { transform: translateY(0); }
  50% { transform: translateY(-3%); }
  100% { transform: translateY(0); }
}
@-webkit-keyframes hover{
  0% { -webkit-transform: translateY(0); }
  50% { -webkit-transform: translateY(-3%); }
  100% { -webkit-transform: translateY(0); }
}

@-moz-keyframes hover2{
  0% { transform: translateY(0); }
  50% { transform: translateY(-5%); }
  100% { transform: translateY(0); }
}
@-webkit-keyframes hover2{
  0% { -webkit-transform: translateY(0); }
  50% { -webkit-transform: translateY(-5%); }
  100% { -webkit-transform: translateY(0); }
}


@-moz-keyframes wobbler{
    0%, 100% {
    transform: rotate(0deg);
  }
  	50% {
    transform: rotate(8deg);
  }
}
@-webkit-keyframes wobbler{
   0%, 100% {
    -webkit-transform: rotate(0deg);
  }
  	50% {
    -webkit-transform: rotate(8deg);
  }
}


@-moz-keyframes wag{
    0%, 100% {
    transform: rotate(0deg);
  }
  	50% {
    transform: rotate(12deg);
  }
}
@-webkit-keyframes wag{
   0%, 100% {
    -webkit-transform: rotate(0deg);
  }
  	50% {
    -webkit-transform: rotate(12deg);
  }
}

@-moz-keyframes footshad{
   0%, 100% {
    transform: translate(0, 0);
    
  }
  	50% {
    transform: translate(-20%, 5%);
  }
}
@-webkit-keyframes footshad{
   0%, 100% {
    -webkit-transform: translate(0, 0);
    
  }
  	50% {
    -webkit-transform: translate(-20%, 5%);
  }
}


@-moz-keyframes beam{
    0%, 100% {
    transform: rotate(0deg);
  }
  	50% {
    transform: rotate(5deg);
  }
}
@-webkit-keyframes beam{
   0%, 100% {
    -webkit-transform: rotate(0deg);
  }
  	50% {
    -webkit-transform: rotate(5deg);
  }
}










.mono {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 1;
	border-top: 1px solid #eee;
	background: rgba(0,0,0,0.05);
	padding: 4rem;
	font-size: 0.9rem;
}

.mono a {
	color: #777;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.mono a:hover {
	opacity: 0.7;
}

body.home .mono {
	position: fixed;
	padding: 1rem;
	right: 0;
	width: auto;
	background: transparent;
	border: none;
	left: inherit;
	opacity: 0.2;
}

.page-id-9 .monobottom {
	display: none;
}




.ghost {
	display: none;
}

#social {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	opacity: 0.9;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 9;
	height: 40px;
}

#social li {
	display: inline-block;
    height: 40px;
    width: 40px;
    margin: 2px 5px;
    opacity: 1;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#social li:hover {
	opacity: 0.8;
}

#social li a {
	display: block;
	width: 100%;
	height: 100%;
}

#social li a svg {
	display: block;
	width: 100%;
	height: 100%;
}

#social li svg path {
	fill: #fff;
}


.nav-link {
	display:block;
	padding-bottom:10px;
	text-decoration:none;
	font-style:normal;
}
.toggle-btn {
	position: absolute;
	bottom: -50px;
	left: 5px;
	background:rgba(0,0,0,.8);
	padding: 6px 12px;
	border-radius: 10px;
	color: #fff;
	font-size: .8em;
	font-family:'Source Sans Pro', sans-serif; font-weight:900; 
	text-transform: uppercase;
}

.socialall {
	display: none;
}

.socmob.bottommob {
	display: none;
}

/*@media screen and (max-device-width: 800px) {*/

@media (max-width: 767px) {  
        
    .wwd-section {
	    z-index: inherit;
    }    
        
    .mono.monotop {
	    margin-top: 20px;
    }
    
    #social {
	    bottom: 0;
	    height: auto;
	    margin: 5px 0;
	    position: fixed;
	    right: 0;
	    top: inherit;
    }
    
    #social li svg path {
	    fill: #f2725f;
    }
    
    #site-navigation {
	    min-height: auto;
    }
    
    .allhold {
	    padding-bottom: 0;
    }
    
	.allhold {
		background: transparent;
	}
		
	.social li.ghost {
		display: block;
	}
	
	#social li {
		width: 60px;
		height: 50px;
	}
	
	
	.contei {
		padding: 0 1rem;
	}
	
	#site-navigation ul {
		width: 100%;
		font-size: 0;
	}
	
	#site-navigation ul li {
		width: 25%;
	}
	
	#site-navigation ul li a {
		padding: 1rem 0;
		font-size: 0.6rem;
		width: 100%;
		text-align: center;
	}
	
	.thedate {
	    font-size: 2rem;
	    letter-spacing: 0.4rem;
	}
	
	.sectionii {
	    padding-left: 1rem;
	    padding-right: 1rem;
	}
	
	.primaryi {
	    max-width: 50%;
	}
	
	.secondaryi {
	    max-width: 50%;
	}
	
	
	
	
	
	.hsect {
		padding: 0.1rem;
	}
	
	.hlink {
		padding: 10px;
		width: 50px;
		height: 50px;
	}
	
	.header-right,
	.header-left {
		width: 35%;
	}
	
	.header-centre {
		width: 30%;
	}
	
	.header-centre a {
		height: 50px;
	}
	
	.header-right .hlink {
		padding: 10px;
		width: 50px;
	}
	
	#maingraphic img {
		width: 130%;
		margin-left: -13%;
	}
	
	.socialall {
		display: block;
		top: 0;
		right: 0;
	}
	
	.socialall:hover {
		cursor: pointer;
	}
	
	.header-right .socmob {
		display: none;
	}
	
	.socmob.bottommob {
		position: fixed;
		display: block;
		right: -100%;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 8;
		background: rgba(79, 79, 79, 0.9);
		text-align: center;
		padding-top: 60px;
		
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}
	
	.socmob.bottommob.on {
		right: 0;
	}
	
	.socmob.bottommob .socli {
		width: 100%;
	}
	
	.socmob.bottommob svg {
		max-height: 100%;
	}
	
	.socmob.bottommob svg path,
	.socmob.bottommob svg rect {
		fill: #fffbf0;
	}
	
	
	.wwd-text-contact {
		padding-top: 350px;
	}
	
	
	.socli {
		position: relative;
		float: none;
		display: block;
	}
	
	#site-navigation {
		width: 100%;
		left: -100%;
		padding-top: 52px;
	}
	
	#site-navigation ul li {
		width: 100%;
	}
	
	#site-navigation ul li a {
		font-size: 1rem;
	}
	
	#site-navigation ul::before {
		border: none;
	}
	
	#main-header .main-logo svg .ploybits {
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	
	#main-header.on .main-logo svg .ploybits {
		fill: #fff;
	}
	
	#main-header.on .socialall svg path {
		fill: #fffbf0;
	}
	
	body.home .mono {
		width: 100%;
		font-size: 0.5rem;
	}
	
	.scene-spaceri {
		width: 100%;
	}
	
	#sceneload a {
		width: 100%;
	}
	
	.wwd-text {
		width: 100%;
	}
	
	.wwd-text h2 {
		font-size: 2rem;
	}
	
	#ploy-talent-branding .wwd-text {
		padding-top: 90%;
	}
	
	.scene-holder {
		height: 50%;
		z-index: 1;
		background: #fffbf0;
	}
	
	.scene-holder::after {
		content: "";
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 100%;
		height: 20px;	
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffbf0+0,fffbf0+100&0.9+0,0+100 */
		background: -moz-linear-gradient(top,  rgba(255,251,240,1) 0%, rgba(255,251,240,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,251,240,1) 0%,rgba(255,251,240,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,251,240,1) 0%,rgba(255,251,240,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fffbf0', endColorstr='#00fffbf0',GradientType=0 ); /* IE6-9 */
	}
	
	#mfade {
		height: 60px;
	}
	
	.featlisting {
		padding: 54px 0 30px;
		margin: 0;
	}
	
	.featlistleft,
	.featlistright,
	.normlisting .featlistleft,
	.normlisting .featlistright {
		width: 100%;
		max-width: 100%;
		display: block;
	}
	
	.normlisting {
		margin: 0 0 2rem;
	}
	
	.featlistingimg {
		border-left: 0;
		border-right: 0;
	}
	
	.theposts h2,
	.singpost h2 {
		font-size: 1.6rem;
		margin: 0.2rem 0 0.6rem;
	}
	
	.singpost {
		margin: 54px auto;
		padding: 0 5%;
	}
	
	.page-template-default,
	.page-template-page-contact {
		padding-top: 40px;
	}
	
}