hr, img {
    border: 0
}

body, mark {
    color: #000
}

body, figure {
    margin: 0
}

.btn, .nowrap, .text-nowrap {
    white-space: nowrap
}

.overlay .project .box, .overlay .service .content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    word-wrap: break-word
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.btn, img {
    vertical-align: middle
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        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) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active, .form-control, .open > .dropdown-toggle.btn-danger, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-info, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-success, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.img-thumbnail, body {
    background-color: #fff
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Muller-Narrow, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a, a:focus, a:hover {
    color: #000;
    text-decoration: none
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Intro-Cond, Muller-Narrow, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

dt, label {
    font-weight: 700
}

address, dd, dt {
    line-height: 1.42857143
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.about .nav-trigger, .branding .nav-trigger, .initialism, .navigation nav > ul > li > a, .overlay .controls .control, .services .service .caption .box {
    text-transform: uppercase
}

.text-muted {
    color: #777
}

.text-primary {
    color: #ffed00
}

a.text-primary:focus, a.text-primary:hover {
    color: #ccbe00
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #ffed00
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #ccbe00
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl, ol, ul {
    margin-top: 0
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

address, dl, legend {
    margin-bottom: 20px
}

ol, ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .container {
        width: 720px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.container, .container-fluid {
    padding-left: 0;
    padding-right: 0
}

fieldset, legend {
    padding: 0;
    border: 0
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    font-style: normal
}

@media (min-width: 1280px) {
    .container {
        width: 940px
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1140px
    }
}

.row {
    margin-left: 0;
    margin-right: 0
}

.col-lg-1, .col-lg-10, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.col-xs-1, .col-xs-10, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-10 {
    width: 100%
}

.col-xs-9 {
    width: 90%
}

.col-xs-8 {
    width: 80%
}

.col-xs-7 {
    width: 70%
}

.col-xs-6 {
    width: 60%
}

.col-xs-5 {
    width: 50%
}

.col-xs-4 {
    width: 40%
}

.col-xs-3 {
    width: 30%
}

.col-xs-2 {
    width: 20%
}

.col-xs-1 {
    width: 10%
}

.col-xs-pull-10 {
    right: 100%
}

.col-xs-pull-9 {
    right: 90%
}

.col-xs-pull-8 {
    right: 80%
}

.col-xs-pull-7 {
    right: 70%
}

.col-xs-pull-6 {
    right: 60%
}

.col-xs-pull-5 {
    right: 50%
}

.col-xs-pull-4 {
    right: 40%
}

.col-xs-pull-3 {
    right: 30%
}

.col-xs-pull-2 {
    right: 20%
}

.col-xs-pull-1 {
    right: 10%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-10 {
    left: 100%
}

.col-xs-push-9 {
    left: 90%
}

.col-xs-push-8 {
    left: 80%
}

.col-xs-push-7 {
    left: 70%
}

.col-xs-push-6 {
    left: 60%
}

.col-xs-push-5 {
    left: 50%
}

.col-xs-push-4 {
    left: 40%
}

.col-xs-push-3 {
    left: 30%
}

.col-xs-push-2 {
    left: 20%
}

.col-xs-push-1 {
    left: 10%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-10 {
    margin-left: 100%
}

.col-xs-offset-9 {
    margin-left: 90%
}

.col-xs-offset-8 {
    margin-left: 80%
}

.col-xs-offset-7 {
    margin-left: 70%
}

.col-xs-offset-6 {
    margin-left: 60%
}

.col-xs-offset-5 {
    margin-left: 50%
}

.col-xs-offset-4 {
    margin-left: 40%
}

.col-xs-offset-3 {
    margin-left: 30%
}

.col-xs-offset-2 {
    margin-left: 20%
}

.col-xs-offset-1 {
    margin-left: 10%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-10 {
        width: 100%
    }

    .col-sm-9 {
        width: 90%
    }

    .col-sm-8 {
        width: 80%
    }

    .col-sm-7 {
        width: 70%
    }

    .col-sm-6 {
        width: 60%
    }

    .col-sm-5 {
        width: 50%
    }

    .col-sm-4 {
        width: 40%
    }

    .col-sm-3 {
        width: 30%
    }

    .col-sm-2 {
        width: 20%
    }

    .col-sm-1 {
        width: 10%
    }

    .col-sm-pull-10 {
        right: 100%
    }

    .col-sm-pull-9 {
        right: 90%
    }

    .col-sm-pull-8 {
        right: 80%
    }

    .col-sm-pull-7 {
        right: 70%
    }

    .col-sm-pull-6 {
        right: 60%
    }

    .col-sm-pull-5 {
        right: 50%
    }

    .col-sm-pull-4 {
        right: 40%
    }

    .col-sm-pull-3 {
        right: 30%
    }

    .col-sm-pull-2 {
        right: 20%
    }

    .col-sm-pull-1 {
        right: 10%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-10 {
        left: 100%
    }

    .col-sm-push-9 {
        left: 90%
    }

    .col-sm-push-8 {
        left: 80%
    }

    .col-sm-push-7 {
        left: 70%
    }

    .col-sm-push-6 {
        left: 60%
    }

    .col-sm-push-5 {
        left: 50%
    }

    .col-sm-push-4 {
        left: 40%
    }

    .col-sm-push-3 {
        left: 30%
    }

    .col-sm-push-2 {
        left: 20%
    }

    .col-sm-push-1 {
        left: 10%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-10 {
        margin-left: 100%
    }

    .col-sm-offset-9 {
        margin-left: 90%
    }

    .col-sm-offset-8 {
        margin-left: 80%
    }

    .col-sm-offset-7 {
        margin-left: 70%
    }

    .col-sm-offset-6 {
        margin-left: 60%
    }

    .col-sm-offset-5 {
        margin-left: 50%
    }

    .col-sm-offset-4 {
        margin-left: 40%
    }

    .col-sm-offset-3 {
        margin-left: 30%
    }

    .col-sm-offset-2 {
        margin-left: 20%
    }

    .col-sm-offset-1 {
        margin-left: 10%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1280px) {
    .col-md-1, .col-md-10, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-10 {
        width: 100%
    }

    .col-md-9 {
        width: 90%
    }

    .col-md-8 {
        width: 80%
    }

    .col-md-7 {
        width: 70%
    }

    .col-md-6 {
        width: 60%
    }

    .col-md-5 {
        width: 50%
    }

    .col-md-4 {
        width: 40%
    }

    .col-md-3 {
        width: 30%
    }

    .col-md-2 {
        width: 20%
    }

    .col-md-1 {
        width: 10%
    }

    .col-md-pull-10 {
        right: 100%
    }

    .col-md-pull-9 {
        right: 90%
    }

    .col-md-pull-8 {
        right: 80%
    }

    .col-md-pull-7 {
        right: 70%
    }

    .col-md-pull-6 {
        right: 60%
    }

    .col-md-pull-5 {
        right: 50%
    }

    .col-md-pull-4 {
        right: 40%
    }

    .col-md-pull-3 {
        right: 30%
    }

    .col-md-pull-2 {
        right: 20%
    }

    .col-md-pull-1 {
        right: 10%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-10 {
        left: 100%
    }

    .col-md-push-9 {
        left: 90%
    }

    .col-md-push-8 {
        left: 80%
    }

    .col-md-push-7 {
        left: 70%
    }

    .col-md-push-6 {
        left: 60%
    }

    .col-md-push-5 {
        left: 50%
    }

    .col-md-push-4 {
        left: 40%
    }

    .col-md-push-3 {
        left: 30%
    }

    .col-md-push-2 {
        left: 20%
    }

    .col-md-push-1 {
        left: 10%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-10 {
        margin-left: 100%
    }

    .col-md-offset-9 {
        margin-left: 90%
    }

    .col-md-offset-8 {
        margin-left: 80%
    }

    .col-md-offset-7 {
        margin-left: 70%
    }

    .col-md-offset-6 {
        margin-left: 60%
    }

    .col-md-offset-5 {
        margin-left: 50%
    }

    .col-md-offset-4 {
        margin-left: 40%
    }

    .col-md-offset-3 {
        margin-left: 30%
    }

    .col-md-offset-2 {
        margin-left: 20%
    }

    .col-md-offset-1 {
        margin-left: 10%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1800px) {
    .col-lg-1, .col-lg-10, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-10 {
        width: 100%
    }

    .col-lg-9 {
        width: 90%
    }

    .col-lg-8 {
        width: 80%
    }

    .col-lg-7 {
        width: 70%
    }

    .col-lg-6 {
        width: 60%
    }

    .col-lg-5 {
        width: 50%
    }

    .col-lg-4 {
        width: 40%
    }

    .col-lg-3 {
        width: 30%
    }

    .col-lg-2 {
        width: 20%
    }

    .col-lg-1 {
        width: 10%
    }

    .col-lg-pull-10 {
        right: 100%
    }

    .col-lg-pull-9 {
        right: 90%
    }

    .col-lg-pull-8 {
        right: 80%
    }

    .col-lg-pull-7 {
        right: 70%
    }

    .col-lg-pull-6 {
        right: 60%
    }

    .col-lg-pull-5 {
        right: 50%
    }

    .col-lg-pull-4 {
        right: 40%
    }

    .col-lg-pull-3 {
        right: 30%
    }

    .col-lg-pull-2 {
        right: 20%
    }

    .col-lg-pull-1 {
        right: 10%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-10 {
        left: 100%
    }

    .col-lg-push-9 {
        left: 90%
    }

    .col-lg-push-8 {
        left: 80%
    }

    .col-lg-push-7 {
        left: 70%
    }

    .col-lg-push-6 {
        left: 60%
    }

    .col-lg-push-5 {
        left: 50%
    }

    .col-lg-push-4 {
        left: 40%
    }

    .col-lg-push-3 {
        left: 30%
    }

    .col-lg-push-2 {
        left: 20%
    }

    .col-lg-push-1 {
        left: 10%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-10 {
        margin-left: 100%
    }

    .col-lg-offset-9 {
        margin-left: 90%
    }

    .col-lg-offset-8 {
        margin-left: 80%
    }

    .col-lg-offset-7 {
        margin-left: 70%
    }

    .col-lg-offset-6 {
        margin-left: 60%
    }

    .col-lg-offset-5 {
        margin-left: 50%
    }

    .col-lg-offset-4 {
        margin-left: 40%
    }

    .col-lg-offset-3 {
        margin-left: 30%
    }

    .col-lg-offset-2 {
        margin-left: 20%
    }

    .col-lg-offset-1 {
        margin-left: 10%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-appearance: none
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.form-group-sm .form-control, .input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px
}

.input-sm {
    height: 30px;
    line-height: 1.5
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5
}

.form-group-lg .form-control, .input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    line-height: 1.3333333
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 0
}

@media (min-width: 768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #ffed00;
    border-color: #e6d500
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #ccbe00;
    border-color: #665f00
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ccbe00;
    border-color: #a89c00
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #a89c00;
    border-color: #665f00
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #ffed00;
    border-color: #e6d500
}

.btn-primary .badge {
    color: #ffed00;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active, .btn-success:active, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #000;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm, .btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-sm {
    padding: 5px 10px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.affix, .overlay {
    position: fixed
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.about .content, .overlay .project .box, .references-list li.active > a {
    font-weight: 700
}

.overlay .inner, a span {
    border-style: solid;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0
}

@-ms-viewport {
    width: device-width
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1280px) and (max-width: 1799px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1800px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .hidden-sm {
        display: none !important
    }

    .wrapper.single {
        padding-left: 30px;
        padding-right: 30px
    }

    .wrapper.double {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width: 1280px) and (max-width: 1799px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: Muller-Narrow;
    src: url(../fonts/muller-narrow/muller-narrow-light.woff2) format("woff2"), url(../fonts/muller-narrow/muller-narrow-light.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Muller-Narrow;
    src: url(../fonts/muller-narrow/muller-narrow-extrabold.woff2) format("woff2"), url(../fonts/muller-narrow/muller-narrow-extrabold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Intro-Cond;
    src: url(../fonts/intro-cond/intro-cond-light.woff2) format("woff2"), url(../fonts/intro-cond/intro-cond-light.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Intro-Cond;
    src: url(../fonts/intro-cond/intro-cond-black.woff2) format("woff2"), url(../fonts/intro-cond/intro-cond-black.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

html.overlay-active {
    height: 100%;
    overflow: hidden
}

.overlay, .smooth-scroll {
    -webkit-overflow-scrolling: touch
}

@media (min-width: 1280px) and (max-width: 1799px) {
    .wrapper.single {
        padding-left: 40px;
        padding-right: 40px
    }

    .wrapper.double {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (min-width: 1800px) {
    .wrapper.single {
        padding-left: 55px;
        padding-right: 55px
    }

    .wrapper.double {
        padding-left: 110px;
        padding-right: 110px
    }
}

.mobile-wrapper {
    padding-left: 13px;
    padding-right: 13px
}

.overlay {
    background-color: #fff;
    display: none;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    top: 0;
    width: 100%;
    z-index: 1000
}

.overlay .inner.primary, .overlay.primary {
    background-color: #ffed00
}

.overlay .outer {
    height: 100%
}

.overlay .inner {
    border-color: #fff;
    min-height: 100%
}

.overlay .inner, .overlay .outer {
    position: relative
}

.overlay .controls {
    line-height: 1;
    position: absolute;
    text-align: right;
    z-index: 1001
}

.overlay .controls .control {
    display: block
}

@media (max-width: 767px) {
    .overlay .outer {
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 13px
    }

    .overlay .inner {
        border-bottom-width: 13px;
        padding: 13px
    }

    .overlay .controls {
        font-size: 13px;
        right: 13px;
        top: 13px
    }

    .overlay .controls .control + .control {
        margin-top: 5px
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .overlay .outer {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px
    }

    .overlay .inner {
        border-bottom-width: 30px;
        padding: 30px
    }

    .overlay .controls {
        font-size: 21px;
        right: 30px;
        top: 30px
    }

    .overlay .controls .control + .control {
        margin-top: 10px
    }
}

@media (min-width: 1280px) and (max-width: 1799px) {
    .overlay .outer {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px
    }

    .overlay .inner {
        border-bottom-width: 40px;
        padding: 40px
    }

    .overlay .controls {
        font-size: 27px;
        right: 40px;
        top: 40px
    }
}

@media (min-width: 1280px) {
    .overlay .controls .control + .control {
        margin-top: 15px
    }
}

@media (min-width: 1800px) {
    .overlay .outer {
        padding-left: 55px;
        padding-right: 55px;
        padding-top: 55px
    }

    .overlay .inner {
        border-bottom-width: 55px;
        padding: 55px
    }

    .overlay .controls {
        font-size: 33px;
        right: 55px;
        top: 55px
    }
}

.dropdown-menu, .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    text-transform: uppercase
}

.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
    font-family: Muller-Narrow, "Helvetica Neue", Helvetica, Arial, sans-serif
}

a span {
    border-color: #000;
    display: inline-block;
    line-height: 1
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
        letter-spacing: .5px;
        line-height: 1.38888889
    }

    .h1, .h2, h1, h2 {
        font-size: 20px
    }

    .h3, .h4, .h5, .h6, h3, h4, h5, h6 {
        font-size: 18px;
        line-height: 1.38888889
    }

    p {
        margin: 25px 0
    }

    a span {
        border-bottom-width: 1px
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    body {
        font-size: 21px;
        letter-spacing: .5px;
        line-height: 1.38888889
    }

    .h1, .h2, h1, h2 {
        font-size: 30px
    }

    .h3, .h4, .h5, .h6, h3, h4, h5, h6 {
        font-size: 21px;
        line-height: 1.38888889
    }

    p {
        margin: 29px 0
    }

    a span {
        border-bottom-width: 1px
    }
}

@media (min-width: 1280px) and (max-width: 1799px) {
    body {
        font-size: 27px;
        letter-spacing: .5px;
        line-height: 1.51515152
    }

    .h1, .h2, h1, h2 {
        font-size: 45px
    }

    .h3, .h4, .h5, .h6, h3, h4, h5, h6 {
        font-size: 27px;
        line-height: 1.51515152
    }

    p {
        margin: 40px 0
    }

    a span {
        border-bottom-width: 1px
    }
}

@media (min-width: 1800px) {
    body {
        font-size: 33px;
        letter-spacing: .75px;
        line-height: 1.51515152
    }

    .h1, .h2, h1, h2 {
        font-size: 65px
    }

    .h3, .h4, .h5, .h6, h3, h4, h5, h6 {
        font-size: 33px;
        line-height: 1.51515152
    }

    p {
        margin: 50px 0
    }

    a span {
        border-bottom-width: 1px
    }
}

.navigation ul {
    padding-left: 0;
    list-style: none;
    margin: 0
}

.navigation nav > ul > li > a {
    font-family: Intro-Cond, Muller-Narrow, "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media (max-width: 767px) {
    .navigation nav {
        padding: 35px 35px 48px
    }

    .navigation nav > ul {
        font-size: 35px;
        line-height: 60px
    }

    .navigation nav > ul > li > ul {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .navigation nav {
        padding-bottom: 90px;
        padding-top: 60px
    }

    .navigation nav > ul {
        font-size: 45px;
        line-height: 75px
    }

    .navigation nav > ul > li > ul {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px
    }
}

@media (min-width: 1280px) and (max-width: 1799px) {
    .navigation nav {
        padding-bottom: 120px;
        padding-top: 80px
    }

    .navigation nav > ul {
        font-size: 55px;
        line-height: 100px
    }

    .navigation nav > ul > li > ul {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 20px
    }
}

@media (min-width: 1800px) {
    .navigation nav {
        padding-bottom: 165px;
        padding-top: 110px
    }

    .navigation nav > ul {
        font-size: 75px;
        line-height: 125px
    }

    .navigation nav > ul > li > ul {
        font-size: 50px;
        line-height: 67px;
        margin-bottom: 30px
    }
}

.branding {
    background-color: transparent;
    background-image: url(../img/branding/branding-large.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 41.65%;
    position: relative
}

.overlay .project .box, .references {
    background-color: #ffed00
}

.about, .services .service .visual figure {
    background-position: center top;
    background-repeat: no-repeat
}

.branding .nav-trigger-wrapper {
    line-height: 1;
    position: absolute
}

@media (max-width: 767px) {
    .branding .nav-trigger-wrapper {
        bottom: 13px;
        font-size: 13px;
        right: 13px
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .branding .nav-trigger-wrapper {
        bottom: 30px;
        font-size: 21px;
        right: 30px
    }
}

@media (min-width: 1280px) and (max-width: 1799px) {
    .branding .nav-trigger-wrapper {
        bottom: 40px;
        font-size: 27px;
        right: 40px
    }
}

@media (min-width: 1800px) {
    .branding .nav-trigger-wrapper {
        bottom: 55px;
        font-size: 33px;
        right: 55px
    }
}

.contact address {
    margin: 0
}

.contact .map-wrapper {
    position: relative
}

.contact .map-wrapper .map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width: 767px) {
    .contact {
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 13px
    }

    .contact .section-title {
        margin-bottom: 22.5px;
        margin-top: 30px
    }

    .contact address {
        font-size: 18px;
        line-height: 1.38888889;
        margin-bottom: 30px;
        margin-top: 22.5px
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .contact {
        padding-top: 60px
    }

    .contact .section-title {
        margin-bottom: 30px;
        margin-top: 60px
    }

    .contact address {
        font-size: 21px;
        line-height: 1.38888889;
        margin-bottom: 60px;
        margin-top: 30px
    }
}

@media (min-width: 1280px) and (max-width: 1799px) {
    .contact {
        padding-top: 80px
    }

    .contact .section-title {
        margin-bottom: 45px;
        margin-top: 80px
    }

    .contact address {
        font-size: 27px;
        line-height: 1.51515152;
        margin-bottom: 100px;
        margin-top: 45px
    }
}

@media (max-width: 1279px) {
    .contact .map-wrapper {
        padding-bottom: 79.93197279%
    }
}

@media (min-width: 1280px) {
    a span {
        border-bottom-width: 1px;
        -webkit-transition: border .25s;
        -o-transition: border .25s;
        transition: border .25s
    }

    a span:active, a span:focus, a span:hover {
        border-color: transparent;
        -webkit-transition: border .25s;
        -o-transition: border .25s;
        transition: border .25s
    }

    .navigation nav a:active, .navigation nav a:focus, .navigation nav a:hover {
        font-weight: 700
    }

    .contact .map-wrapper {
        padding-bottom: 58.20224719%
    }
}

@media (min-width: 1800px) {
    .contact {
        padding-top: 110px
    }

    .contact .section-title {
        margin-bottom: 75px;
        margin-top: 110px
    }

    .contact address {
        font-size: 33px;
        line-height: 1.51515152;
        margin-bottom: 100px;
        margin-top: 75px
    }
}

.team .person, .team .person .figure-wrapper {
    display: block
}

.team .person figure img {
    display: block;
    height: auto;
    width: 100%
}

.team .person figure .hover {
    display: none
}

.team .person p {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .team {
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 30px
    }

    .team .section-title {
        margin-bottom: 22.5px
    }

    .team .person {
        margin-bottom: 45px
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .team {
        padding-top: 80px
    }

    .team .section-title {
        margin-bottom: 30px
    }

    .team .person {
        margin-bottom: 40px
    }

    .team .person.first {
        padding-right: 30px
    }

    .team .person.last {
        padding-left: 30px
    }
}

@media (min-width: 1280px) and (max-width: 1799px) {
    .team {
        padding-top: 120px
    }

    .team .section-title {
        margin-bottom: 45px
    }

    .team .person {
        margin-bottom: 60px
    }

    .team .person.first {
        padding-right: 40px
    }

    .team .person.last {
        padding-left: 40px
    }
}

@media (min-width: 1800px) {
    .team {
        padding-top: 200px
    }

    .team .section-title {
        margin-bottom: 75px
    }

    .team .person {
        margin-bottom: 100px
    }

    .team .person.first {
        padding-right: 55px
    }

    .team .person.last {
        padding-left: 55px
    }
}

.overlay .project .facts ul, .references-list, .references-list-items {
    padding-left: 0;
    margin: 0;
    list-style: none
}

.references-list li.active ul {
    display: block
}

.references-list-items {
    display: none
}

.references-list-items li a {
    display: table;
    width: 100%
}

.references-list-items li a:before {
    content: ">";
    display: table-cell
}

.references-list-items li a span {
    border: none;
    display: table-cell;
    padding: 0;
    width: 100%
}

.overlay .project .title {
    line-height: .92307692
}

.overlay .project .box {
    hyphens: auto
}

.overlay .project .box p {
    margin: 0
}

@media (max-width: 767px) {
    .references {
        padding: 13px
    }

    .references .section-title {
        margin-bottom: 22.5px
    }

    .references-list {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 13px
    }

    .references-list li:first-child ul {
        margin-top: 0
    }

    .references-list-items {
        margin-top: 1em
    }

    .references-list-items li a span, .references-list-items li a:before {
        line-height: 1.5
    }

    .references-list-items li a:before {
        padding-right: 5px
    }

    .overlay .project {
        padding-bottom: 39px;
        padding-top: 39px
    }

    .overlay .project .title {
        margin-bottom: 19px;
        padding-right: 75px
    }

    .overlay .project .visuals-left {
        margin-bottom: 13px
    }

    .overlay .project .visuals-right {
        display: table
    }

    .overlay .project .visuals-right-lower, .overlay .project .visuals-right-upper {
        display: table-cell;
        width: 50%
    }

    .overlay .project .visuals-right-upper {
        padding-right: 7px
    }

    .overlay .project .visuals-right-lower {
        padding-left: 7px
    }

    .overlay .project .visuals img {
        display: block;
        height: auto;
        width: 100%
    }

    .overlay .project .box {
        font-size: 20px;
        line-height: 1.5;
        margin-top: 13px;
        padding: 13px 19.5px
    }

    .overlay .project .facts .subtitle, .overlay .project .facts.left {
        margin-top: 25px
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .references {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .references .section-title {
        margin-bottom: 40px
    }

    .references-list {
        font-size: 27px;
        line-height: 1.5;
        margin-bottom: 15px
    }

    .references-list-items {
        margin-left: 30px
    }

    .references-list-items li a span, .references-list-items li a:before {
        line-height: 1.5
    }

    .overlay .project {
        padding-bottom: 90px;
        padding-top: 60px
    }

    .overlay .project .title {
        margin-bottom: 45px;
        padding-right: 100px
    }

    .overlay .project .box {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: -30px;
        padding: 30px 45px;
        top: -45px
    }

    .overlay .project .facts {
        margin-top: 60px
    }

    .overlay .project .facts .subtitle {
        margin-top: 29px
    }
}

@media (min-width: 1280px) and (max-width: 1799px) {
    .references {
        padding-bottom: 90px;
        padding-top: 90px
    }

    .references .section-title {
        margin-bottom: 60px
    }

    .references-list {
        font-size: 36px;
        line-height: 1.6;
        margin-bottom: 20px
    }

    .references-list-items {
        margin-left: 40px
    }

    .references-list-items li a span, .references-list-items li a:before {
        line-height: 1.6
    }

    .overlay .project {
        padding-bottom: 120px;
        padding-top: 80px
    }

    .overlay .project .title {
        margin-bottom: 60px;
        padding-right: 100px
    }

    .overlay .project .box {
        font-size: 40px;
        line-height: 1.5;
        margin-bottom: -40px;
        padding: 40px 60px;
        top: -60px
    }

    .overlay .project .facts {
        margin-top: 80px
    }

    .overlay .project .facts .subtitle {
        margin-top: 40px
    }
}

@media (min-width: 768px) {
    .references-list-items li a:before {
        padding-right: 10px
    }

    .overlay .project .visuals-wrapper {
        display: table;
        width: 100%
    }

    .overlay .project .visuals-left, .overlay .project .visuals-right {
        display: table-cell;
        height: 100%;
        vertical-align: top
    }

    .overlay .project .visuals-left {
        padding-right: 10px;
        width: 66.9%
    }

    .overlay .project .visuals-right {
        padding-left: 10px;
        width: 33.1%
    }

    .overlay .project .visuals-right-upper {
        padding-bottom: 10px
    }

    .overlay .project .visuals-right-lower {
        padding-top: 10px
    }

    .overlay .project .visuals img {
        display: block;
        height: auto;
        width: 100%
    }

    .overlay .project .box {
        position: relative
    }
}

@media (min-width: 1280px) {
    .references-list {
        padding-left: 0;
        list-style: none;
        margin: 0
    }

    .references-list-items li:active, .references-list-items li:focus, .references-list-items li:hover {
        font-weight: 700
    }
}

@media (min-width: 1800px) {
    .references {
        padding-bottom: 150px;
        padding-top: 150px
    }

    .references .section-title {
        margin-bottom: 100px
    }

    .references-list {
        font-size: 50px;
        line-height: 1.6;
        margin-bottom: 27.5px
    }

    .references-list-items {
        margin-left: 55px
    }

    .references-list-items li a span, .references-list-items li a:before {
        line-height: 1.6
    }

    .overlay .project {
        padding-bottom: 165px;
        padding-top: 110px
    }

    .overlay .project .title {
        margin-bottom: 82px;
        padding-right: 150px
    }

    .overlay .project .box {
        font-size: 50px;
        line-height: 1.5;
        margin-bottom: -55px;
        padding: 55px 82.5px;
        top: -82.5px
    }

    .overlay .project .facts {
        margin-top: 110px
    }

    .overlay .project .facts .subtitle {
        margin-top: 50px
    }
}

.services .service .visual figure {
    background-color: transparent;
    -webkit-background-size: cover;
    background-size: cover
}

.services .service .caption .box {
    background-color: #ffed00;
    border-bottom: none;
    display: block;
    position: relative
}

.services .service .caption .box .title {
    line-height: .92307692;
    margin: 0
}

.services .service .caption .box .more {
    border-color: #000;
    border-style: solid;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    display: inline-block;
    line-height: .90909091;
    position: absolute
}

.overlay .service .title {
    line-height: .92307692
}

.overlay .service .content {
    hyphens: auto
}

.overlay .service .list {
    font-weight: 700;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.overlay .service .list li {
    display: table
}

.overlay .service .list li:before {
    content: "-";
    display: table-cell
}

.overlay .service .list li span {
    display: table-cell;
    width: 100%
}

@media (max-width: 767px) {
    .services .service {
        padding-bottom: 30px
    }

    .services .service .visual figure {
        padding-bottom: 66.875%
    }

    .services .service .caption {
        display: block !important
    }

    .services .service .caption.desktop {
        display: none !important
    }

    .services .service .caption .box {
        padding: 13px
    }

    .services .service .caption .box .title {
        font-size: 20px;
        min-height: 37px;
        padding-right: 52px
    }

    .services .service .caption .box .more {
        border-bottom-width: 1px;
        font-size: 13px;
        right: 13px;
        top: 13px
    }

    .overlay .service {
        padding-bottom: 26px;
        padding-top: 26px
    }

    .overlay .service .title {
        margin-bottom: 13px
    }

    .overlay .service .list {
        margin-top: 13px
    }

    .overlay .service .list li:before {
        padding-right: 5px
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .services .service {
        padding-bottom: 90px
    }

    .services .service.landscape.left .caption {
        bottom: 180px;
        right: 0
    }

    .services .service.landscape.right .visual {
        right: -60px
    }

    .services .service.landscape.right .caption {
        bottom: 180px;
        left: -30px
    }

    .services .service.portrait.left .visual {
        left: -60px
    }

    .services .service.portrait.left .caption {
        bottom: 255px;
        left: 0
    }

    .services .service .caption .box {
        padding: 30px
    }

    .services .service .caption .box .title {
        font-size: 30px;
        min-height: 56px;
        padding-right: 60px
    }

    .services .service .caption .box .more {
        border-bottom-width: 1px;
        font-size: 21px;
        right: 15px;
        top: 15px
    }

    .overlay .service {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .overlay .service .title {
        margin-bottom: 30px
    }

    .overlay .service .list {
        margin-top: 30px
    }
}

@media (min-width: 1280px) and (max-width: 1799px) {
    .services .service {
        padding-bottom: 160px
    }

    .services .service.landscape.left .caption {
        bottom: 280px;
        right: 0
    }

    .services .service.landscape.right .visual {
        right: -80px
    }

    .services .service.landscape.right .caption {
        bottom: 280px;
        left: -40px
    }

    .services .service.portrait.left .visual {
        left: -80px
    }

    .services .service.portrait.left .caption {
        bottom: 340px;
        left: 0
    }

    .services .service .caption .box {
        padding: 40px
    }

    .services .service .caption .box .title {
        font-size: 45px;
        min-height: 84px;
        padding-right: 80px
    }

    .services .service .caption .box .more {
        border-bottom-width: 1px;
        font-size: 27px;
        right: 20px;
        top: 20px
    }

    .overlay .service {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .overlay .service .title {
        margin-bottom: 40px
    }

    .overlay .service .list {
        margin-top: 40px
    }
}

@media (min-width: 768px) {
    .services .service, .services .service.landscape.right .visual, .services .service.portrait.left .visual {
        position: relative
    }

    .services .service.landscape .visual figure {
        padding-bottom: 66.875%
    }

    .services .service.portrait .visual figure {
        padding-bottom: 149.53271028%
    }

    .services .service .caption {
        position: absolute;
        width: 100%
    }

    .services .service .caption.mobile {
        display: none !important
    }

    .overlay .service .list li:before {
        padding-right: 10px
    }
}

@media (min-width: 1280px) {
    .services .service .caption .box .more {
        -webkit-transition: border .25s;
        -o-transition: border .25s;
        transition: border .25s
    }

    .services .service .caption .box:active .more, .services .service .caption .box:focus .more, .services .service .caption .box:hover .more {
        border-color: transparent;
        -webkit-transition: border .25s;
        -o-transition: border .25s;
        transition: border .25s
    }
}

@media (min-width: 1800px) {
    .services .service {
        padding-bottom: 220px
    }

    .services .service.landscape.left .caption {
        bottom: 385px;
        right: 0
    }

    .services .service.landscape.right .visual {
        right: -110px
    }

    .services .service.landscape.right .caption {
        bottom: 385px;
        left: -55px
    }

    .services .service.portrait.left .visual {
        left: -110px
    }

    .services .service.portrait.left .caption {
        bottom: 467px;
        left: 0
    }

    .services .service .caption .box {
        padding: 55px
    }

    .services .service .caption .box .title {
        font-size: 65px;
        min-height: 121px;
        padding-right: 110px
    }

    .services .service .caption .box .more {
        border-bottom-width: 1px;
        font-size: 33px;
        right: 28px;
        top: 28px
    }

    .overlay .service {
        padding-bottom: 110px;
        padding-top: 110px
    }

    .overlay .service .title {
        margin-bottom: 55px
    }

    .overlay .service .list {
        margin-top: 55px
    }
}

.about {
    background-color: transparent;
    background-image: url(../img/branding/logo.png)
}

.about .nav-trigger-wrapper {
    position: relative;
    text-align: right
}

.about .nav-trigger {
    line-height: 1;
    position: absolute
}

.about .content p {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

.about .content p:first-child {
    margin-top: 0
}

.about .content p:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .about {
        -webkit-background-size: 184px 77px;
        background-size: 184px 77px
    }

    .about .nav-trigger-wrapper {
        height: 77px
    }

    .about .nav-trigger {
        font-size: 13px;
        right: 13px;
        top: 13px
    }

    .about .content {
        font-size: 18px;
        line-height: 1.5;
        padding: 40px 13px
    }

    .about .content p {
        margin: 27px 0
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .about {
        -webkit-background-size: 375px 156px;
        background-size: 375px 156px
    }

    .about .nav-trigger-wrapper {
        height: 156px
    }

    .about .nav-trigger {
        font-size: 21px;
        right: 30px;
        top: 30px
    }

    .about .content {
        font-size: 30px;
        line-height: 1.5;
        padding-top: 90px;
        padding-bottom: 90px
    }

    .about .content p {
        margin: 45px 0;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 1280px) and (max-width: 1799px) {
    .about {
        -webkit-background-size: 446px 186px;
        background-size: 446px 186px
    }

    .about .nav-trigger-wrapper {
        height: 186px
    }

    .about .nav-trigger {
        font-size: 27px;
        right: 40px;
        top: 40px
    }

    .about .content {
        font-size: 40px;
        line-height: 1.5;
        padding-top: 120px;
        padding-bottom: 120px
    }

    .about .content p {
        margin: 60px 0;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width: 1800px) {
    .about {
        -webkit-background-size: 566px 236px;
        background-size: 566px 236px
    }

    .about .nav-trigger-wrapper {
        height: 236px
    }

    .about .nav-trigger {
        font-size: 33px;
        right: 55px;
        top: 55px
    }

    .about .content {
        font-size: 50px;
        line-height: 1.5;
        padding-top: 180px;
        padding-bottom: 180px
    }

    .about .content p {
        margin: 75px 0;
        padding-left: 55px;
        padding-right: 55px
    }
}

@media (-webkit-min-device-pixel-ratio: 1.25),(-o-min-device-pixel-ratio: 5/4),(min-resolution: 120dpi) {
    .branding {
        background-image: url(../img/branding/branding-large@2x.png)
    }

    .about {
        background-image: url(../img/branding/logo@2x.png)
    }
}