/*
Theme Name: Synergy Construct 2014
Author: Lightbulb Digital
Author URI: http://lightbulbdigital.com.au/
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus { outline: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
a img { border: 0; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

/* =Page Style
-------------------------------------------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome.eot');
  src: url('fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
       url('fonts/fontawesome.woff') format('woff'),
       url('fonts/fontawesome.ttf') format('truetype'),
       url('fonts/fontawesome.svg#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Open Sans Extra Bold';
    src: url('fonts/opensans-extrabold.eot');
    src: url('fonts/opensans-extrabold.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-extrabold.woff') format('woff'),
         url('fonts/opensans-extrabold.ttf') format('truetype'),
         url('fonts/opensans-extrabold.svg#opensans-extrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/ufonts.com_gotham-black-webfont.eot');
    src: url('fonts/ufonts.com_gotham-black-webfont.eot?#iefix'             ) format('embedded-opentype'),
         url('fonts/ufonts.com_gotham-black-webfont.woff2'                  ) format('woff2'            ),
         url('fonts/ufonts.com_gotham-black-webfont.woff'                   ) format('woff'             ),
         url('fonts/ufonts.com_gotham-black-webfont.ttf'                    ) format('truetype'         ),
         url('fonts/ufonts.com_gotham-black-webfont.svg#gotham_blackregular') format('svg'              );
    font-weight: 800;
    font-style: normal;
}



body {
    background: #34363a;
    color: #fff;
    font-size: 20px;
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
}

header {
    background: #000000;
    background-image: url(images/header-bg-repeat.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    border-top: 15px solid #f05628;
    border-bottom: 2px solid #f05628;
    padding-top: 1px;
    position: fixed;
    width: 100%;
    height: 142px;
    z-index: 20;
}
header nav { margin: auto; max-width: 1024px; }
header h1 { float: left; }
header h1 a { display: block; height: 142px; width: 290px; }
header h1 a img { width: 100%; margin: 24px 0 0 -19px; }
header ul { float: right; border-left: 1px solid #666666; }
header ul li { display: block; float: left; border-right: 1px solid #666666; }
header ul a {
    color: inherit;
    display: block;
    font-size: 1.3em;
    height: 1em;
    overflow: hidden;
    padding: 2.2em 0 2.25em 2.5em;
    position: relative;
    text-indent: 1px;
    text-decoration: none;
    transition: width .4s;
    width: 1px;
    white-space: nowrap;
}
header ul a:hover { background: #717375; background: rgba(255,255,255,.3); }
header ul a.phone:hover { width: 7.8em; }
header ul a:before { font-family: FontAwesome; position: absolute; left: .8em; text-align: center; width: 1em; }
header ul a.linkedin:before { content: "\f0e1"; }
header ul a.twitter:before  { content: "\f099"; }
header ul a.facebook:before { content: "\f09a"; }
header ul a.phone:before    { content: "\f095"; }
header p { float: right; font-size: .9em; padding: 2em 1.4em 0 0; }

section { overflow: hidden; padding: 9.8em 0 1.5em; }
section > div { margin: auto; max-width: 51.2em; position: relative; }
section > div > h1 {
    font-size: 2.6em;
    font-weight: 800;
    margin: 0 0 .3em;
    text-align: center;
    text-transform: uppercase;
    line-height: 0.875;
}
section .content {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
section p { font-size: .9em; line-height: 1.4em; margin-bottom: .8em; }
section p.subtitle {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.15em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:1.3em;
}
section > div > nav {
    display: block;
    font-size: .8em;
    margin: auto;
    position: relative;
    text-align: center;
    width: 20em;
    z-index: 10;
}
section > div > nav a {
    color: inherit;
    display: block;
    height: 5em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 12;
}
section > div > nav:before,
section > div > nav:after,
section > div > nav a:after {
    border: 0 solid transparent;
    border-color: rgba(255,255,255,0);
    content: "";
    position: absolute;
    transition: top .2s;
    z-index: -1;
}
section > div > nav:before {
    border-width: 3em 3em 0;
    border-top-color: rgba(255,255,255,.3);
    left: 7em;
    top: 1.4em;
}
section > div > nav:after {
    border-width: 3.2em 3.2em 0;
    border-top-color: rgba(255,255,255,.4);
    left: 6.8em;
    top: 1.6em;
}
section > div > nav a:after {
    border-width: 2.4em 2.4em 0;
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,.6);
    left: 7.65em;
    top: 1.6em;
}
section > div > nav:hover:before  { top: 2.0em; }
section > div > nav:hover:after   { top: 1.8em; }
section > div > nav:hover a:after { top: 2.2em; }
blockquote {
    font-size: 1.6em;
    margin: 3em auto;
    padding: 0 .7em 0 .7em;
    position: relative;
    width: 13.6em;
    text-align: center;
}
blockquote:before,
blockquote:after {
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    width: 25px;
}
blockquote:before { background: url(images/ldquo.png); left: 0; }
blockquote:after  { background: url(images/rdquo.png); top: 0; right: 0; }

#synergy {
    background: #1d1e20; /* Old browsers */
    background: linear-gradient(to bottom,  #1d1e20 0%,#34363a 26%,#34363a 70%,#1d1e20 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1e20', endColorstr='#1d1e20',GradientType=0 ); /* IE6-8 */
}
#synergy h1 { margin: 5.6em 0 0; max-width: 11.4em; color: #fff; }
#synergy .subtitle {
    color: #f05628;
    font-size: 2.6em;
    line-height: 0.875;
    max-width: 11.4em;
    margin: 0 0 2em;
}
#synergy .content {
    background: url(images/circle-400.png) no-repeat center;
    background: rgba(255,255,255,1);
    border-radius: 50%;
    margin-top: -6.0em;
    padding: 3.8em 2.0em 2.6em 2.0em;
    position: absolute;
    color: #666;
    right: 0;
    top: 0;
    font-size: 1em;
    max-width: 13.8em;
}
#synergy strong {
    color: #f05628;
    font-family: 'Gotham', sans-serif;
    text-transform: uppercase;
}
#synergy nav { margin-top: 16em; width: 22.2em; line-height: 2.6em; }
#synergy nav a { height: 8em; }
#synergy nav:before,
#synergy nav:after,
#synergy nav a:after { font-size: 1.6em; left: 4.58em; }
#synergy nav:before { left: 4em; }
#synergy nav:after { left: 3.8em; }

#early {
    background: #a8aab3; /* Old browsers */
    background: linear-gradient(to bottom,  #a8aab3 0%,#cfd0d5 73%,#a8aab3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8aab3', endColorstr='#a8aab3',GradientType=0 ); /* IE6-8 */
}
#early .coin {
    background: url(images/outline.png) no-repeat center;
    border-radius: 100%;
    display: block;
    font-size: 10em;
    font-weight: 800;
    height: 1.19em;
    line-height: 1.12em;
    margin: .14em auto .06em;
    position: relative;
    text-align: center;
    width: 1.19em;
}
#early .coin div {
    bottom: 0;
    height: 90%;
    overflow: hidden;
    position: absolute;
    width: 1.35em;
}
#early .coin div:after {
    background: #494a4c;
    background: transparent url(images/coin.png) no-repeat center;
    border-radius: 100%;
    bottom: 0;
    color: #fff;
    content: "$";
    display: block;
    height: 1.19em;
    position: absolute;
    text-align: center;
    width: 1.19em;
}
#early .timeline {
    background: url(images/timeline.png) no-repeat bottom left;
    background-size: contain;
    display: block;
    height: 6em;
    margin: auto;
    max-width: 43.25em;
    padding-right: 7.95em;
    position: relative;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#early .timeline div {
    background: url(images/marker.png) no-repeat bottom center;
    left: 84.4%;
    margin-left: -1.4em;
    text-align: center;
    padding-bottom: 2.9em;
    position: absolute;
    width: 2.8em;
}
#early .timeline div:before {
    content: attr(data-content);
}
#early nav { margin-top: 3.6em; }

#relationships {
    background: #dc4026; /* Old browsers */
    background: linear-gradient(to bottom,  #dc4026 0%,#f05628 35%,#f05628 65%,#f05628 100%,#dc4026 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc4026', endColorstr='#dc4026',GradientType=0 ); /* IE6-8 */
}
#relationships .venn {
    height: 6.8em;
    position: absolute;
    left: 9em;
    padding: 0 .6em;
    top: 16.5em;
    width: 7.4em;
}
#relationships .venn div {
    border: 1px solid transparent; /* iOS safari hairline bug workaround */
    border-radius: 100%;
    content: "";
    display: block;
    height: 19em;
    margin: -50%;
    position: absolute;
    top: -2em;
    width: 19em;
}
#relationships .venn .before { background: url(images/circle-285.png);             background: rgba(52,54,58,1.0); right: 40%; }
#relationships .venn .after  { background: url(images/circle-285-white-trans.png); background: rgba( 0, 0, 0,0.2); left:  40%; }
#relationships img { position: absolute; top: .35em;  z-index: 10; }
#relationships .content {
    position: absolute;
    right: 3.5em;
    top: 12.5em;
    width: 17.5em;
    max-width: 100%;
}
#relationships strong {
    font-family: 'Gotham', sans-serif;
    text-transform: uppercase;
}
#relationships nav { margin-top: 34.8em; }

#save {
    background: #1d1e20; /* Old browsers */
    background: linear-gradient(to bottom,  #1d1e20 0%,#34363a 26%,#34363a 70%,#1d1e20 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1e20', endColorstr='#1d1e20',GradientType=0 ); /* IE6-8 */
}
#save p.subtitle { color: #f05628 }
#save .graph {
    background: url(images/save.png) no-repeat bottom center;
    height: 16em;
    position: relative;
    margin: 4em auto 0;
    max-width: 44.5em;
}
#save .graph div {
    bottom: 0;
    color: #f05628;
    font-weight: 800;
    line-height: .92em;
    position: absolute;
    padding-bottom: 6.2%;
}
#save .graph div:nth-child(1) { font-size: 3.2em; left: 10.6%; }
#save .graph div:nth-child(2) { font-size: 4.0em; left: 18.8%; }
#save .graph div:nth-child(3) { font-size: 4.6em; left: 28.3%; }
#save .graph div:nth-child(4) { font-size: 5.4em; left: 38.8%; }
#save .graph div:nth-child(5) { font-size: 6.5em; left: 50.0%; }
#save .graph div:nth-child(6) { color: #a3a1ac; font-size: 7.6em; left: 62.5%; }
#save .graph div:nth-child(7) { color: #a3a1ac; font-size: 9.2em; left: 76.1%; }
#save .content { max-width: 24em; margin: auto; }
#save nav { margin-top: 5em; }

#competition {
    background: #a8aab3; /* Old browsers */
    background: linear-gradient(to bottom,  #a8aab3 0%,#cfd0d5 73%,#a8aab3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8aab3', endColorstr='#a8aab3',GradientType=0 ); /* IE6-8 */
    text-align: center;
}
#competition .subtitle { margin: auto; max-width: 31em; }
#competition .pie {
    background: url(images/competition.png);
    display: inline-block;
    height: 16.99em;
    margin: 2.6em -50%;
    position: relative;
    width: 16.99em;
}
#competition .pie .slice {
    background: url(images/competition-slice.png);
    height: 8.5em;
    margin: 0 0 0 8.51em;
    position: absolute;
    width: 8.3em;
}
#competition nav { margin-top: 4em; }

#doing { background: #222; background: #222 url(images/gradient-bg.png) center / cover no-repeat fixed; }
#doing h1 { margin: auto; max-width: 100%; width: 12em; }
#doing .item {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    margin: 5em 0 8em 6%;
    text-align: center;
    position: relative;
}
#doing .item img { border-radius: 5%; box-shadow: 6px 6px 0 #666; width: 100%; }
#doing .item h3 { text-transform: uppercase; margin: 1em 0 0 0; font-size: 0.75em; }
#doing .item:first-of-type { margin: 5em 0 8em 0; }
#doing .item .description {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0.8em;
    transition: opacity 200ms;
}
#doing .item .description:active,
#doing .item .description:hover { opacity: 1; }
#doing .item .description img { visibility: hidden; opacity: 0; display: block; }
#doing .item .description > div {
    border-radius: 5%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #a7a9b2;
    display: block;
}
#doing .item .description > div > div {
    display: table;
    width: 100%;
    height: 100%;
}
#doing .item .description > div > div > div { display: table-cell; vertical-align: middle; }
#doing .item .description > div > div > div p:last-child { margin: 0; }
#doing .item .description p { font-family: 'Open Sans', sans-serif; }

#us {
    background: #999ba3;
    background: linear-gradient(to bottom,  #999ba3 0%,#b1b3bd 50%,#999ba3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999ba3', endColorstr='#b1b3bd',GradientType=0 );
}
#us a { color: inherit; text-decoration: none; }
#us .subtitle { margin: auto; max-width: 36em; }

#us .contacts { left: 4em; position: absolute; top: 9em; width: 24em; font-family: 'Open Sans', sans-serif; }
#us .contacts > li { clear: both; margin-bottom: 2.4em; font-size: 1.1em; }
#us .contacts > li:after { content: ""; display: table; clear: both; }
#us .contacts > li img {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-box-shadow: 0px 0px 13px #666;
    -moz-box-shadow: 0px 0px 13px #666;
    box-shadow: 0px 0px 13px #666;
    float: left;
    margin: 0 1em 0 0;
}
#us .contacts > li:last-child {
    font-size: 0.9em;
    line-height: 1.3;
}
#us .contacts > li:last-child img {
    background: #d6d6da;
    border: 0;
    margin-left: 3em;
    padding: 0.9em;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    box-shadow: none;
}

#us .contacts > li:last-child a {
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    padding: .35em 0;
}

#us .contacts > li ul { font-size: .7em; line-height: 1.3em; padding: 1.5em 0 0; }
#us .contacts > li li:first-child { font-family: 'Gotham', sans-serif; text-transform: uppercase; font-size: 1.1em;  }
#us .contacts > li li:nth-child(2) { margin-bottom: .6em; }
#us .contacts > li strong { font-size: .7em; font-weight: 600; line-height: 2.6em; }

#us .content {
    background: url(images/circle-355.png) no-repeat center;
    background: rgba(255,255,255,1);
    border-radius: 100%;
    font-size: .7em;
    line-height: 1.2em;
    color: #666;
    padding: 7em 3em 6em 3em;
    position: absolute;
    right: 3em;
    top: 12.5em;
    width: 22em;
}
#us .content strong { font-weight: 600; }
#us .content h2 {
    color: #f05628;
    font-family: 'Gotham', sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
}
#us .content p { clear: both; font-size: 1.1em; margin: 0; padding: .6em 0; }

#us nav { margin-top: 33.4em; }
#us nav a { height: 1.4em; padding-top: 3.6em; }
#us nav:before {
    border-width: 0 3em 3em;
    border-bottom-color: rgba(255,255,255,.3);
    top: .4em;
}
#us nav:after {
    border-width: 0 3.2em 3.2em;
    border-bottom-color: rgba(255,255,255,.4);
    top: 0;
}
#us nav a:after {
    border-width: 0 2.4em 2.4em;
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,.6);
    top: .75em;
}
#us nav:hover:before  { top: -.2em; }
#us nav:hover:after   { top: -.2em; }
#us nav:hover a:after { top:  .2em; }


footer { background: #34363a; display: none; padding-top: 1px; text-align: center; }
footer ul li { display: inline-block; vertical-align: top; }
footer ul a {
    color: inherit;
    display: inline-block;
    font-size: 1.3em;
    height: 1em;
    overflow: hidden;
    padding: .6em 0 .4em 2.6em;
    position: relative;
    text-decoration: none;
    width: 0;
}
footer ul a:hover { background: #525456; background: rgba(255,255,255,.1); }
footer ul a:before { font-family: FontAwesome; position: absolute; left: .8em; text-align: center; width: 1em; }
footer ul a.linkedin:before { content: "\f0e1"; }
footer ul a.twitter:before  { content: "\f099"; }
footer ul a.facebook:before { content: "\f09a"; }
footer ul a.phone:before    { content: "\f095"; }


@media (max-width: 1320px) {
    #who blockquote { font-size: 1.3em; }
}
@media (max-width: 1100px) {
    #doing .item .description { font-size: 1.49vw; }
    section { padding: 9.8em 1em 1.5em 1em; }
    section p.subtitle br { display: none; }
}
@media (max-width: 1040px) {
    header nav { padding-left: 1em; }
    #who { background-attachment: scroll; }
}
@media (max-width: 1020px) {
    #synergy { text-align: center; }
    #synergy h1 { margin: auto; }
    #synergy .subtitle { margin: auto; }
    #synergy .content { display: inline-block; margin: 2em -50% 0; padding: 4em 3em; position: static; }
    #synergy nav { margin-top: 2em; }

    #relationships .venn { position: relative; top: 0; left: 0; margin: 8em auto 6em; }
    #relationships .content { margin: 8em auto 0; position: static; text-align: center; }
    #relationships nav { margin-top: 4em; }
}
@media (max-width: 960px) {
    #us { text-align: center; }
    #us .contacts { margin: 2em auto; position: static; text-align: left; }
    #us .content { display: inline-block; margin: 2em -50%; position: static; }
    #us nav { margin-top: 4em; }
}
@media (max-width: 908px) {
    #save .graph { margin: 1em auto 2em; background-size: contain; }
    #save .content { position: static; margin: auto; }
    #save nav { margin-top: 3em; }
}
@media (max-width: 892px) {
    header { position: static; }
    header ul a.phone:hover { width: 1px; }
    header p { font-size: .9em; padding: 1.2em 1em 1em 0; width: 6em; }
    #relationships .content { right: 1em; }
    #save .content { text-align: center; }
    footer { display: block; }
    section { clear: both; padding: 4em 1em; }
}
@media (max-width: 764px) {
    #save .graph { font-size: .8em; }
    #doing { background-attachment: scroll; }
}
@media (max-width: 690px) {
    section > div > nav { display: none; }
    #early .timeline { margin: 0 auto 1em; }
    #who { padding: 1em 0 18em; }
    #who .content { display: none; }
}
@media (max-width: 620px) {
    header ul a.linkedin,
    header ul a.twitter,
    header ul a.facebook { display: none; }
    #save .graph { font-size: .6em; }
    #doing .item,
    #doing .item:first-of-type {
        display: block;
        margin: 2em auto;
        width: 14em;
        max-width: 100%;
    }
    #doing .item .description { font-size: .8em; }
    #doing h1 { font-size: 1.8em; }
}
@media (max-width: 580px) {
    blockquote {
        font-size: 1.6em;
        margin: 3em auto;
        padding: 0 1em;
        text-align: center;
        text-indent: 0;
        width: auto;
    }
    blockquote br { display: none; }
    #competition canvas { background-size: 100%; margin: 2em 0 0; max-width: 100%; }
    #competition img { max-width: 100%; }
}
@media (max-width: 480px) {
    #save .graph { font-size: .4em; }
    #us .contacts { width: auto; }
    #us .contacts > li { text-align: center; }
    #us .contacts > li img { float: none; margin: 0; }
    #us .contacts > li:last-child img { margin: 0; }
    #us .contacts > li ul { padding: .4em 0 0; text-align: center; }
    #us .content { padding: 6em 2.8em 6em 3.2em;}
}
@media (max-width: 460px) {
    #relationships { padding: 4em 4vw; }
    #relationships h1 { font-size: 11.4vw }
    #relationships .subtitle { font-size: 5.8vw }
    #competition { padding: 4em 4vw; }
    #competition h1 { font-size: 11.4vw }
    #competition .subtitle { font-size: 5.8vw }
}
@media (max-width: 414px) {
    header p { display: none; }
}
@media (max-width: 400px) {
    #early { padding: 4em 4vw; }
    #early h1 { font-size: 12.8vw;  }
    #early .subtitle { font-size: 6.2vw;  }
}
@media (max-width: 390px) {
    header nav ul { display: none; }
    #synergy { padding: 4em 4vw; }
    #synergy h1 { font-size: 13.4vw; }
    #synergy .subtitle { font-size: 13.4vw; }
    #save .graph { font-size: .3em; }
    #who { padding: 0 0 12em; }
}
@media (max-width: 320px) {
    #doing .item .description { font-size: 4.8vw; }
}
