html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, img {
  outline: none; }

::-webkit-input-placeholder {
  color: #79736f; }

::-moz-placeholder {
  color: #79736f; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #79736f; }

/* ie */
input:-moz-placeholder {
  color: #79736f; }

/*::selection      {background:none;color:$red;}
::-moz-selection {background:none;color:$red;}*/
a {
  outline: none;
  -webkit-transition: color .20s ease-out, text-shadow .20s ease-out;
  -moz-transition: color .20s ease-out, text-shadow .20s ease-out;
  -o-transition: color .20s ease-out, text-shadow .20s ease-out;
  transition: color .20s ease-out, text-shadow .20s ease-out; }

body {
  background: #ebece3;
  font-family: "soleil", sans-serif, Arial;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  color: #2f2f2d; }

.wrap {
  width: 960px;
  margin: 0 auto;
  padding: 0 0%;
  position: relative; }

.kickstarter {
  background: #2bde73;
  color: #ebece3;
  padding: 0 23px 1px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 20px;
  height: 40px;
  display: inline-block;
  line-height: 40px; }

.kickstarter:hover {
  color: #0f2105; }

header {
  width: 100%;
  float: left;
  padding: 20px 0 20px 0; }
  header h2 {
    float: left;
    margin: 20px 0 0 calc(50% - 187px - 180px / 2);
    color: #9b9892;
    font-weight: 200;
    font-size: 21px; }
  header .logo {
    float: left; }
  header img.icons {
    float: right;
    margin: 1px 0 0 4px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 50px;
    height: 50px; }
  header img.icons:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

#video {
  float: left;
  width: 100%;
  background: url(../images/video_bg.jpg) center top no-repeat;
  background-size: cover; }
  #video #videowindow {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    #video #videowindow iframe, #video #videowindow object, #video #videowindow embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #video #over_video {
    float: left;
    width: 100%; }
    #video #over_video .half {
      float: left;
      width: 50%;
      text-align: center;
      color: white;
      padding: 85px 0 0 0; }
      #video #over_video .half #playvideo {
        display: inline-block;
        margin: 0 0 40px 0;
        text-indent: -5000px;
        width: 80px;
        height: 81px;
        padding: 0;
        border: 0;
        background: url(../images/play.svg) no-repeat;
        opacity: 0.8;
        cursor: pointer;
        outline: none; }
      #video #over_video .half #playvideo:hover {
        opacity: 1; }
      #video #over_video .half h2 {
        font-size: 36px;
        font-weight: 600;
        padding-bottom: 25px;
        text-transform: uppercase; }
      #video #over_video .half p {
        font-size: 22px;
        line-height: 130%;
        padding-bottom: 35px;
        font-weight: 100; }

#magnets {
  float: left;
  width: 100%;
  background: url(../images/second_slide_bg.jpg) center top no-repeat; }
  #magnets .title {
    width: 100%;
    padding: 0 15%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding: 205px 0 445px 0; }
    #magnets .title h1 {
      font-size: 36px;
      font-weight: 600;
      padding-bottom: 25px;
      text-transform: uppercase; }
    #magnets .title p {
      font-size: 22px;
      line-height: 130%;
      padding-bottom: 55px;
      font-weight: 100; }
  #magnets .recharge {
    color: white;
    width: 50%;
    float: left;
    text-align: center; }
    #magnets .recharge h3 {
      font-size: 36px;
      font-weight: 600;
      padding-bottom: 25px;
      text-transform: uppercase; }
    #magnets .recharge p {
      font-size: 22px;
      line-height: 130%;
      padding-bottom: 55px;
      font-weight: 100; }
    #magnets .recharge span {
      color: #2f2f2d;
      display: inline-block;
      padding: 120px 0 60px 0;
      line-height: 130%; }

#assembly {
  padding: 100px 0 70px;
  float: left;
  width: 100%; }
  #assembly div .half {
    float: left;
    position: relative;
    width: 50%;
    text-align: center;
    box-sizing: border-box; }
    #assembly div .half .measurments {
      width: 300px; }
    #assembly div .half h2 {
      font-size: 36px;
      color: #2f2f2d;
      font-weight: 600;
      padding-bottom: 45px;
      text-transform: uppercase; }
    #assembly div .half p {
      font-size: 22px;
      color: #79736f;
      line-height: 130%;
      padding-bottom: 105px;
      font-weight: 100; }
    #assembly div .half .kickstarter {
      float: left;
      margin: 40px 0 70px calc(50% - 245px / 2); }
    #assembly div .half #assembly_pic {
      width: 246px;
      height: 591px;
      margin: 0 auto;
      position: relative;
      display: block; }
      #assembly div .half #assembly_pic img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11; }
      #assembly div .half #assembly_pic .plusbutton, #assembly div .half #assembly_pic #first, #assembly div .half #assembly_pic #second, #assembly div .half #assembly_pic #third, #assembly div .half #assembly_pic #fourth, #assembly div .half #assembly_pic #fifth, #assembly div .half #assembly_pic #sixth, #assembly div .half #assembly_pic #seventh {
        width: 35px;
        height: 35px;
        border-radius: 20px;
        position: absolute;
        z-index: 12;
        padding: 9px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.7);
        cursor: pointer; }
        #assembly div .half #assembly_pic .plusbutton p, #assembly div .half #assembly_pic #first p, #assembly div .half #assembly_pic #second p, #assembly div .half #assembly_pic #third p, #assembly div .half #assembly_pic #fourth p, #assembly div .half #assembly_pic #fifth p, #assembly div .half #assembly_pic #sixth p, #assembly div .half #assembly_pic #seventh p {
          display: none;
          font-size: 15px;
          margin-top: -2px; }
      #assembly div .half #assembly_pic #first {
        top: 9px;
        right: 0px; }
      #assembly div .half #assembly_pic #second {
        top: 99px;
        left: 80px; }
      #assembly div .half #assembly_pic #third {
        top: 136px;
        right: 75px; }
      #assembly div .half #assembly_pic #fourth {
        top: 246px;
        right: 39px; }
      #assembly div .half #assembly_pic #fifth {
        top: 390px;
        right: 41px; }
      #assembly div .half #assembly_pic #sixth {
        top: 500px;
        right: 0px; }
      #assembly div .half #assembly_pic #seventh {
          top: 326px;
          right: 25px; }

#wrapper {
  background-color: #fff;
  width: 100%;
  height: 640px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0; }

#carousel img {
  display: block;
  float: left; }

#prev, #next {
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  height: 640px;
  width: 50%;
  top: 0;
  position: absolute; }

#prev:hover, #next:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.4); }

#prev {
  left: -480px; }

#next {
  right: -480px; }

#pager {
  float: left;
  width: 100%;
  padding: 200px 0 0 0; }

#pager a {
  border-radius: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 15px 0 0;
  background-color: rgba(255, 255, 255, 0.5); }

#pager a:hover {
  background-color: white; }

#pager a span {
  display: none; }

#pager a.selected {
  background-color: #fff; }

.carouseltitle {
  color: white;
  width: 50%;
  position: absolute;
  text-align: center;
  z-index: 16;
  padding: 75px 0 80px 0;
  right: 0; }
  .carouseltitle h3 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 25px;
    text-transform: uppercase; }
  .carouseltitle p {
    font-size: 22px;
    line-height: 130%;
    padding-bottom: 75px;
    font-weight: 100; }

#colours {
  background: url(../images/colours_bg.png) center bottom repeat-x #ebece3;
  padding: 740px 0 70px;
  float: left;
  width: 100%; }
  #colours .half {
    float: left;
    width: 50%;
    text-align: center;
    box-sizing: border-box; }
    #colours .half h2 {
      font-size: 36px;
      color: #2f2f2d;
      font-weight: 600;
      padding-bottom: 25px;
    padding-top:35px;}
    #colours .half p {
      font-size: 22px;
      color: #79736f;
      line-height: 130%;
      font-weight: 100; }
    #colours .half .kickstarter {
      float: left;
      margin: 40px 0 70px calc(50% - 245px / 2); }
    #colours .half .cycle-slideshow {
      text-align: center;
      padding-bottom: 15px; }
      #colours .half .cycle-slideshow div {
        width: 100%; }
    #colours .half .colourpager span {
      width: 26px;
      height: 26px;
      padding: 0;
      border-radius: 25px;
      display: inline-block;
      margin: 0 10px; }
      #colours .half .colourpager span a {
        border: none;
        width: 26px;
        height: 26px;
        padding: 0;
        float: left;
        border-radius: 25px;
        text-decoration: none;
        cursor: pointer;
        background: black; }
    /*#colours .half .colourpager span:first-of-type a {*/
      /*background: #2bde73; }*/
    #colours .half .colourpager span:last-of-type a {
      background: white; }
    #colours .half .colourpager .cycle-pager-active {
      border: 1px solid #aba8a2;
      width: 19px;
      height: 19px;
      padding: 3px; }
      #colours .half .colourpager .cycle-pager-active a {
        border-radius: 19px;
        width: 19px;
        height: 19px; }

#team {
  float: left;
  width: 100%; }
  #team h2 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 75px 0 68px; }
  #team .kickstarter {
    float: left;
    margin: 40px 0 70px calc(50% - 245px / 2); }
  #team div div {
    float: left;
    width: 47%;
    margin: 0 6% 38px 0;
    font-size: 14px;
    color: #79736f;
    line-height: 130%;
    position: relative; }
    #team div div p {
      padding-top: 20px; }
    #team div div strong {
      font-weight: 600; }
    #team div div img {
      border-radius: 85px;
      float: right;
      margin: 0 0 0 18px;
      width: 140px; }
    #team div div img.mail {
      float: none;
      margin: 0 0 0 0;
      width: 42px;
      height: 42px;
      position: absolute;
      top: 98px;
      right: 98px; }
  #team div div:nth-of-type(even) {
    margin-right: 0; }
  #team div .leftimg img {
    float: left;
    margin: 0 18px 0 0; }
  #team div .leftimg img.mail {
    left: 98px; }

footer {
  background: #79736f;
  width: 100%;
  float: left;
  padding: 35px 0 48px 0;
  color: #ebece3;
  line-height: 140%; }
  footer a {
    color: #ebece3; }
  footer a:hover {
    text-decoration: none; }
  footer div #copy {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 200;
    color: #ebece3; }
    footer div #copy img {
      float: right;
      width: 135px;
      margin-top: 4px; }
  footer div .contacts {
    width: 50%;
    float: left;
    padding-bottom: 90px; }
    footer div .contacts ul {
      padding: 0 0 30px 5px;
      font-weight: 600; }
      footer div .contacts ul li {
        display: inline-block;
        padding-right: 25px; }
        footer div .contacts ul li a {
          text-decoration: none;
          color: #c9c8c0; }
        footer div .contacts ul li a:hover {
          text-decoration: underline; }
    footer div .contacts #mailchimp {
      float: left;
      width: 100%; }
      footer div .contacts #mailchimp input[type='text'] {
        background: #c9c8c0;
        border: none;
        border-radius: 20px;
        float: left;
        width: 50%;
        line-height: 40px;
        color: #9b9892;
        font-family: "soleil", sans-serif, Arial;
        font-size: 16px;
        padding: 0 0 0 20px;
        box-sizing: border-box;
        font-weight: 400;
        margin: 0;
        height: 40px; }
      footer div .contacts #mailchimp input[type='email'] {
        background: #c9c8c0;
        border: none;
        border-radius: 20px;
        float: left;
        width: 50%;
        line-height: 40px;
        color: #9b9892;
        font-family: "soleil", sans-serif, Arial;
        font-size: 16px;
        padding: 0 0 0 20px;
        box-sizing: border-box;
        font-weight: 400;
        margin: 0;
        height: 40px; }
      footer div .contacts #mailchimp input[type='submit'] {
        background: #ebece3;
        color: #79736f;
        cursor: pointer;
        border: none;
        height: 40px;
        font-family: "soleil", sans-serif, Arial;
        font-size: 16px;
        border-radius: 20px;
        margin-left: 10px;
        padding: 0 18px 1px;
        font-weight: 600;
        -webkit-appearance: none; }
      footer div .contacts #mailchimp input[type="submit"]:hover {
        background: white;
        -webkit-appearance: none; }
  footer div .icons {
    float: left;
    width: 50%;
    text-align: right; }
    footer div .icons div {
      padding: 23px 0 0 0;
      float: right; }
    footer div .icons img {
      float: right;
      width: 50px;
      height: 50px;
      margin-left: 4px; }
    footer div .icons img:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }


    .letmeknow {width: 490px; margin:30px 0 0 20px;}
    .letmeknow .email {background: #c9c8c0;
        border: none;
        border-radius: 20px;
        line-height: 40px;
        float:left;
        color: #9b9892;
        font-family: 'soleil', sans-serif, Arial;
        font-size: 16px;
        box-sizing: border-box;
        font-weight: 400;
        margin: 0;
        height: 40px; width:350px; text-align: center;}

    .letmeknow .button {
        color: #c9c8c0;
        cursor: pointer;
        background: #79736f;
        border: none;
        height: 40px;
        font-family: 'soleil', sans-serif, Arial;
        font-size: 16px;
        border-radius: 20px;
        margin: 0px 0 0 10px;
        padding: 0 18px 1px;
        font-weight: 600;float:left;
    }
