/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    display: inline;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 12px;
    line-height: 1.231;
}
body,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #000;
}
::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    cursor: pointer;
}
legend {
    border: 0;
    margin-left: -7px;
    padding: 0;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align: middle;
}
button,
input {
    line-height: normal;
    overflow: visible;
}
table button,
table input {
    overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
i {
    font-style: normal;
}
/* ===================================================
        Exploration Architecture styles
        Author: Dave Thomson
     =================================================== */
html {
    overflow: hidden;
}
html,
body {
    height: 100%;
}
body {
    font: 12px/26px;
    font-family: 'Open Sans', sans-serif;
    color: #58585a;
}
/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}
h2 {
    color: #58585a;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
a {
    color: #7fb4bc;
}
a:visited {
    color: #7fb4bc;
}
a:hover {
    color: #7fb4bc;
}
p {
    line-height: 1.2em;
    margin-top: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
figure img {
    width: 100%;
    height: auto;
}
i {
    cursor: pointer;
}
.bg {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.bg .carousel-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.addthis_custom_sharing {
    padding: 8px 0 20px;
}
.addthis_custom_sharing a {
    margin: 0 6px !important;
}
/* ===================================================
    Layout
     =================================================== */
header {
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 700;
    background: #ffffff;
}
header h1 {
    margin: 28px;
}
header h2 {
    display: none;
}
header nav.main {
    position: fixed;
    top: 0;
    right: 0;
    width: 346px;
    padding-top: 25px;
}
header nav.main ul li {
    width: 50px;
    margin-right: 14px;
    display: inline-block;
}
header nav.main ul li a {
    width: 50px;
    text-align: center;
    text-transform: lowercase;
    text-decoration: none;
    display: block;
}
header nav.main ul li a i {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
    font-size: 20px;
}
header nav.main ul li a.active {
    color: #58585a;
}
header nav.main ul li a.studio i {
    background: url('../img/sprites.png') no-repeat;
    background-position: 0px 0px;
}
header nav.main ul li a.studio:hover i {
    background: url('../img/sprites.png') no-repeat;
    background-position: -30px 0px;
}
header nav.main ul li a.studio.active i {
    background: url('../img/sprites.png') no-repeat;
    background-position: -60px 0px;
}
header nav.main ul li a.projects i {
    background: url('../img/sprites.png') no-repeat;
    background-position: 0px -30px;
}
header nav.main ul li a.projects:hover i {
    background: url('../img/sprites.png') no-repeat;
    background-position: -30px -30px;
}
header nav.main ul li a.projects.active i {
    background: url('../img/sprites.png') no-repeat;
    background-position: -60px -30px;
}
header nav.main ul li a.consulting i {
    background: url('../img/sprites.png') no-repeat;
    background-position: 0px -60px;
}
header nav.main ul li a.consulting:hover i {
    background: url('../img/sprites.png') no-repeat;
    background-position: -30px -60px;
}
header nav.main ul li a.consulting.active i {
    background: url('../img/sprites.png') no-repeat;
    background-position: -60px -60px;
}
header nav.main ul li a.talks i {
    background: url('../img/sprites.png') no-repeat;
    background-position: 0px -90px;
}
header nav.main ul li a.talks:hover i {
    background: url('../img/sprites.png') no-repeat;
    background-position: -30px -90px;
}
header nav.main ul li a.talks.active i {
    background: url('../img/sprites.png') no-repeat;
    background-position: -60px -90px;
}
header nav.main ul li a.research i {
    background: url('../img/sprites.png') no-repeat;
    background-position: 0px -120px;
}
header nav.main ul li a.research:hover i {
    background: url('../img/sprites.png') no-repeat;
    background-position: -30px -120px;
}
header nav.main ul li a.research.active i {
    background: url('../img/sprites.png') no-repeat;
    background-position: -60px -120px;
}
header .navicon {
    display: none;
}
header nav.sub {
    display: none;
}
nav.sub {
    margin-bottom: 10px;
}
nav.sub ul {
    padding-left: 0;
}
nav.sub ul li {
    margin-right: 20px;
    display: inline-block;
}
nav.sub ul li a {
    font-weight: bold;
    text-transform: lowercase;
    text-decoration: none;
}
section#main {
    position: fixed;
    top: 100px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
footer {
    padding: 10px 20px;
    width: 100%;
    font-size: 12px;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    z-index: 900;
}
footer ul {
    padding: 0;
    padding-left: 20px;
    margin: 0;
    list-style-type: none;
}
footer ul li {
    display: inline-block;
    color: #7fb4bc;
    font-size: 12px;
}
footer ul li a {
    text-decoration: none;
}
footer ul li i {
    color: #7fb4bc;
}
.off-screen {
    position: absolute;
    left: -99999px;
}
/* ===================================================
    Home Page
     =================================================== */
#main.home {
    position: relative;
}
#main.home .cycle-slideshow .cycle-overlay {
    position: fixed;
    top: 110px;
    width: 39%;
    z-index: 600;
    color: white;
    padding: 1%;
    padding-top: 3%;
    margin-left: 27px;
    font-size: 16px;
}
#main.home .cycle-slideshow .cycle-pager {
    position: fixed;
    top: 100px;
    width: 100%;
    margin-left: 20px;
    z-index: 700;
    color: white;
    padding: 1% 1% 1% 0;
}
#main.home .cycle-slideshow .cycle-pager span {
    padding-right: 1%;
    cursor: pointer;
    font-family: arial;
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
    background: url('../img/dot.png') no-repeat center center;
}
#main.home .cycle-slideshow .cycle-pager span.cycle-pager-active {
    background: url('../img/dot_active.png') no-repeat center center;
}
#main.home .cycle-slideshow article {
    width: 500px;
    margin: 20px;
    font-size: 18px;
    color: #ffffff;
    position: fixed;
}
/* ===================================================
    Default Page
     =================================================== */
.page {
    width: 310px;
    padding: 25px;
    padding-top: 20px;
    padding-bottom: 80px;
    color: #58585a;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 100;
    background-color: rgba(245, 245, 245, 0.75);
}
.page nav .active {
    color: #58585a;
}
.page article {
    padding-bottom: 150px;
}
.page article p img {
    width: 100%;
}
.page ul {
    padding: 0 0 12px 26px;
    list-style: disc;
}
.page ul li {
    padding: 0 0 8px 0;
}
.page .contact {}
.page .contact .social-icons {}
.page .contact .social-icons p {
    padding: 12px 0 0;
}
.page .contact .social-icons p span {}
.page .contact .social-icons p span img {
    width: 84px;
    height: 13px;
    margin-bottom: 0px;
}
.page .contact .social-icons ul {
    padding: 0 0 30px;
    list-style: none;
    overflow: hidden;
}
.page .contact .social-icons ul li {
    float: left;
    padding: 0 0 0 12px;
    width: 32px;
}
.page .contact .social-icons ul li:first-child {
    padding-left: 0;
}
.page .contact .social-icons ul li a {
    display: block;
    width: 100%;
    text-indent: -99999px;
    height: 31px;
    background: url('../img/sprite-social-icons.png');
}
.page .contact .social-icons ul .twitter a {
    background-position: 0 0;
}
.page .contact .social-icons ul .twitter a:hover {
    background-position: 32px 0;
}
.page .contact .social-icons ul .facebook a {
    background-position: 0 31px;
}
.page .contact .social-icons ul .facebook a:hover {
    background-position: 32px 31px;
}

/* ===================================================
    Team Members
=================================================== */
#members.team {
    width: 100%;
    height: 100%;
    margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
    #members.team article {
        clear: both;
    }
}
#members.team figure {
    clear: both;
}
#main.team {
    overflow: auto;
    width: 100%;
}
#main.team article {
    width: 31%;
    max-width: 510px;
    min-width: 320px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
#main.team article figure img {
    width: auto;
    height: auto;
    min-width: 320px;
    max-width: 100%;
    margin-bottom: 10px;
}
#intro.team {
    overflow: auto;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
}
/* ===================================================
    Consulting Page
     =================================================== */
#consulting.page h2 {
    margin-top: 10px;
}
#consulting.page article {
    padding-bottom: 150px;
}
#consulting.page ul#logos {
    max-width: 360px;
    margin-top: 5%;
}
#consulting.page ul#logos li {
    width: 29%;
    margin-right: 5%;
    margin-bottom: 5%;
    vertical-align: top;
    display: inline-block;
}
#consulting.page ul#logos li a {
    display: block;
}
#consulting.page ul#logos li a img {
    width: 100%;
    height: auto;
}
#consulting.page ul#logos li:nth-child(3n) {
    margin-right: 0;
}
/* ===================================================
    Talks Page
     =================================================== */
#talks.page {
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
#talks.page > article {
    margin-top: 0px;
}
#talks.page article {
    padding-bottom: 0;
}
#talks.page h2 {
    margin-top: 10px;
}
#talks.page h3 {
    font-size: 12px;
    line-height: 1.1em;
}
#talks.page figure {
    margin: 15px 0;
}
#talks.page ul li {
    line-height: 1.1em;
}
#talks.page a {
    color: #58585a;
    text-decoration: none;
}
#talks.page a:hover {
    text-decoration: underline;
}
#talks.page #upcoming-talks {
    margin-top: 10px;
    padding: 10px;
    background-color: rgba(127, 180, 188, 0.75);
}
#talks.page #previous-talks {
    margin-top: 10px;
    padding-bottom: 300px;
}
#bg {
    position: fixed;
    top: 100px;
}
/* ===================================================
    Gallery Template
     =================================================== */
#main.gallery {
    margin: 0px 30px;
    overflow: visible;
}
#main.gallery ul {
    padding-bottom: 100px;
}
#main.gallery ul li {
    width: 298px;
    height: auto;
    margin: 0 10px 10px 0;
    display: inline-block;
}
#main.gallery ul li a {
    text-decoration: none;
}
#main.gallery ul li a figure {
    position: relative;
}
#main.gallery ul li a figure figcaption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    display: none;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}
#main.gallery ul li a:hover img {
    opacity: .1;
}
#main.gallery ul li a:hover figcaption {
    display: block;
}
/* ===================================================
    Project Template
     =================================================== */
#main.project {
    position: relative;
}
#main.project .controls {
    position: fixed;
    top: 100px;
    right: 0;
    height: 100%;
    z-index: 800;
    padding-top: 10px;
    background-color: rgba(245, 245, 245, 0.75);
}
#main.project .controls span i {
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px 5px;
    cursor: pointer;
}
#main.project .controls span.show i {
    background: url('../img/sprites.png') no-repeat;
    background-position: 0px -210px;
}
#main.project .controls span.hide i {
    background: url('../img/sprites.png') no-repeat;
    background-position: -60px -180px;
}
#main.project .controls .hide {
    background-color: transparent;
}
#main.project .cycle-slideshow .cycle-pager {
    width: 20px;
    position: fixed;
    top: 160px;
    right: 10px;
    z-index: 900;
}
#main.project .cycle-slideshow .cycle-pager span {
    padding-right: 1%;
    cursor: pointer;
    font-family: arial;
    font-size: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    color: #7fb4bc;
    cursor: pointer;
    background: url('../img/dot_green.png') no-repeat center center;
}
#main.project .cycle-slideshow .cycle-pager span.cycle-pager-active {
    background: url('../img/dot_green_active.png') no-repeat center center;
}
#main.project ul li {
    line-height: 1.4em;
}
#main.project #intro.page {
    display: none;
}
#main.project #intro.page article {
    margin-right: 15px;
    padding-bottom: 200px;
}
/* ===================================================
    Media Page
     =================================================== */
#main.media {
    overflow: auto;
    width: 100%;
}
#main.media #intro.media {
    position: absolute;
    top: 0;
}
#main.media #publications.media {
    width: 66%;
    margin-left: 2%;
}
#main.media #publications.media ul {
    padding-bottom: 150px;
}
#main.media #publications.media ul li {
    width: 210px;
    min-width: 146px;
    margin: 0 10px 10px 0;
    display: inline-block;
}
#main.media #publications.media ul li a {
    color: #58585a;
    text-decoration: none;
}
#main.media #publications.media ul li a figure img {
    width: 210px;
}
#main.media #publications.media ul li a figure figcaption {
    margin: 5% 0 5%;
    position: relative;
}
#main.media #publications.media ul li a figure figcaption i {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    background: url('../img/sprites.png') no-repeat;
    background-position: -60px -180px;
}
#main.media #publications.media ul li a figure figcaption h3 {
    font-size: 12px;
    line-height: 1.1em;
}
#main.media {
    overflow: auto;
}
/* ===================================================
    Mobile Devices
     =================================================== */
@media only screen and (max-width: 767px) {
    /* phones */
    html {
        overflow: auto;
        overflow-x: hidden;
    }
    body {
        font-size: 12px;
    }
    header {
        margin-right: 10px;
        height: auto;
        position: static;
    }
    header h1 {
        margin: 10px;
    }
    header h2 {
        margin: 10px 0 10px 15px;
        font-size: 20px;
        font-weight: normal;
        text-transform: lowercase;
        vertical-align: top;
        display: block;
    }
    header h2 i {
        width: 30px;
        height: 30px;
        margin-right: 15px;
        font-size: 20px;
        display: inline-block;
    }
    header h2.studio i {
        background: url('../img/sprites.png') no-repeat;
        background-position: -60px 0px;
    }
    header h2.projects i {
        background: url('../img/sprites.png') no-repeat;
        background-position: -60px 0px;
    }
    header h2.consulting i {
        background: url('../img/sprites.png') no-repeat;
        background-position: -60px 0px;
    }
    header h2.talks i {
        background: url('../img/sprites.png') no-repeat;
        background-position: -60px 0px;
    }
    header h2.research i {
        background: url('../img/sprites.png') no-repeat;
        background-position: -60px 0px;
    }
    header .navicon {
        position: absolute;
        top: 0;
        right: 0;
        margin: 15px 5px;
        display: block;
    }
    header .navicon i {
        width: 30px;
        height: 30px;
        margin: 0 auto;
        display: block;
        font-size: 20px;
        background: url('../img/sprites.png') no-repeat;
        background-position: 0px -150px;
    }
    header nav.main {
        width: 100%;
        padding: 0;
        position: fixed;
        top: 60px;
        background: #ffffff;
        display: none;
        font-size: 20px;
        z-index: 800;
    }
    header nav.main ul li {
        width: 100%;
        display: block;
    }
    header nav.main ul li a {
        width: 100%;
        height: 32px;
        padding: 4px 0 4px 10px;
        text-align: left;
    }
    header nav.main ul li a i {
        margin: 0 15px 0 5px;
        float: left;
    }
    header nav.main ul li a.active {
        display: block;
    }
    header nav.sub {
        padding-left: 15px;
        display: block;
        background: white;
        width: 100%;
    }
    header nav.sub ul li {
        font-size: 18px;
    }
    header nav.sub ul li a.active {
        color: #58585a;
        font-weight: bold;
    }
    section#main {
        margin-top: 0;
        top: 150px;
        padding-bottom: 0;
        height: auto;
        position: static;
    }
    section#main > img {
        max-width: 100%;
    }
    section#main .menu {
        padding: 2%;
    }
    section#main .menu .active {
        color: black;
    }
    footer {
        font-size: 12px;
        position: static;
        padding-bottom: 5px;
    }
    footer ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    footer ul li {
        display: block;
    }
    footer ul li i {
        display: none;
    }
    .bg {
        min-height: 100%;
    }
    img.bg {
        position: static;
    }
    /* ===================================================
            Home Page
             =================================================== */
    #main.home {
        top: 0;
    }
    #main.home .cycle-slideshow .cycle-overlay {
        width: 95%;
        top: 75px;
        margin-top: 4px;
        margin-left: 9px;
    }
    #main.home .cycle-slideshow .cycle-pager {
        top: 60px;
        margin-left: 0;
    }

    #main.home .cycle-slideshow .cycle-pager span {
        width: 28px;
    }
    /* ===================================================
            Page Section
             =================================================== */
    .page {
        width: auto;
        height: 100%;
        padding-left: 20px !important;
        padding-top: 0;
        color: #58585a;
        top: 100px;
        right: 0;
        z-index: 700;
        position: static;
        overflow: visible;
        background-color: #ffffff;
    }
    .page nav {
        display: none;
    }
    .page article {
        padding-bottom: 0;
    }
    /* ===================================================
            Default Page
             =================================================== */.default img {
        margin-top: 3px;
        margin-bottom: 15px;
    }
    /* ===================================================
            Team Page
             =================================================== */
    section#main.team {
        top: 150px;
        position: static;
    }
    #members.team {
        margin: 0 10px;
        width: auto;
        clear: both;
        padding-bottom: 0px;
    }
    #members.team article {
        width: 100%;
        max-width: 510px;
        float: none;
    }
    #members.team article h2 {
        color: #7fb4bc;
        font-weight: normal;
        margin-top: 5px;
    }
    #members.team article h2 i {
        width: 20px;
        height: 20px;
        display: inline-block;
        float: right;
    }
    #members.team article h2 i.show {
        background: url('../img/sprites.png') no-repeat;
        background-position: -30px -180px;
    }
    #members.team article h2 i.hide {
        background: url('../img/sprites.png') no-repeat;
        background-position: 0px -180px;
    }
    #members.team article .details {
        display: none;
    }
    #members.team article figure.secondary {
        display: none;
    }
    #intro.team {
        position: relative;
        top: -140px;
    }
    /* ===================================================
            Media Page
             =================================================== */
    #main.media #intro.media {
        position: static;
    }
    #main.media #publications.media {
        width: 98%;
    }
    #main.media #publications.media ul {
        padding-bottom: 0;
    }
    /* ===================================================
            Talks Page
             =================================================== */
    #talks.page {
        overflow: visible;
        position: static;
    }
    #talks.page #previous-talks {
        padding-bottom: 0;
    }
    /* ===================================================
            Consulting Page
             =================================================== */
    #consulting.page ul#logos {
        max-width: 320px;
        margin-top: 5%;
    }
    #consulting.page ul#logos li {
        width: 29%;
        margin-bottom: 2.6%;
        margin-right: 2.6%;
        vertical-align: top;
        display: inline-block;
    }
    #consulting.page ul#logos li a {
        display: block;
    }
    #consulting.page ul#logos li a img {
        width: 100%;
        height: auto;
    }
    #consulting.page article {
        padding-bottom: 0;
    }
    /* ===================================================
            Gallery Template
             =================================================== */
    #main.gallery {
        margin: 0px 15px;
    }
    #main.gallery ul li {
        width: 24%;
        min-width: 300px;
        margin: 5px;
    }
    #main.gallery ul li a {
        text-decoration: none;
    }
    #main.gallery ul li a figure {
        position: relative;
    }
    #main.gallery ul li a figure figcaption {
        position: static;
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: left;
    }
    #main.gallery ul li a figure figcaption div {
        margin-top: 5px;
    }
    #main.gallery ul li a figure figcaption i {
        float: right;
        display: block;
        width: 20px;
        height: 20px;
        margin-top: 3px;
        background: url('../img/sprites.png') no-repeat;
        background-position: -60px -180px;
    }
    #main.gallery ul li a:hover img {
        opacity: 1;
    }
    #main.gallery ul li a:hover figcaption {
        display: block;
    }
    /* ===================================================
            Project Template
             =================================================== */#main.project {
        position: static;
    }
    #main.project .cycle-slideshow .cycle-pager {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 600;
        color: white;
        padding: 1%;
        margin-top: -5px;
    }
    #main.project .cycle-slideshow img {
        max-width: 100%;
        height: auto;
    }
    #main.project .cycle-slideshow article {
        width: 500px;
        margin: 20px;
        font-size: 18px;
        color: #ffffff;
        position: fixed;
    }
    #main.project .controls {
        padding: 0;
        position: relative;
        top: -5px;
        right: 0;
        background-color: transparent;
    }
    #main.project .controls span {
        float: right;
        width: 30px;
    }
    #main.project .controls span i {
        display: block;
        width: 20px;
        height: 20px;
        margin: 10px 5px;
    }
    #main.project .controls span.show i {
        background: url('../img/sprites.png') no-repeat;
        background-position: -30px -180px;
    }
    #main.project .controls span.hide i {
        background: url('../img/sprites.png') no-repeat;
        background-position: 0px -180px;
    }
    #main.project #intro.page {
        display: block;
    }
    #main.project #intro.page article {
        margin-top: 20px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #main.project #intro.page article .details {
        display: none;
    }
    #intro.project article h2 {
        color: #7fb4bc;
        font-weight: normal;
    }
}
