/* ==========================================================================
HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
========================================================================== */
html, button, input, select, textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
form {
  text-align: left;
}
ul.form {
  list-style: none;
}
ul.form li {
  margin-bottom: 20px;
}
ul.form li.inline {
  float: left;
  display: inline-block;
  width: 45%;
  margin-right: 10%;
}
ul.form li.inline.last {
  margin-right: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
input[type="text"] {
  width: 100%;
  background: #eeeeee;
  border-radius: 5px;
  border: none;
  height: 40px;
  padding: 0 0 0 10px;
  display: block;
}
textarea {
  resize: vertical;
  width: 100%;
  background: #eeeeee;
  border-radius: 5px;
  border: none;
  padding: 10px;
  height: 125px;
}
a {
  color: #e95644;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover, a:visited, a:link {
  color: #fff;
  text-decoration: none;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.bold {
  font-weight: bold;
}
.note {
  font-size: 13px;
  color: #959498;
}

/* ===== Initializr Styles ==================================================
Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
========================================================================== */
body {
  font: 16px/26px "ff-tisa-web-pro";
  min-height: 100%;
  background: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}
h2 {
  font-size: 46px;
  font-weight: normal;
  margin: 80px 0 50px 0;
}
#qLoverlay {
  background: #37353a url(../img/t-logo-big.svg) 50% 33% no-repeat;
  background-size: 100px 100px;
}
#qLbar {
}
#qLpercentage {
  font-size: 2em !important;
  color: #fff !important;
  font-weight: bold;
}
#intro-animation {
  background: #fff;
  width: 100%;
  height: 1000px;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 0;
}
#intro0 {
  background: #fff;
  width: 100%;
  height: 400px;
}
#intro0 ul.icons li {
  float: left;
  font: 700 24px/40px "proxima-nova", sans-serif;
  list-style-type: none;
  width: 25%;
  margin-top: 30px;
}
#intro01 {
  background-color: #37353a;
  color: #FFF;
  text-align: center;
  width: 100%;
  padding: 50px 0;
}
#intro01 .triangle {
  position: absolute;
  top: -76px;
  left: 48%;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #FFF;
}
#intro01 h3 {
  font: 26px/36px "proxima-nova", sans-serif;
  letter-spacing: 0.05em;
}
#intro01 ul.sections li {
  background-color: #444248;
  color: #FFF;
  float: left;
  font: 22px/30px "proxima-nova", sans-serif;
  letter-spacing: 0.05em;
  list-style-type: none;
  text-align: center;
  width: 30%;
  height: 300px;
  margin: 0 15px 50px;
  padding: 20px 0;
}
#intro01 .button {
  letter-spacing: 0.1em;
}
#intro01 p.scroll {
  font: 28px/28px "proxima-nova", sans-serif;
  letter-spacing: 0.05em;
}
.subtitle {
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
  margin: 15px 0;
}
.button {
  background: #e95644;
  border: solid 2px #e95644;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
  padding: 15px 50px;
  border-radius: 30px;
  font-size: 22px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s;
  outline: none;
  box-sizing: border-box;
}
.button:hover {
  background: transparent;
  color: #fff;
  border: solid 2px #fff;
}
.button.alt:hover {
  background: #23c095;
  border: solid 2px #23c095;
}
.button.wmt {
  background: #37353a url(../img/wmt.png) 10px 10px no-repeat;
  padding: 14px 20px 14px 90px;
  border: none;
}
.button.wmt:hover {
  background-color: #23c095;
}

/* ===================
ALL: Orange Theme
=================== */
.header-container {
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.header-container #SocialLinks {
  padding-top: 16px
}
.video-container {
  background: #37353a;
  width: 100%;
  height: 700px;
  position: fixed;
  top: 0;
  overflow: hidden;
  left: 0;
}
.menu-container {
  height: 80px;
  background: #e95644;
  width: 100%;
  z-index: 999;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
}
.expertise-container {
  background: #fff;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 10;
}
.work-container {
  background: #eaeaea;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 20;
}
.work-container #labour-party {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.work-container #marriage-equality {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.work-container #intro, .work-container #intro2, .work-container #intro3, .work-container #outro {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.work-container #lastfoot {
  background: #fff url(../img/foot-bg.png) no-repeat 50% 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translate3d(0, -30px, 0);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
  }
}
.bounce {
  -webkit-animation: bounce 0.8s infinite;
}
@-webkit-keyframes bounce-slow {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    -webkit-animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translate3d(0, -20px, 0);
    -webkit-animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
  }
}
.bounce-slow {
  -webkit-animation: bounce-slow 3s linear infinite;
}
@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translate3d(150px, 0px, 0);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
  }
}
.moveLeft {
  -webkit-animation: moveLeft 15s infinite;
}
@-webkit-keyframes moveRight {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translate3d(-100px, 0px, 0);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
  }
}
.moveRight {
  -webkit-animation: moveRight 15s infinite;
}
@-webkit-keyframes wavesMoves {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
  }
  50% {
    -webkit-transform: translate3d(-100px, 0px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
  }
}
.wave.one {
  -webkit-animation: wavesMoves 7s infinite;
}
.wave.two {
  -webkit-animation: wavesMoves 6s infinite;
}
.wave.three {
  -webkit-animation: wavesMoves 5s infinite;
}
.wave.four {
  -webkit-animation: wavesMoves 4s infinite;
}
@-webkit-keyframes walkerAnim {
  0% {
    left: 105%;
    -webkit-animation-timing-function: linear;
  }
  100% {
    left: -5%;
    -webkit-animation-timing-function: linear;
  }
}
@-webkit-keyframes beat {
  0% {
    width: 60px;
    margin-left: -30px;
    top: -20px;
  }
  50% {
    width: 80px;
    margin-left: -40px;
    top: -30px;
  }
  100% {
    width: 60px;
    margin-left: -30px;
    top: -20px;
  }
}
.beat {
  -webkit-animation: beat 1s linear infinite;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
  }
}
.flip {
  -webkit-animation: flip 1s linear infinite;
}
.scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#timeline {
  position: fixed;
  left: 0;
  height: 400px;
  width: 150px;
  top: 50%;
  margin-top: -200px;
  z-index: 10000;
  overflow: visible;
}
#timeline ul {
  list-style: none;
  padding: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
#timeline ul li {
  display: block;
  height: 50px;
  clear: both;
  position: absolute;
  margin-top: -15px;
}
#timeline ul li:nth-child(1) {
  top: 0;
}
#timeline ul li:nth-child(2) {
  top: 33%;
}
#timeline ul li:nth-child(3) {
  top: 66%;
}
#timeline ul li:nth-child(4) {
  top: 100%;
}
#timeline ul li:nth-child(5) {
  top: 115%;
}
#timeline ul li .bullet {
  width: 24px;
  height: 24px;
  border: solid 3px #eb5745;
  border-radius: 20px;
  display: inline-block;
  background: #fff;
  float: left;
  margin: 0 10px 0 20px;
}
#timeline ul li .bullet span {
  width: 10px;
  height: 10px;
  background: #eb5745;
  border-radius: 10px;
  display: block;
  margin: 7px auto 0 auto;
}
#timeline ul li a {
  color: #eb5745;
  padding-left: 20px;
  font-size: 13px;
  line-height: 13px;
}
#timeline ul li a.active {
  color: #37353a;
}
#timeline ul li a.active .bullet {
  background: #37353a;
  border: solid 3px #37353a;
}
#timeline ul li a p {
  float: left;
  display: block;
  width: 60px;
  margin: 0;
}
#timeline .time {
  width: 5px;
  background: #eb5745;
  position: absolute;
  top: 0;
  left: 32px;
  height: 400px;
  z-index: 999;
}
#timeline .time .progress {
  width: 5px;
  background: #37353a;
  position: absolute;
  top: 0;
}
#timeline .time .progress {
  width: 5px;
  background: #37353a;
  position: absolute;
  top: 0;
}
#timeline ul li a#auto .bullet span {
  background: transparent;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #eb5745;
  border-radius: 0px;
  margin: 4px auto 0 9px;
}
#timeline ul li a.active#auto .bullet span {
  width: 11px;
  height: 11px;
  border: none;
  background: #eb5745;
  border-radius: 0px;
  margin: 6px auto 0 7px;
}
#timeline ul li a#auto .bullet {
  background: #37353a;
  border: solid 3px #37353a;
  margin-top: -8px;
}
#intro .water {
  background: #007BC0;
  height: 120%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#intro .wave {
  background: url(../img/intro-02.png) 0 0 repeat-x;
  background-size: auto 100%;
  width: 150%;
  height: 163px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  margin: 0;
  padding: 0;
}
#intro .waves {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 150%;
  height: 260px;
}
#intro li.wave:nth-child(1) {
  bottom: 80px;
  z-index: 1;
}
#intro li.wave:nth-child(2) {
  bottom: 20px;
  z-index: 2;
}
#intro li.wave:nth-child(3) {
  bottom: 20px;
  z-index: 4;
}
#intro li.wave:nth-child(4) {
  bottom: -80px;
  z-index: 4;
}
#intro .wave.alt {
  background: url(../img/intro-03.png) 0 0 repeat-x;
  background-size: auto 100%;
  height: 120px;
  overflow: hidden;
  right: 0;
  left: auto;
}
#intro .title, #intro2 .title, #intro3 .title, #outro .title {
  color: #37353A;
  font-size: 40px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  line-height: 45px;
  display: block;
  width: 800px;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  z-index: 11;
  top: 5%;
  margin-top: 0;
}
#intro .title.main, #intro2 .title.main, #intro3 .title.main {
  font: 57px/65px "ff-tisa-web-pro";
  font-weight: 900;
}
#intro .title.main, #intro2 .title.main, #intro3 .title.main, #outro .title.main {
  color: #E95644;
  text-transform: uppercase;
  top: 5%;
  margin-top: 45px;
}
#intro .title.two.main {
  top: 60%;
  margin-top: 0px;
}
#intro2 .title.two, #intro3 .title.two {
  top: 60%;
}
#outro .title.two {
  top: 70%;
}
#intro2 .title.two.main, #intro3 .title.two.main {
  top: 60%;
  margin-top: 45px;
}
#outro .title.two.main {
  top: 71%;
}
#intro .title.three, #intro2 .title.three {
  top: 52%;
  margin-top: 65px;
}
#intro .title.four.main {
  top: 60%;
  z-index: 99999;
}
#outro .title.three {
  top: 85%;
}
#intro2 .title.two {
  top: 60%;
}
#intro2 .title.two.main {
  top: 60%;
  margin-top: 45px;
}
#intro2 .title.three {
  top: 60%;
  margin-top: 115px;
}
#intro > .sun {
  width: 200px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 66%;
  margin-bottom: -100px;
}
#intro > .sun img.sun {
  width: 100%;
}
#intro .logo {
  width: 76px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 67px;
}
.bgs {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.bgs img {
  width: 110%;
  height: auto;
  z-index: 0;
  position: absolute;
  left: 0;
}
#labour-party .scene1 .ellipse {
  background: #ACDDEB;
  width: 797px;
  height: 500px;
  border-radius: 50% / 50%;
  overflow: hidden;
  position: relative;
  top: 40%;
  margin: -250px auto 0 auto;
}
#labour-party .scene1 .ellipse img {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}
#labour-party .scene1 .ellipse  .land {
  background: url(../img/labourparty-02.png) repeat-x 0 0;
  background-size: 50%;
  position: absolute;
  width: 200%;
  height: 602px;
  top: 0;
  right: 0;
}
#labour-party .scene2 .uk > img {
  width: 24px;
  top: 64%;
  left: 430px;
  position: absolute;
  opacity: 0;
  margin-top: -19px;
}
#labour-party .scene2 .uk .binary img {
  width: 100%;
  height: 100%;
}
#labour-party .scene2 .title {
  color: #383638;
  font-size: 44px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  line-height: 49px;
  display: block;
  width: 700px;
  position: absolute;
  left: 350px;
  opacity: 0;
  top: 33%;
  text-transform: none;
  margin: -52px 0 0 0;
}
#labour-party .scene2 .title .tisa {
  font: 57px/65px "ff-tisa-web-pro";
  font-weight: bold;
  color: #E95644;
  text-transform: uppercase;
  display: block;
  width: 300px;
}
#labour-party .scene2 .title img {
  width: 500px;
  margin-top: 5px;
}
#labour-party .scene2 .logo img {
  width: 100%;
}
#labour-party .scene3 {
  overflow: hidden;
}
#labour-party .scene3 .people {
  background: url(../img/labourparty-05.png) repeat-x 0 0;
  width: 100%;
  height: 450px;
  z-index: 10;
}
#labour-party .scene3 .candidate {
  left: 50%;
  margin-left: -102px;
  z-index: 5;
}
#labour-party .scene3 .wrapper {
  bottom: 0;
}
#labour-party .scene3 .title {
  color: #fff;
  font-size: 45px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  line-height: 50px;
  display: block;
  width: 900px;
  position: absolute;
  left: 50%;
  bottom: 5%;
  text-align: center;
  opacity: 0;
  z-index: 11;
  text-transform: none;
  margin: 0 0 110px -450px;
}
#labour-party .scene3 .title.two {
  color: #FFCE7A;
  font: 57px/65px "ff-tisa-web-pro";
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 50px -450px;
}
#labour-party .scene3 .bg {
  background: #383638;
  width: 150%;
  height: 150%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
#labour-party .scene4 .title {
  color: #fff;
  font-size: 45px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  line-height: 50px;
  display: block;
  width: 960px;
  position: absolute;
  left: 50%;
  margin: -26px 0 0 -480px;
  top: 10%;
  text-align: center;
  opacity: 0;
  z-index: 11;
  text-transform: none;
  z-index: 999;
}
#labour-party .scene4 .title.one {
  top: 10%;
  color: #fff;
}
#labour-party .scene4 .title span {
  color: #E95644;
}
#labour-party .scene4 .title span {
  font: 57px/65px "ff-tisa-web-pro";
  font-weight: 900;
  line-height: 50px;
  display: block;
  width: 960px;
  position: absolute;
  text-transform: uppercase;
}
#labour-party .scene4 .parliament {
  left: 50%;
  margin-left: -968px;
  margin-bottom: 0px;
  z-index: 1;
  height: 627px;
  width: 1936px;
  text-align: center;
}
#labour-party .scene4 .parliament img {
  height: 100%;
}
#labour-party .scene4 .people-list {
  list-style: none;
  display: block;
  width: 1000px;
  margin: 0 0 -330px -500px;
  height: 494px;
  position: absolute;
  padding: 0;
  top: 45%;
  left: 50%;
  z-index: 990;
  height: 220px;
}
#labour-party .scene4 .people-list li {
  opacity: 0;
  position: absolute;
  bottom: 10%;
  z-index: 10;
}
#labour-party .scene4 .people-list li.man {
  background: url(../img/labourparty-06.png) 0 0 no-repeat;
  width: 54px;
  height: 162px;
  display: inline-block;
}
#labour-party .scene4 .people-list li.woman {
  background: url(../img/labourparty-07.png) 0 0 no-repeat;
  width: 41px;
  height: 162px;
  display: inline-block;
}
#labour-party .scene4 .bg {
  background: #FFCE7A;
  border-radius: 100%;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 0;
}
#labour-party .scene5 .uk {
  width: 300px;
  height: 504px;
  top: 40%;
  margin-top: -252px;
  position: absolute;
}
#labour-party .scene5 .uk img {
  z-index: 0;
  position: absolute;
}
#labour-party .scene5 .uk img.pins {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 250px;
}
#labour-party .scene5 .title {
  color: #E95644;
  font-size: 45px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  line-height: 50px;
  display: block;
  height: 156px;
  width: 500px;
  position: absolute;
  left: 300px;
  opacity: 0;
  top: 22%;
  margin: -78px 0 0 0;
  text-transform: none;
}
#labour-party .scene5 .title.two {
  top: 65%;
}
#labour-party .scene5 .title.three {
  top: 28%;
}
#labour-party .scene5 .title.four {
  top: 50%;
}
#labour-party .scene5 .title span {
  color: #37353a;
  font: 57px/65px "ff-tisa-web-pro";
  font-weight: 900;
  display: block;
  width: 500px;
  position: absolute;
}
#labour-party .scene5 .title .blue {
  color: #4483AD;
}
#labour-party .scene5 .counter {
  background: url(../img/labourparty-29.png) 0 0 no-repeat;
  background-size: 240px auto;
  color: #E95644;
  font-size: 80px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  line-height: 50px;
  display: block;
  width: 300px;
  position: absolute;
  left: 300px;
  opacity: 0;
  top: 45%;
  letter-spacing: 36px;
  margin: -26px 0 0 0;
  height: 71px;
  padding-top: 35px;
  padding-left: 12px;
  height: 100px;
}
#labour-party .scene5 .monitor {
  position: absolute;
  top: 54%;
  margin-top: -12px;
}
#labour-party .scene6 {
  bottom: -100%;
}
#labour-party .scene6 .bg {
  background: #eaeaea;
  position: fixed;
  top: 80px;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  left: 50%;
}
#labour-party .scene6 ul.voters {
  padding: 0;
  margin: -150px auto 0 auto;
  position: absolute;
  top: 40%;
  height: 300px;
}
#labour-party .scene6 ul.voters li {
  background: url(../img/labourparty-15.png) 0 100% no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 130px;
  height: 150px;
  margin: 0 10px 0 10px;
  position: static;
}
#labour-party .scene6 .title {
  color: #E95644;
  font-size: 45px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  line-height: 50px;
  display: block;
  width: 600px;
  position: absolute;
  left: 50%;
  top: 10%;
  text-align: center;
  margin: -52px 0 0 -300px;
  text-transform: none;
}
#labour-party .scene6 .title span {
  color: #37353a;
  font: 57px/65px "ff-tisa-web-pro";
  font-weight: 900;
  display: block;
  width: 600px;
  position: absolute;
  text-transform: uppercase;
}
#labour-party .scene6 .title.two {
  top: 70%;
  color: #37353A;
}
#labour-party .scene7 .comunicate {
  top: 40%;
  position: absolute;
  left: 0;
  width: 350px;
  height: 400px;
  margin-top: -200px;
}
#labour-party .scene7 .speaker {
  z-index: 10;
  position: absolute;
}
#labour-party .scene7 .social {
  z-index: 0;
  position: absolute;
}
#labour-party .scene7 .ribbon {
  position: absolute;
  opacity: 0;
  z-index: 10;
  left: 175px;
  width: 30px;
  top: 177px;
}
#labour-party .scene7 .social.fb {
  width: 55px;
}
#labour-party .scene7 .social.tw {
  width: 45px;
}
#labour-party .scene7 .social.gp {
  width: 40px;
}
#labour-party .scene7 .title {
  color: #37353A;
  font-size: 45px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  line-height: 50px;
  display: block;
  width: 600px;
  position: absolute;
  left: 300px;
  opacity: 0;
  top: 44%;
  text-transform: none;
  margin: -78px 0 0 0;
}
#labour-party .scene7 .title span {
  color: #E95644;
  font: 57px/65px "ff-tisa-web-pro";
  font-weight: 900;
  display: block;
  width: 600px;
  position: absolute;
  text-transform: uppercase;
}
#labour-party .scene8 > .title {
  list-style: none;
  padding: 0;
  color: #fff;
  font-size: 50px;
  font-family: "ff-tisa-web-pro";
  font-weight: 900;
  line-height: 50px;
  margin: 0;
  width: 900px;
  margin-left: -450px;
  left: 50%;
  position: absolute;
  top: 10%;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
}
#labour-party .scene8 > ul {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 50%;
  margin: -200px 0 0 0;
}
#labour-party .scene8 > ul > li {
  background: #5C585B;
  width: 298px;
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  position: relative;
  float: left;
  height: 360px;
  padding-top: 40px;
  border-radius: 10px;
}
#labour-party .scene8 > ul > li .title {
  color: #fff;
  font-size: 30px;
  font-family: "ff-tisa-web-pro";
  font-weight: 900;
  line-height: 47px;
  display: block;
  position: absolute;
  bottom: 0px;
  padding: 0 50px;
}
#labour-party .scene8 > ul > li .title span {
  color: #FFCE7A;
}
#labour-party .scene8 li.collect .base {
  width: 170px;
  position: relative;
}
#labour-party .scene8 li.collect .detail {
  width: 50px;
  position: absolute;
  top: 137px;
  left: 159px;
}
#labour-party .scene8 li.organize .base {
  width: 300px;
  top: 130px;
  position: relative;
}
#labour-party .scene8 li.organize .detail {
  width: 75px;
  position: absolute;
  top: 60px;
  left: 112px;
}
#labour-party .scene8 li.encourage .base {
  width: 160px;
  top: 0px;
  position: relative;
}
#labour-party .scene8 li.encourage .detail {
  width: 150px;
  position: absolute;
  top: 102px;
  left: 125px;
}
#labour-party .scene8 .bg {
  background: #383638;
  position: fixed;
  height: 100%;
  width: 10px;
  left: 50%;
  top: 80px;
  bottom: 0;
  margin: 0;
}
#intro2, #intro3, #outro {
  background: #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
}
#intro2 .sky, #intro3 .sky {
  background: url(../img/intro2-02.png) repeat 0 0;
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
}
#intro2 .airplane, #intro3 .airplane {
  z-index: 999;
  top: 30%;
  width: 700px;
}
.work-container #bitcoins {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
#bitcoins p {
  color: #383638;
  font-size: 40px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  line-height: 45px;
  margin: 0;
}
#bitcoins .title p.main-title {
  color: #D94301;
  font: 57px/65px "ff-tisa-web-pro";
  font-weight: 900;
}
#bitcoins .title p.blue-title {
  color: #ACDDEB;
  font: 57px/65px "ff-tisa-web-pro";
  font-weight: 900;
}
#bitcoins .title p.white-title {
  color: #FFF;
  font: 57px/65px "ff-tisa-web-pro";
  font-weight: 900;
}
#bitcoins .title p.yellow-title {
  color: #FFCE7A;
  font: 57px/65px "ff-tisa-web-pro";
  font-weight: 900;
}
#bitcoins .title p.yellow {
  color: #FFCE7A;
}
#bitcoins .title p.skrollable {
  position: relative;
}
#bitcoins .scene1 .title {
  display: block;
  width: 900px;
  position: absolute;
  left: 50%;
  top: 15%;
  margin: -78px 0 0 -450px;
  text-align: center;
  color: #fff;
}
#bitcoins .scene1 .title.second {
  top: 38%;
}
#bitcoins .scene1 p {
  margin: 0;
  color: #fff;
}
#bitcoins .scene1 .wallet {
  width: 250px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 60%;
  margin: -172px 0 0 -125px;
}
#bitcoins .scene1 .wallet img {
  width: 250px;
}
#bitcoins .scene1 .arms {
  width: 250px;
  position: absolute;
  left: 50%;
  margin-left: -117px;
  top: 45%;
  z-index: 999;
}
#bitcoins .scene1 .arms.one {
  top: 46%;
}
#bitcoins .scene1 .wall {
  width: 100%;
  height: 56px;
  position: absolute;
  margin: 0 0 -28px 0;
}
#bitcoins .scene1 .wall img {
  width: 100%;
}
#bitcoins .scene1 .wall .brick {
  width: 103px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
#bitcoins .scene1 .coin .dolar, #bitcoins .scene1 .coin .bitcoin {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 44%;
  top: 42%;
  margin: -53px 0 0 -59px;
}
#bitcoins .scene1 .coin .dolar {
  overflow: hidden;
  transform: rotate(-14deg);
  -ms-transform: rotate(-14deg); /* IE 9 */
  -webkit-transform: rotate(-14deg); /* Safari and Chrome */
}
#bitcoins .scene1 .coin .bitcoin {
  z-index: 999;
  left: 50%;
  top: 45%;
}
#bitcoins .scene1 .coin .dolar img, #bitcoins .scene1 .coin .bitcoin img {
  width: 70px;
  height: auto;
}
#bitcoins .scene2 {
  top: auto;
}
#bitcoins .scene2 .bg {
  background: #ACDDEB;
  position: fixed;
  top: 80px;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  left: 50%;
}
#bitcoins .scene2 > .title {
  display: block;
  width: 900px;
  position: absolute;
  left: 50%;
  top: 5%;
  margin: 0 0 0 -450px;
  text-align: center;
}
#bitcoins .scene2 .title p {
  color: #383638;
}
#bitcoins .scene2 .title p.main-title {
  color: #D94301;
  font: 57px/65px "ff-tisa-web-pro";
  font-weight: 900;
  text-transform: uppercase;
}
#bitcoins .scene2 > ul {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 50%;
  margin: -200px 0 0 0;
}
#bitcoins .scene2 ul.comunity {
  top: 60%;
}
#bitcoins .scene2 > ul > li {
  width: 298px;
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  position: relative;
  float: left;
  height: 400px;
}
#bitcoins .scene2 > ul > li img {
  width: 150px;
}
#bitcoins .scene2 > ul > li .title p {
  color: #E95644;
  font-size: 20px;
  font: 40px/65px "ff-tisa-web-pro";
  font-weight: 900;
  line-height: 32px;
  display: block;
  position: absolute;
  text-transform: uppercase;
  top: 250px;
  width: 298px;
}
#bitcoins .scene2 > ul > li .main-title {
  color: #E95644;
  font-size: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  line-height: 47px;
}
#bitcoins .scene2 > ul > li.amp .main-title {
  color: #E95644;
  font-size: 80px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -30px;
  z-index: 10;
}
#bitcoins .scene3 .bg {
  background: #FFCE7A;
  position: fixed;
  top: 80px;
  width: 100%;
  height: 100%;
  margin-right: -50%;
  right: 50%;
  z-index: 5;
}
#bitcoins .scene3 > .title {
  display: block;
  width: 900px;
  position: absolute;
  left: 50%;
  top: 15%;
  margin: -78px 0 0 -450px;
  text-align: center;
  z-index: 15;
}
#bitcoins .scene3 > .title.bottom {
  top: 68%;
  margin-top: 0;
}
#bitcoins .scene3 .title p.main-title {
  color: #05639C;
  font-weight: 900;
}
#bitcoins .scene3 > .title p {
  margin: 0;
}
#bitcoins .scene3 > ul {
  top: 25%;
  margin-top: -150px;
  z-index: 10;
}
#bitcoins .scene3 > ul > li {
  background-color: #FFD990;
  border-radius: 15px;
  width: 284px;
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  position: relative;
  float: left;
  height: 350px;
  overflow: hidden;
}
#bitcoins .scene3 > ul > li img {
  width: 20%;
  margin-top: 40px;
}
#bitcoins .scene3 > ul > li .title {
  margin-top: 220px;
  z-index: 999;
}
#bitcoins .scene3 > ul > li .title p {
  font-size: 25px;
  line-height: 30px;
  color: #383638;
  padding: 0 40px;
}
#bitcoins .scene3 > ul > li .title p.main-title {
  margin-top: 20px;
}
#bitcoins .scene3 .map-container {
  width: 100%;
  z-index: 999;
}
#bitcoins .scene3 .map-container .map {
  width: 100%;
  position: absolute;
  top: 35%;
  margin-top: 200px;
}
#bitcoins .scene3 .map-container .lines {
  list-style: none;
  padding: 0;
  margin: 0;
}
#bitcoins .scene3 .map-container .lines li {
  position: absolute;
  display: block;
  overflow: hidden;
}
#bitcoins .scene3 .map-container .lines li img {
  position: absolute;
}
#bitcoins .scene3 .map-container .lines li.line1 {
  width: 400px;
  height: 300px;
  top: 320px;
  left: 170px;
}
#bitcoins .scene3 .map-container .lines li.line1 img {
  width: 400px;
  height: auto;
}
#bitcoins .scene3 .map-container .lines li.line2 {
  width: 110px;
  height: 70px;
  top: 350px;
  right: 725px;
}
#bitcoins .scene3 .map-container .lines li.line2 img {
  width: 110px;
  height: auto;
  right: 0;
}
#bitcoins .scene3 .map-container .lines li.line3 {
  width: 565px;
  height: 300px;
  top: 430px;
  left: 260px;
}
#bitcoins .scene3 .map-container .lines li.line3 img {
  width: 565px;
  height: auto;
}
#bitcoins .scene3 .map-container .lines li.line4 {
  width: 565px;
  height: 300px;
  top: 620px;
  right: 120px;
}
#bitcoins .scene3 .map-container .lines li.line4 img {
  width: 565px;
  height: auto;
  right: 0;
}
#bitcoins .scene3 .map-container .lines li.line5 {
  width: 4350px;
  height: 300px;
  top: 390px;
  left: 490px;
}
#bitcoins .scene3 .map-container .lines li.line5 img {
  width: 350px;
  height: auto;
}
#bitcoins .scene3 .map-container .lines li.line6 {
  width: 130px;
  height: 300px;
  top: 440px;
  left: 440px;
}
#bitcoins .scene3 .map-container .lines li.line6 img {
  width: 130px;
  height: auto;
}
#bitcoins .scene3 .map-container .lines li.line7 {
  width: 130px;
  height: 300px;
  top: 410px;
  left: 310px;
}
#bitcoins .scene3 .map-container .lines li.line7 img {
  width: 130px;
  height: auto;
}
#bitcoins .scene3 .map-container .lines li.line8 {
  width: 230px;
  height: 300px;
  top: 360px;
  left: 220px;
}
#bitcoins .scene3 .map-container .lines li.line8 img {
  width: 230px;
  height: auto;
}
#bitcoins .scene3 .map-container img.bitcoin {
  width: 30px;
  height: auto;
  position: absolute;
  margin: -15px 0 0 -15px;
}
#bitcoins .scene3 .map-container img.bitcoin.one {
  top: 360px;
  left: 575px;
}
#bitcoins .scene3 .map-container img.bitcoin.two {
  top: 355px;
  left: 120px;
}
#bitcoins .scene3 .map-container img.bitcoin.three {
  top: 430px;
  left: 830px;
}
#bitcoins .scene3 .map-container img.bitcoin.four {
  top: 680px;
  left: 265px;
}
#bitcoins .scene3 .map-container img.bitcoin.five {
  top: 590px;
  left: 833px;
}
#bitcoins .scene3 .map-container img.bitcoin.six {
  top: 465px;
  left: 575px;
}
#bitcoins .scene3 .map-container img.bitcoin.seven {
  top: 410px;
  left: 445px;
}
#bitcoins .scene3 .map-container img.bitcoin.eight {
  top: 373px;
  left: 460px;
}
#bitcoins .scene4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 250px;
  width: 100%;
  position: absolute;
  top: 45%;
  margin-top: -125px;
  overflow: visible;
}
#bitcoins .scene4 ul li {
  width: 120px;
  display: block;
  position: absolute;
  height: 300px;
  left: 50%;
  margin-left: -60px;
  overflow: hidden;
}
#bitcoins .scene4 ul.bitcoins  li {
  width: 55px;
  height: 55px;
  left: 50%;
  margin-left: -27px;
  overflow: visible;
}
#bitcoins .scene4 ul li img {
  width: 120px;
}
#bitcoins .scene4 ul.bitcoins li img {
  width: 55px;
  height: 55px;
}
#bitcoins .scene4 > .title {
  display: block;
  width: 900px;
  position: absolute;
  left: 50%;
  top: 15%;
  text-transform: uppercase;
  margin: -78px 0 0 -450px;
  text-align: center;
}
#bitcoins .scene4 > .title.two {
  display: block;
  width: 900px;
  position: absolute;
  left: 50%;
  top: 80%;
  text-transform: uppercase;
  margin: -78px 0 0 -450px;
  text-align: center;
}
#bitcoins .scene4 > .title p {
  margin: 10px 0 0;
}
#bitcoins .scene4 .title p.main-title {
  color: #05639C;
  margin: 0;
}
#outro .title.main {
  color: #D94301;
  font: 54px/65px "ff-tisa-web-pro";
  font-weight: 900;
}
#outro ul {
  position: absolute;
  left: 40%;
  top: 22%;
}
#outro ul.second {
  position: absolute;
  left: 40%;
  top: 45%;
}
#outro ul li {
  background: #FFF;
  border-radius: 20px;
  position: absolute;
  list-style-type: none;
  padding: 30px;
  width: 240px;
  height: 75px;
  text-align: center;
}
#outro ul li img {
  width: auto;
  max-height: 75px;
}
.work-container #marriage-equality {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
#marriage-equality .title p {
  font-weight: 900;
  color: #383638;
  font-size: 45px;
  font-family: "proxima-nova", sans-serif;
  line-height: 50px;
  text-align: center;
  margin: 0;
  text-transform: none;
}
#marriage-equality .title p.main-title {
  color: #E95644;
  font-size: 57px;
  font-family: "ff-tisa-web-pro";
  font-weight: 900;
  line-height: 65px;
}
#marriage-equality .title p.white-title {
  color: #FFF;
  font-size: 57px;
  font-family: "ff-tisa-web-pro";
  font-weight: 900;
  line-height: 65px;
}
#marriage-equality .title p.yellow-title {
  color: #FFD990;
  font-size: 57px;
  font-family: "ff-tisa-web-pro";
  font-weight: 900;
  line-height: 65px;
}
#marriage-equality .scene1 .title {
  margin-top: 5%;
  width: 100%;
}
#marriage-equality .scene1 .title.two p {
  color: #fff;
}
#marriage-equality .scene1 .title p.main-title {
  color: #E95644;
  font-size: 57px;
  font-family: "ff-tisa-web-pro";
  font-weight: 900;
  line-height: 65px;
}
#marriage-equality .people-stand, #marriage-equality .people-move {
  width: 100%;
  height: 300px;
  top: 50%;
  margin-top: -145px;
  position: absolute;
}
#marriage-equality .people-stand .stand, #marriage-equality .people-move .move {
  background: url(../img/marriageequality-04.png) 0 0 no-repeat;
  width: 160px;
  height: 291px;
  left: 0;
  position: absolute;
}
#marriage-equality .people-move .move {
  background: url(../img/marriageequality-04.png) 0 -309px no-repeat;
  width: 160px;
  height: 291px;
  left: 0;
  position: absolute;
}
#marriage-equality .people-stand .stand.right, #marriage-equality .people-move .move.right {
  background-position: -174px 0;
  right: 0;
  left: auto;
}
#marriage-equality .people-move .move.right {
  background-position: -174px -309px;
}
#marriage-equality .people-stand .stand .face, #marriage-equality .people-move .move .face {
  background: url(../img/marriageequality-02.png) -107px 0 no-repeat;
  width: 34px;
  height: 30px;
  top: 15px;
  left: 50%;
  margin-left: -17px;
  z-index: 999;
  position: absolute;
}
#marriage-equality .people-move .heart {
  background: url(../img/marriageequality-01.png) 10px 20px no-repeat;
  width: 160px;
  height: 160px;
  left: 50%;
  top: 15%;
  margin: -80px 0 0 -80px;
  position: absolute;
}
#marriage-equality .scene2  .bg {
  background: #ACDDEB;
  position: fixed;
  height: 0%;
  width: 100%;
  left: 50%;
  top: 80px;
  bottom: 0;
  margin: 0 0 0 -50%;
}
#marriage-equality .scene2 .us-map {
  width: 100%;
  height: 100%;
  text-align: center;
}
#marriage-equality .scene2 .us-map img {
  width: 70%;
  top: 50%;
  margin-top: -208px;
  left: 50%;
  position: absolute;
  margin-left: -336px;
}
#marriage-equality .scene2 .title {
  margin-top: 5%;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#marriage-equality .scene2 .title p {
  color: #E95644;
}
#marriage-equality .scene2 .title .main-title {
  color: #383638;
}
#marriage-equality .scene3 .us-map {
  width: 100%;
  height: 100%;
  text-align: center;
}
#marriage-equality .scene3 .us-map img.map {
  width: 13%;
  top: 40%;
  position: absolute;
  left: 0;
  margin-top: -79px;
}
#marriage-equality .scene3 .us-map img.logo-eq {
  width: 196px;
  top: 56.3%;
  left: 494px;
  z-index: 999;
  margin-top: -28px;
}
#marriage-equality .scene3 .us-map img.logo-ri {
  width: 168px;
  top: 37%;
  left: 563px;
  z-index: 999;
  margin-top: -38px;
}
#marriage-equality .scene3 .us-map .line-eq img {
  width: 336px;
}
#marriage-equality .scene3 .us-map .line-ri img {
  width: 263px;
}
#marriage-equality .scene3 .us-map .line {
  position: absolute;
  width: 0;
  overflow: hidden;
  margin-top: -16px;
}
#marriage-equality .scene3 .us-map .line-eq {
  width: 336px;
  top: 62%;
  left: 354px;
}
#marriage-equality .scene3 .us-map .line-ri {
  width: 263px;
  top: 44%;
  left: 469px;
}
#marriage-equality .scene3 .title {
  margin-top: 5%;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
#marriage-equality .scene3 .title p {
  color: #383638;
}
#marriage-equality .scene3 .title .main-title {
  color: #E95644;
}
#marriage-equality .scene4 .bg {
  background: #FFCE7A;
  width: 350%;
  height: 150%;
  position: absolute;
  left: -250%;
  top: 0;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
#marriage-equality .scene4 .bg2 {
  background: #FFCE7A;
  width: 350%;
  height: 150%;
  position: absolute;
  right: -250%;
  top: 0;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
#marriage-equality .scene4 .title {
  top: 5%;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
#marriage-equality .scene4 .computers {
  top: 40%;
  text-align: center;
  width: 100%;
  position: absolute;
  margin-top: -80px;
}
#marriage-equality .scene4 .computers ul {
  list-style: none;
  height: 187px;
  width: 100%;
}
#marriage-equality .scene4 .computers ul li {
  position: absolute;
}
#marriage-equality .scene4 .computers ul li img {
  width: 257px;
}
#marriage-equality .scene4 .computers ul.left {
  left: 0;
  position: absolute;
  padding: 0;
  margin: 0;
}
#marriage-equality .scene4 .computers ul.right {
  right: 0;
  position: absolute;
  margin-top: 0;
}
#marriage-equality .scene4 .computers ul li:nth-child(1) img {
  width: 220px;
  top: 14px;
  position: relative;
}
#marriage-equality .scene4 .computers ul li:nth-child(2) img {
  width: 190px;
  top: 25px;
  position: relative;
}
#marriage-equality .scene4 .computers ul.left li:nth-child(1) {
  left: 100px;
  z-index: 1;
}
#marriage-equality .scene4 .computers ul.left li:nth-child(2) {
  left: 183px;
  z-index: 0;
}
#marriage-equality .scene4 .computers ul.left li:nth-child(3) {
  z-index: 2;
  left: 0;
}
#marriage-equality .scene4 .computers ul.right li:nth-child(1) {
  right: 100px;
  z-index: 1;
}
#marriage-equality .scene4 .computers ul.right li:nth-child(2) {
  right: 183px;
  z-index: 0;
}
#marriage-equality .scene4 .computers ul.right li:nth-child(3) {
  z-index: 2;
  right: 0;
}
#marriage-equality .scene4 .icons {
  font-family: "proxima-nova";
  font-weight: 900;
  color: #383638;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  width: 100%;
  text-align: left;
  position: absolute;
}
#marriage-equality .scene4 .icons p {
  margin: 30px 0;
}
#marriage-equality .scene4 .icons .main-title {
  color: #E95644;
}
#marriage-equality .scene4 .icons img {
  width: 130px;
  margin-right: 20px;
  margin-left: 50px;
  float: left;
}
#marriage-equality .scene4 .icons div {
  width: 50%;
  left: 0;
}
#marriage-equality .scene4 .icons div.left {
  background-color: #FFD990;
  border-radius: 10px;
  padding: 20px 0;
  width: 45%;
}
#marriage-equality .scene4 .icons div.right {
  left: auto;
  right: 0;
  background-color: #FFD990;
  border-radius: 10px;
  padding: 20px 0;
  width: 45%;
}
#marriage-equality .scene4 .icons div.left img {
  width: 90px;
}
#marriage-equality .scene5 .title {
  margin-top: 5%;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
#marriage-equality .scene5 .title p {
  color: #E95644;
}
#marriage-equality .scene5 .title p.white-title {
  color: #fff;
}
#marriage-equality .scene5 .people {
  width: 100%;
  left: 0;
  top: 55%;
  position: absolute;
  height: 241px;
  margin-top: -120px;
}
#marriage-equality .scene5 .man {
  width: 120px;
  left: 20%;
  position: absolute;
}
#marriage-equality .scene5 .woman {
  width: 130px;
  right: 20%;
  position: absolute;
}
#marriage-equality .scene5 .bubble {
  width: 150px;
  position: absolute;
  top: -100px;
}
#marriage-equality .scene5 .she.bubble {
  right: 30%;
}
#marriage-equality .scene5 .he.bubble {
  left: 30%;
}
#marriage-equality .scene5 .icons {
  list-style: none;
  position: absolute;
  left: 30%;
}
#marriage-equality .scene5 .she.icons {
  right: 30%;
  left: auto;
}
#marriage-equality .scene5 .icons li {
  position: absolute;
}
#marriage-equality .scene5 .icons li img {
  list-style: none;
  width: 50px;
}
#marriage-equality .scene5 .icons li:nth-child(1) {
  top: -70px;
  right: 100px;
}
#marriage-equality .scene5 .icons li:nth-child(2) {
  top: -120px;
  right: 200px;
}
#marriage-equality .scene5 .icons li:nth-child(3) {
  top: -40px;
  right: 170px;
}
#marriage-equality .scene5 .icons li:nth-child(4) {
  top: -10px;
  right: 250px;
}
#marriage-equality .scene5 .icons li:nth-child(5) {
  top: 30px;
  right: 160px;
}
#marriage-equality .scene5 .icons li:nth-child(6) {
  top: 70px;
  right: 240px;
}
#marriage-equality .scene5 .icons.she li:nth-child(1) {
  top: -70px;
  left: 100px;
  right: auto;
}
#marriage-equality .scene5 .icons.she li:nth-child(2) {
  top: -120px;
  left: 200px;
  right: auto;
}
#marriage-equality .scene5 .icons.she li:nth-child(3) {
  top: -40px;
  left: 170px;
  right: auto;
}
#marriage-equality .scene5 .icons.she li:nth-child(4) {
  top: -10px;
  left: 250px;
  right: auto;
}
#marriage-equality .scene5 .icons.she li:nth-child(5) {
  top: 30px;
  left: 160px;
  right: auto;
}
#marriage-equality .scene5 .icons.she li:nth-child(6) {
  top: 70px;
  left: 240px;
  right: auto;
}
#marriage-equality .scene6 .bg {
  background: #E95644;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 80px;
}
#marriage-equality .scene6 .envelopes {
  background: url(../img/marriageequality-20.png) 0 100% no-repeat;
  background-size: 90% auto;
  list-style: none;
  display: block;
  height: 310px;
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 10%;
}
#marriage-equality .scene6 .envelopes li {
  height: 62px;
  width: 235px;
  position: absolute;
  top: 40px;
  margin-bottom: 5px;
  left: 58px;
}
#marriage-equality .scene6 .envelopes li img {
  width: 75%;
  height: auto;
}
#marriage-equality .scene6 .container {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 400px;
  margin-top: -200px;
}
#marriage-equality .scene6 .title {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  margin-top: 5%;
  color: #FFCE7A;
}
#marriage-equality .scene6 .parliament {
  width: 300px;
  height: 310px;
  position: absolute;
  right: 10%;
  bottom: 0;
}
#marriage-equality .scene7 .title {
  margin-top: 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
}
#marriage-equality .scene7 .title p {
  left: 50%;
  width: 960px;
  margin-left: -480px;
  color: #FFD990;
}
#marriage-equality .scene7 .title .main-title {
  left: 50%;
  width: 960px;
  margin-left: -480px;
  top: 45px;
  color: #fff;
}
#marriage-equality .scene7 .title span, #marriage-equality .scene7 .title .main-title span {
  display: inline !important;
  position: relative;
}
#marriage-equality .scene7 .people {
  width: 486px;
  overflow: hidden;
  height: 52px;
  position: absolute;
  top: 255px;
  left: 50%;
  margin-left: -243px;
}
#marriage-equality .scene7 .people img {
  width: 900px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -450px;
}
#marriage-equality .scene7 .flag {
  width: 350px;
  position: absolute;
  top: 194px;
  left: 50%;
  margin-left: -175px;
}
#marriage-equality .scene8 .bg {
  background: #FFCE7A;
  border-radius: 1000px;  /*position: fixed;*/
  bottom: 0;
  left: 50%;
  margin-left: 0;
  width: 0;
  height: 0;
  z-index: 0;
}
#marriage-equality .scene8 .title {
  top: 5%;
  width: 900px;
  position: absolute;
  margin-left: -450px;
  text-transform: uppercase;
  left: 50%;
}
#marriage-equality .scene8 .vote1 {
  width: 500px;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  position: absolute;
  margin-top: -161px;
}
#marriage-equality .scene8 .vote2 {
  width: 500px;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  position: absolute;
  opacity: 0;
  margin-top: -163px;
}
#marriage-equality .scene8 .date {
  width: 100px;
  position: absolute;
  top: 40%;
  left: 0;
  font-family: "proxima-nova";
  font-weight: 900;
  margin-top: -60px;
  color: #05639C;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}
#marriage-equality .scene8 .date p {
  color: #E95644;
  font-weight: bold;
  margin: 0;
}
#marriage-equality .scene8 .date p.calendar {
  background: url(../img/marriageequality-34.png) 0 0 no-repeat;
  color: #FFF;
  font-size: 80px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  line-height: 50px;
  display: block;
  width: 141px;
  letter-spacing: 30px;
  height: 76px;
  padding-top: 30px;
  padding-left: 10px;
  margin: 10px 0 10px -25px;
}
#marriage-equality .scene8 .date.de {
  left: auto;
  right: 0;
}
#marriage-equality .scene8 .date p.month {
  color: #383638;
}
#marriage-equality .scene9 .title {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 10%;
}
#marriage-equality .scene9 .main-title {
  font-size: 100px;
  line-height: 100px;
  text-transform: uppercase;
}
#marriage-equality .scene9 .law {
  width: 450px;
  position: absolute;
  left: 50%;
  margin-left: -225px;
  top: 25%;
  margin-top: -225px;
}
#marriage-equality .scene9 .ok {
  width: 90px;
  top: 45%;
  left: 437px;
  margin-top: -160px;
}
#marriage-equality .scene10 .title {
  text-align: center;
  width: 100%;
  margin-top: 5%;
  text-transform: uppercase;
}
#marriage-equality .scene10 > .couples {
  width: 800px;
  height: 750px;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -400px;
  margin-top: -200px;
}
#marriage-equality .scene10 > .couples .couples {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#marriage-equality .scene10 > .couple {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 45%;
  margin-top: -150px;
  left: 50%;
  margin-left: -150px;
}
#marriage-equality .scene10 > .couple .couple {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#marriage-equality .scene10 .heart {
  position: absolute;
  top: -20px;
  left: 50%;
}
.studio-container {
  background: #29272b;
  width: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.contact-container {
  background: #f0f0f0;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.contact-container .subtitle {
  margin-bottom: 80px;
  text-transform: uppercase;
}
.contact {
  background: #fff;
  padding: 50px 0;
  overflow: hidden;
}
.contactForm {
  width: 42%;
  float: left;
}
.contactInfo {
  width: 42%;
  float: right;
  text-align: left;
}
.contactInfo .address {
  margin: 20px 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
.contactInfo p {
  margin: 0;
}
.contactInfo div.wmt {
  margin: 40px 0 0 0;
}
.contactInfo div.wmt p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  float: left;
  display: block;
  width: 120px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 10px 10px 0 0;
  font-weight: bold;
}
.social {
  margin-top: 30px;
  text-align: right;
  padding: 0;
}
.social li {
  display: inline;
  margin-right: 10px;
}
.social li:last-child {
  margin-right: 0;
}
.social li a {
  background: #fff;
}
.social li a {
  background: url(../img/social.png) 0 0 no-repeat;
  display: inline-block;
  height: 60px;
  width: 60px;
  text-indent: 1000px;
  overflow: hidden;
}
.social li a:hover {
  background: url(../img/social.png) 0 -70px no-repeat;
}
.social li.fb a {
  background: url(../img/social.png) -71px 0 no-repeat;
}
.social li.gp a {
  background: url(../img/social.png) -141px 0 no-repeat;
}
.social li.fb a:hover {
  background: url(../img/social.png) -71px -70px no-repeat;
}
.social li.gp a:hover {
  background: url(../img/social.png) -141px -70px no-repeat;
}
.flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.flexible-container iframe, .flexible-container object, .flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-container {
  background: #353237;
  width: 100%;
  height: 288px;
  position: relative;
  z-index: 30;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 999;
}
.history .wrapper {
  position: absolute;
  left: 50%;
  margin-left: -480px;
  z-index: 999;
}
#lastfoot h2 {
  text-align: center;
  margin-bottom: 60px;
}
#lastfoot .left {
  width: 50%;
  float: left;
  text-align: center;
}
#lastfoot .right {
  width: 50%;
  float: right;
  text-align: center;
}
#lastfoot .button.black {
  background: #37353a;
  border: solid 2px #37353a;
}
#lastfoot .button {
  letter-spacing: 1px;
  text-align: center;
  padding: 15px 20px;
  margin-bottom: 40px;
  width: 380px;
}
#lastfoot .button:hover {
  background: #e95644;
  border: solid 2px #e95644;
  opacity: 0.7;
}
#lastfoot .button.black:hover {
  background: #37353a;
  border: solid 2px #37353a;
  opacity: 0.7;
}
.tabs-container {
  width: 100%;
  background: #37353a;
  height: 610px;
}
.studio-container .tabs-container {
  background: #fff;
}
.tabs-container > ul {
  list-style: none;
  color: #a09ba8;
  padding: 0;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.tabs-container > ul li {
  background: #fff;
  text-align: left;
  position: absolute;
  top: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: 999;
  height: 100%;
}
.tabs-container > ul li h3.title {
  background: #e95644;
  position: absolute;
  margin: 0;
  top: -59px;
  height: 41px;
  width: 238px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  transition: all 0.5s;
  padding-top: 15px;
  border-top: solid 3px #c7362b;
  font-size: 16px;
  left: 50%;
}
.studio-container .tabs-container .wrapper {
  color: #29272b;
  position: relative;
  overflow: hidden;
}
.studio-container .tabs-container .wrapper h3 {
  font-size: 22px;
  font-family: "ff-tisa-web-pro";
}
.studio-container .tabs-container > ul li > h3.title {
  border-top: solid 3px #d44335;
  background: #e95644;
}
.studio-container .tabs-container > ul li.active > h3.title {
  border-top: solid 3px #d44335;
  background: #fff;
  color: #29272b;
}
.tabs-container > ul li.active > h3 {
  border-top: solid 3px #37353a;
  background: #37353a;
  top: -72px;
  height: 49px;
  padding-top: 20px;
}
.tabs-container > ul li:nth-child(1) > h3.title {
  margin: 0 0 0 -480px;
}
.tabs-container > ul li:nth-child(2) > h3.title {
  margin: 0 0 0 -240px;
}
.tabs-container > ul li:nth-child(3) > h3.title {
  margin: 0 0 0 0px;
}
.tabs-container > ul li:nth-child(4) > h3.title {
  margin: 0 0 0 240px;
}
.studio-container .tabs-container > ul li.thedigs {
  background: url(../img/studio-bg.png) no-repeat 50% 100%;
}
.studio-container .tabs-container > ul li.thedigs .building {
  height: auto;
  bottom: 0;
  position: absolute;
  right: 0;
  width: 50%;
}
.studio-container .tabs-container > ul li.thedigs .building img {
  height: 100%;
  max-width: 50%;
}
.studio-container .tabs-container > ul li.thedigs .content {
  width: 45%;
  margin: 50px 0 0 0;
}

/* =HEADER STYLES
---------------------- */
#logo a {
  background: url(logo.png) no-repeat;
  display: block;
  height: 79px;
  width: 311px;
  margin: 0 auto;
  text-indent: -9999px;
  margin-top: 10px;
  transition: all 0.5s;
}
#logo a:hover {
  opacity: .8
}
.phone {
  line-height: 80px;
  margin: 0;
  text-align: right;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}

/* =HEADER STYLES
---------------------- */
.builton {
  background: #262528;
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #505054;
}
.builton a {
  color: #e95644;
}
#foonav {
  background: #262528;
  position: absolute;
  bottom: 58px;
  width: 100%;
}
#foonav ul {
  background: #262528;
  margin: 0;
  text-align: center;
  padding: 10px 0;
}
#foonav ul li:before {
  content: "|";
  color: #57545c;
  padding-right: 10px;
}
#foonav ul li:first-child:before {
  content: "";
}
#foonav ul li {
  display: inline-block;
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.footer-container .wrapper {
  height: 100%;
}
.footer-container .logo {
  position: absolute;
  left: 50%;
  margin-left: -90px;
  top: 40%;
  margin-top: -90px;
}
.footer-container .copy {
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 40%;
  color: #fff;
  margin-top: -20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
.footer-container .rights {
  position: absolute;
  right: 50%;
  margin-right: -260px;
  top: 40%;
  color: #fff;
  margin-top: -20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
#sitename {
  vertical-align: middle;
}
#sitename a {
  background: url(../img/sitename.png) no-repeat;
  display: block;
  height: 44px;
  width: 50px;
  margin: 17px 0 0;
  text-indent: -9999px;
  transition: all 0.5s;
}
#sitename a:hover {
  opacity: .8
}
#navigation {
  display: block;
  height: 35px;
  background-color: #e95644;
}
#navigation ul {
  list-style: none;
  padding: 0;
}
#navigation ul li {
  display: inline;
  float: left;
}
#navigation ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 54px;
  margin-right: 35px;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  transition: all 0.5s;
  letter-spacing: 1px;
}
#navigation ul li:last-child a {
  margin-right: 0;
}
#navigation ul li a:hover {
  color: #37353a;
}
#navigation ul li a.button {
  background: #fff;
  border: solid 2px #e95644;
  color: #e95644;
  padding: 15px 20px 13px 20px;
  line-height: 16px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.5s;
  outline: none;
  box-sizing: border-box;
}
#navigation ul li a.button:hover {
  background: #e95644;
  color: #fff;
  border: solid 2px #fff;
}
.video-container .videoWrapper, .video-container .wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -480px;
  z-index: 10;
}
.video-container .wrapper {
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.video-container .wrapper.active {
  opacity: 1;
}
.video-container a#playVideo {
  display: block;
  border-bottom: solid 1px #4d4951;
  outline: none;
  color: #e95644;
  font-size: 26px;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  padding-left: 70px;
  padding-bottom: 50px;
  margin-bottom: 32px;
  margin-top: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; /* Safari */
}
a#playVideo .circle {
  width: 50px;
  height: 50px;
  background: transparent;
  border: solid 5px #fff;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: -17px;
  left: 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; /* Safari */
}
a#playVideo .circle .play {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 11px 0 11px 19.1px;
  border-color: transparent transparent transparent #e95644;
  display: block;
  position: absolute;
  left: 18px;
  top: 14px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; /* Safari */
}
a#pauseVideo {
  width: 50px;
  height: 50px;
  background: transparent;
  border: solid 5px #fff;
  border-radius: 50px;
  display: block;
  position: fixed;
  top: 50px;
  right: 50px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; /* Safari */
  z-index: 9999;
}
a#pauseVideo span {
  font-size: 25px;
  display: block;
  position: absolute;
  left: 15px;
  color: #e95644;
  top: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; /* Safari */
  z-index: 999;
}
.video-container a#playVideo:hover {
  color: #fff;
}
.video-container a#playVideo:hover .circle {
  border: solid 5px #e95644;
  background: #e95644;
}
.video-container a#pauseVideo:hover {
  border: solid 5px #e95644;
  background: #e95644;
}
.video-container a#pauseVideo:hover span {
  color: #fff;
}
a#playVideo .circle .play {
  border-color: transparent transparent transparent #fff;
}
#worldImg {
  width: 100%;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 0;
}
.video-container #intro {
  width: 50%;
  top: 50%;
  position: absolute;
  margin-top: -120px;
  z-index: 0;
}
.video-container #intro h1 {
  color: #fff;
  font-size: 50px;
  line-height: 54px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 0;
}
.video-container #intro .startTalking {
  margin-left: 20px;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1px;
}
.videoWrapper {
  position: relative;
  width: 960px;
  height: 540px;
  margin: 0 auto;
  display: none;
  z-index: 0;
}
.videoWrapper.active {
  display: block;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoController {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
}
#progress {
  height: 2%;
  background: #444;
  bottom: 0;
  position: fixed;
  z-index: 900;
}
#scrollbar {
  position: fixed;
  right: 2px;
  height: 50px;
  width: 6px;
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  z-index: 300;
  border-radius: 3px;
}
.skrollr-desktop #scrollbar {
  display: none;
}

/* ==========================================================================
Media Queries
========================================================================== */
@media only screen and (min-width:480px) {

  /* ====================
  INTERMEDIATE: Menu
  ==================== */

  /* ========================
  INTERMEDIATE: IE Fixes
  ======================== */
}
@media only screen and (min-width:768px) {

  /* ====================
  WIDE: CSS3 Effects
  ==================== */

  /* ============
  WIDE: Menu
  ============ */

  /* ============
  WIDE: Main
  ============ */
}
@media only screen and (min-width:1140px) {

  /* ===============
  Maximal Width
  =============== */
  #labour-party .scene5 .monitor {
    position: absolute;
    top: 45%;
    margin-top: -12px;
  }
}

/* ==========================================================================
Helper classes
========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.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;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

/* ==========================================================================
Print styles
========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " ("attr(href) ")";
  }
  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  /*
  * Don't show links for images, or javascript/internal links
  */
  .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; /* h5bp.com/t */
  }
  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;
  }
}