
@font-face {
    font-family: "Brown-Regular";
    src:url("/assets/fonts/lineto-brown-regular.eot");
    src:url("/assets/fonts/lineto-brown-regular.eot?#iefix") format("embedded-opentype"),
        url("/assets/fonts/lineto-brown-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Brown-Reclinregular";
    src:url("/assets/fonts/lineto-brown-reclinregular.eot");
    src:url("/assets/fonts/lineto-brown-reclinregular.eot?#iefix") format("embedded-opentype"),
        url("/assets/fonts/lineto-brown-reclinregular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Brown-Reclinregularalt";
    src:url("/assets/fonts/lineto-brown-reclinregularalt.eot");
    src:url("/assets/fonts/lineto-brown-reclinregularalt.eot?#iefix") format("embedded-opentype"),
        url("/assets/fonts/lineto-brown-reclinregularalt.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Brown-Regularalt";
    src:url("/assets/fonts/lineto-brown-regularalt.eot");
    src:url("/assets/fonts/lineto-brown-regularalt.eot?#iefix") format("embedded-opentype"),
        url("/assets/fonts/lineto-brown-regularalt.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

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

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

a {
    color: black;
    text-decoration: none
}

.opera:-o-prefocus {
    word-spacing: -0.43em
}

body {
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 300;
    color: black
}

body h1 {
    font-weight: 300
}

body h2 {
    font-weight: 300
}

body h3 {
    font-weight: 300
}

body {
    background-color: transparent;
    font-family: "Brown-Regular", serif;
    color: red;
    letter-spacing: -0.04em
}

.section {
    overflow: hidden;
    position: relative
}

.navigation {
    z-index: 11;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    font-size: 23px;
    color: red;
    text-transform: uppercase
}

@media only screen and (max-width: 568px) {
    .navigation {
        font-size: 18px
    }
}

.navigation .about,
.navigation .name {
    position: absolute
}

.navigation .name {
    top: 20px;
    left: 20px
}

.navigation .about {
    top: 20px;
    right: 20px;
    color: red
}

.navigation .about:after {
    content: '';
    background-color: red;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0;
    position: absolute;
    -moz-transition: height 250ms;
    -o-transition: height 250ms;
    -webkit-transition: height 250ms;
    transition: height 250ms
}

.navigation .about:hover:after {
    height: 100%;
    top: 0
}

.about_container {
    background: white;
    width: 80%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    color: black;
    padding: 50px 50px 32px 50px;
    font-size: 0;
    box-sizing: border-box;
    display: none
}

@media only screen and (max-width: 568px) {
    .about_container {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        padding: 50px 20px
    }
}

@media only screen and (min-width: 569px) and (max-width: 1022px) {
    .about_container {
        width: 100%
    }
}

.about_container .about_container_inner {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    opacity: 0;
    float: left;
    font-size: 18px;
    line-height: 1.14em;
    box-sizing: border-box
}

@media only screen and (max-width: 568px) {
    .about_container .about_container_inner {
        width: 100%
    }
}

@media only screen and (min-width: 569px) and (max-width: 1022px) {
    .about_container .about_container_inner {
        width: 100%
    }
}

.about_container .about_container_inner.left {
    margin-right: 20px
}

.about_container .about_container_inner .about_paragraph {
    margin-bottom: 18px
}

.about_container .about_container_inner .about_paragraph.indented {

}

.about_container .about_container_inner .about_paragraph.indented h2 {
    text-indent: 0
}

.about_container .about_container_inner .about_paragraph table tr td {
    padding-bottom: 12px
}

.about_container .about_container_inner .about_paragraph table tr td:first-of-type {
    width: 160px
}

.about_container .about_container_inner .about_paragraph.links a {
    display: block
}

.about_container .about_container_inner h2 {
    text-transform: uppercase;
    margin-bottom: 12px;
    color: red
}

.about_container ul {
    list-style-type: none
}

.about_container .customer_list {
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    column-count: 3;
    column-gap: 30px
}

.info_container {
    width: 30%;
    color: black;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 50px 50px 30px 50px;
    line-height: 1.14em;
    display: none
}

@media only screen and (min-width: 569px) and (max-width: 1022px) {
    .info_container {
        width: 100%
    }
}

@media only screen and (max-width: 568px) {
    .info_container {
        width: 100%
    }
}

.info_container .info_container--inner {
    margin-bottom: 18px;
    opacity: 0
}

.info_container .info_container--inner.links a {
    display: block
}

.info_container ul {
    list-style-type: none
}

.info_container h2 {
    text-transform: uppercase;
    margin-bottom: 12px;
    color: red
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0
}

.overlay .title {
    position: absolute;
    font-size: 250px;
    line-height: 0.8em;
    letter-spacing: -0.04em;
    top: 42%;
    left: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.overlay .title.short {
    top: 46%
}

@media only screen and (max-width: 568px) {
    .overlay .title {
        font-size: 100px
    }
    .overlay .title.short {
        font-size: 200px
    }
}

@media only screen and (min-width: 569px) and (max-width: 1022px) {
    .overlay .title {
        font-size: 200px
    }
    .overlay .title.short {
        font-size: 300px
    }
}

@media only screen and (min-width: 1024px) {
    .overlay .title {
        font-size: 280px
    }
    .overlay .title.short {
        font-size: 500px
    }
}

@media only screen and (min-width: 1300px) {
    .overlay .title {
        font-size: 340px
    }
    .overlay .title.short {
        font-size: 550px
    }
}

@media only screen and (min-width: 1600px) {
    .overlay .title {
        font-size: 400px
    }
    .overlay .title.short {
        font-size: 600px
    }
}

@media only screen and (min-width: 1800px) {
    .overlay .title {
        font-size: 430px
    }
    .overlay .title.short {
        font-size: 640px
    }
}

@media only screen and (min-width: 2200px) {
    .overlay .title {
        font-size: 450px
    }
    .overlay .title.short {
        font-size: 690px
    }
}

.project_list {
    font-size: 23px;
    position: absolute;
    bottom: 30px;
    left: 30px
}

@media only screen and (max-width: 568px) {
    .project_list {
        font-size: 18px
    }
}

.project_list .project_list--element {
    display: block;
    margin-bottom: 3px
}

.project_list .project_list--element .project_label a {
    font-size: 14px;
    border: 2px solid red;
    padding: 4px 4px 2px 4px;
    text-transform: uppercase;
    margin-left: 10px;
    color: red;
    display: inline-block;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    position: relative
}

.project_list .project_list--element .project_label a:after {
    content: '';
    background-color: red;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0;
    position: absolute;
    -moz-transition: height 250ms;
    -o-transition: height 250ms;
    -webkit-transition: height 250ms;
    transition: height 250ms
}

.project_list .project_list--element .project_label a:hover:after {
    height: 100%;
    top: 0
}

.about_close,
.info_close {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
    font-size: 18px;
    cursor: pointer
}

.about_close:hover .bar:nth-of-type(1),
.info_close:hover .bar:nth-of-type(1) {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.about_close:hover .bar:nth-of-type(2),
.info_close:hover .bar:nth-of-type(2) {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.about_close .bar,
.info_close .bar {
    height: 2px;
    width: 19px;
    top: 8px;
    left: 0;
    position: absolute;
    display: block;
    background: red;
    -moz-transition: left 200ms, width 200ms, -moz-transform 200ms;
    -o-transition: left 200ms, width 200ms, -o-transform 200ms;
    -webkit-transition: left 200ms, width 200ms, -webkit-transform 200ms;
    transition: left 200ms, width 200ms, transform 200ms
}

.about_close .bar:nth-of-type(1),
.info_close .bar:nth-of-type(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.about_close .bar:nth-of-type(2),
.info_close .bar:nth-of-type(2) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.video_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

@media only screen and (max-width: 568px) {
    .video_wrapper {
        display: none
    }
}

@media only screen and (min-width: 569px) and (max-width: 1022px) {
    .video_wrapper {
        display: none
    }
}

.video_wrapper .bg_video,
.video_wrapper .bg_image {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden
}

.mobile_bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

@media only screen and (max-width: 568px) {
    .mobile_bg {
        display: block
    }
}

@media only screen and (min-width: 569px) and (max-width: 1022px) {
    .mobile_bg {
        display: block
    }
}

.mobile_bg .mobile_bg--image {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    display: none
}

.mobile_bg .mobile_bg--image.visible {
    display: block
}