@font-face {
    font-family: 'pages_grotesque_demobold';
    src: url('pages_grotesque_bold_demo-webfont.woff2') format('woff2'),
         url('pages_grotesque_bold_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body,
html {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    height: 100%;
    width: 100%;
    color: #777;
    background-color: #000
}

html {
    box-sizing: border-box;
    margin-right: 0!important;
    overflow: visible!important
}

body {
    overflow-x: hidden;
    overflow-y: scroll!important;
    box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

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

,
audio,
canvas {
    display: inline-block;
    max-width: 100%
}

address {
    font-style: italic;
    margin-bottom: 24px
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help
}

b,
strong {
    font-weight: 500;
    color: #000
}

cite,
dfn,
em,
i {
    font-style: italic
}

ins,
mark {
    background: none repeat scroll 0 0 #000;
    text-decoration: none;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 2px 5px;
    margin-bottom: 10px;
    display: inline-block
}

code,
kbd,
pre,
samp,
tt,
var {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6
}

pre {
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

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

blockquote {
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-left: 2px #ddd solid;
    padding: 20px 20px 20px 40px;
    letter-spacing: .01em
}

blockquote span {
    display: block;
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    font-family: Verdana, Geneva, sans-serif;
    color: #999
}

blockquote cite,
blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal
}

blockquote b,
blockquote strong {
    font-weight: 400
}

small {
    font-size: smaller
}

big {
    font-size: 125%
}

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

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

dl {
    margin-bottom: 24px
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: 24px
}

ol,
ul {
    list-style: none;
    margin: 0 0 24px 20px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin: 0 0 0 20px
}

li {
    line-height: 20px;
    color: #333;
    margin-bottom: 10px
}

fieldset {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 0 24px;
    padding: 11px 12px 0
}

legend {
    white-space: normal
}

button,
input {
    line-height: normal
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0))
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer
}

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

input[type=checkbox],
input[type=radio] {
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield
}

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
}

table,
td,
th {
    border: 1px solid rgba(0, 0, 0, .1)
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%
}

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700
}

td {
    border-width: 0 1px 1px 0
}

del {
    color: #767676
}

hr {
    border: 0;
    height: 50px;
    width: 100%;
    float: none;
    margin: 0;
    display: inline-block
}

hr.small {
    height: 20px
}

hr:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    color: #000;
    margin-bottom: 10px
}

h1.big-title {
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 110px;
    margin-left: -3px
}

.italic {
    color: #999;
    font-style: italic;
    margin-bottom: 0;
    margin-left: 3px
}

h1 {
    font-size: 48px;
    line-height: 58px;
    margin-left: -1px
}

h2 {
    font-size: 36px;
    line-height: 48px;
    margin-left: -1px
}

h3 {
    font-size: 30px;
    line-height: 40px;
    margin-left: -1px
}

h4 {
    font-size: 24px;
    line-height: 34px;
    margin-left: -1px
}

h5 {
    font-size: 18px;
    line-height: 28px;
    margin-left: -1px
}

h6 {
    font-size: 14px;
    line-height: 18px
}

.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6 {
    color: #fff
}

p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 30px;
    color: #777
}

p.no-margins {
    margin-bottom: 0
}

.bigger {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #222
}

.smaller {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #999;
    text-transform: uppercase
}

.container {
    width: 1180px;
    margin: 0 auto;
    box-sizing: border-box
}

.small .container {
    width: 940px
}

.full .container {
    width: 100%;
    padding: 0
}

.padding-full .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px
}

.container.portfolio {
    width: 1320px
}

.container::after {
    clear: both;
    content: " ";
    display: table
}

a:active,
a:hover {
    outline: 0;
    color: #000
}

a {
    text-decoration: none;
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease
}

a {
    color: #000;
    outline: 0
}

a:hover {
    text-decoration: none
}

a.link {
    display: inline-block;
    position: relative
}

.light-content a.link {
    color: #fff
}

a.link:after {
    background-color: #000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 26px;
    width: 0;
    border-radius: 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.light-content a.link:after {
    background-color: #fff
}

a.link:hover:after {
    width: 100%
}

.one_half {
    width: 47%;
    box-sizing: border-box
}

.one_half .fa-map-marker {
    margin-right: 5px
}

.one_third {
    width: 30.6%
}

.one_fourth {
    width: 22%
}

.one_fifth {
    width: 16.8%
}

.one_sixth {
    width: 13.33%
}

.two_fifth {
    width: 37.6%
}

.two_fourth {
    width: 48%
}

.two_third {
    width: 65.33%
}

.three_fifth {
    width: 58.4%
}

.three_fourth {
    width: 74%
}

.four_fifth {
    width: 79.2%
}

.five_sixth {
    width: 82.67%
}

.five_sixth,
.four_fifth,
.one_fifth,
.one_fourth,
.one_sixth,
.one_third,
.three_fifth,
.three_fourth,
.two_fifth,
.two_fourth,
.two_third {
    float: left;
    margin-bottom: 20px;
    margin-right: 4%;
    position: relative
}

.one_half {
    float: left;
    margin-bottom: 20px;
    margin-right: 6%;
    position: relative
}

.last {
    margin-right: 0
}

.text-align-center {
    text-align: center
}

.text-align-left {
    text-align: left
}

.outer {
    display: table;
    width: 100%;
    height: 100%
}

.inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vc_row {
    position: relative;
    z-index: 10
}

.row_padding_top {
    padding-top: 150px
}

.row_padding_bottom {
    padding-bottom: 130px
}

#rotate-device {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #fff;
    background-image: url(images/rotate.png);
    background-size: 150px 150px;
    background-position: center;
    background-repeat: no-repeat;
    display: none
}

figure {
    display: inline-block;
    margin: 0;
    position: relative
}

figcaption {
    background-color: #000;
    bottom: 25px;
    color: #fff;
    font-size: 10px;
    padding: 15px 25px;
    position: absolute;
    right: 25px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    z-index: 10
}

header {
    width: 100%;
    height: 140px;
    padding: 0 100px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 50;
    box-sizing: border-box;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header.black-header {
    background-color: #000;
    height: 100px
}

.nav-up {
    top: -140px
}

.nav-up-temp {
    top: -140px!important
}

header.hidden {
    opacity: 0
}

#damalogo {
    position: absolute;
    z-index: 20
}

#damalogo a {
    display: block;
    position: relative
}

#damalogo img {
    height: auto;
    padding: 35px 0;
    width: 20%;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header.black-header #damalogo img {
    padding: 32px 0
}

#gorusmenu {
    display: block;
    margin: 0;
    position: relative;
    float: right;
    height: 40px;
    margin: 50px 0;
    z-index: 5;
    margin-right: 12px;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header.black-header #gorusmenu {
    margin: 30px -6px 30px 0
}

#gorusmenu li.about-close:hover:before,
#gorusmenu li.about-open:hover:before {
    left: 0;
}

#gorusmenu li.about-open:before {
    background-color: #fff;
    content: "";
    height: 1px;
    left: -85px;
    position: absolute;
    top: 21px;
    width: 70px;
    z-index: 5;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#gorusmenu li.about-close:before {
    background-color: #fff;
    content: "";
    height: 1px;
    left: -70px;
    position: absolute;
    top: 21px;
    width: 50px;
    z-index: 5;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#gorusmenu li {
    height: 40px;
    list-style: none;
    margin: 0;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    opacity: 1;
    z-index: 10;
    position: relative;
    webkit-transition: all .3s ease-in-out .3s;
    -moz-transition: all .3s ease-in-out .3s;
    -o-transition: all .3s ease-in-out .3s;
    -ms-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s
}

#gorusmenu.hidden li {
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -o-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.about-close.hidden,
.about-open.hidden,
.dama-menu-close.hidden,
.dama-menu-open.hidden {
    display: none
}

#gorusmenu li.dama-menu-close {
    color: #000
}

#page-content {
    width: 100%;
    box-sizing: border-box;
    height: 100%
}

.bg-lines {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .8;
    top: 0;
    z-index: 0;
    animation-name: fadeIn;
    animation-duration: 6s
}

.bg-line {
    height: 100%;
    width: 1px;
    background-color: #f5f5f5;
    left: 50%;
    position: absolute
}

#about-us .bg-line,
#hero .bg-line {
    background-color: #222
}

.bg-line.left {
    margin-left: -500px
}

.bg-line.right {
    margin-left: 500px
}

#hero {
    z-index: 1
}

#hero,
#project_next {
    box-sizing: border-box;
    position: relative;
    background-color: #000;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

#hero.hidden {
    opacity: 0
}

#project_next {
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    right: 0;
    width: 100%
}

#hero-styles {
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out
}

.hero-image {
    width: 100%;
    height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.overlay {
    height: 100%;
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, .25)
}

#main {
    z-index: 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    opacity: 1;
    background-color: #fff
}

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: scroll
}

.fp-notransition {
    -webkit-transition: none!important;
    transition: none!important
}

#fp-nav {
    position: fixed;
    z-index: 9;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s ease-in-out .3s;
    -moz-transition: all .3s ease-in-out .3s;
    -o-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s
}

#fp-nav.hidden {
    opacity: 0;
    -webkit-transform: translateX(160px);
    -moz-transform: translateX(160px);
    -o-transform: translateX(160px);
    -ms-transform: translateX(160px);
    transform: translateX(160px);
    -webkit-transition: all .5s ease-in-out .4s;
    -moz-transition: all .5s ease-in-out .4s;
    -o-transition: all .5s ease-in-out .4s;
    transition: all .5s ease-in-out .4s
}

#fp-nav.right {
    right: 100px
}

#fp-nav.left {
    left: 35px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 98px;
    height: 13px;
    margin: 30px 0;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 8px;
    width: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 100%
}

#fp-nav ul li a::before {
    background-color: #fff;
    content: "";
    height: 1px;
    right: 110px;
    position: absolute;
    top: 10px;
    width: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li a.active:before,
#fp-nav ul li a:hover:before {
    width: 16px
}

#fp-nav ul li a:after {
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    color: #fff;
    opacity: .4;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li a.active:after,
#fp-nav ul li a:hover:after {
    opacity: 1
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: 0 0;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto!important
}

#showcase-slider {
    webkit-transition: all 1s cubic-bezier(.55, .085, 0, .99);
    -moz-transition: all 1s cubic-bezier(.55, .085, 0, .99);
    -o-transition: all 1s cubic-bezier(.55, .085, 0, .99);
    transition: all 1s cubic-bezier(.55, .085, 0, .99) 1s!important;
    -webkit-transition-timing-function: cubic-bezier(.55, .085, 0, .99);
    -moz-transition-timing-function: cubic-bezier(.55, .085, 0, .99);
    -o-transition-timing-function: cubic-bezier(.55, .085, 0, .99);
    transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    z-index: 1
}

#showcase-slider.expanded,
#showcase-slider.expanded .gradient,
#showcase-slider.expanded .img-container,
#showcase-slider.expanded .section-image {
    -webkit-transition: all 0s ease-in-out 0s!important;
    -moz-transition: all 0s ease-in-out 0s!important;
    -o-transition: all 0s ease-in-out 0s!important;
    -ms-transition: all 0s ease-in-out 0s!important;
    transition: all 0s ease-in-out 0s!important
}

.first-load .img-container {
    -webkit-transform: scale(.6)!important;
    -moz-transform: scale(.6)!important;
    -o-transform: scale(.6)!important;
    -ms-transform: scale(.6)!important;
    transform: scale(.6)!important
}

.img-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -o-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    overflow: hidden;
    webkit-transition: all 1s cubic-bezier(.55, .085, 0, .99)!important;
    -moz-transition: all 1s cubic-bezier(.55, .085, 0, .99)!important;
    -o-transition: all 1s cubic-bezier(.55, .085, 0, .99)!important;
    transition: all 1s cubic-bezier(.55, .085, 0, .99)!important;
    -webkit-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    -moz-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    -o-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important
}

.section.active .img-container {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    webkit-transition: all 1s cubic-bezier(.55, .085, 0, .99) 1s!important;
    -moz-transition: all 1s cubic-bezier(.55, .085, 0, .99) 1s!important;
    -o-transition: all 1s cubic-bezier(.55, .085, 0, .99) 1s!important;
    transition: all 1s cubic-bezier(.55, .085, 0, .99) 1s!important;
    -webkit-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    -moz-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    -o-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important
}

.delay .section.active .img-container {
    webkit-transition: all 1s cubic-bezier(.55, .085, 0, .99) 2s!important;
    -moz-transition: all 1s cubic-bezier(.55, .085, 0, .99) 2s!important;
    -o-transition: all 1s cubic-bezier(.55, .085, 0, .99) 2s!important;
    transition: all 1s cubic-bezier(.55, .085, 0, .99) 2s!important;
    -webkit-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    -moz-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    -o-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important
}

.section-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transition: all 1s cubic-bezier(.55, .085, 0, .99)!important;
    -moz-transition: all 1s cubic-bezier(.55, .085, 0, .99)!important;
    -o-transition: all 1s cubic-bezier(.55, .085, 0, .99)!important;
    transition: all 1s cubic-bezier(.55, .085, 0, .99)!important;
    -webkit-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    -moz-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    -o-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important
}

.section.active .section-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    webkit-transition: all 1s cubic-bezier(.55, .085, 0, .99) 2s!important;
    -moz-transition: all 1s cubic-bezier(.55, .085, 0, .99) 2s!important;
    -o-transition: all 1s cubic-bezier(.55, .085, 0, .99) 2s!important;
    transition: all 1s cubic-bezier(.55, .085, 0, .99) 2s!important;
    -webkit-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    -moz-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    -o-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important
}

.responsive-section-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.gradient {
    height: 40%;
    width: 100%;
    position: absolute;
    opacity: 0;
    bottom: -1px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    webkit-transition: all 1s cubic-bezier(.55, .085, 0, .99)!important;
    -moz-transition: all 1s cubic-bezier(.55, .085, 0, .99)!important;
    -o-transition: all 1s cubic-bezier(.55, .085, 0, .99)!important;
    transition: all 1s cubic-bezier(.55, .085, 0, .99)!important;
    -webkit-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    -moz-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    -o-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important
}

.section.active .gradient {
    opacity: .7;
    webkit-transition: all 1s cubic-bezier(.55, .085, 0, .99) 2s!important;
    -moz-transition: all 1s cubic-bezier(.55, .085, 0, .99) 2s!important;
    -o-transition: all 1s cubic-bezier(.55, .085, 0, .99) 2s!important;
    transition: all 1s cubic-bezier(.55, .085, 0, .99) 2s!important;
    -webkit-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    -moz-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    -o-transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important;
    transition-timing-function: cubic-bezier(.55, .085, 0, .99)!important
}

.caption {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.content-caption {
    position: absolute;
    bottom: 70px;
    left: 5%;
    width: 75%;
    height: auto
}

.open-project-link {
    display: inline-block;
    margin-bottom: 10px
}

.open-project {
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 110px;
    margin-left: -3px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #fff;
    display: inline
}
.fp-section:nth-child(1) h2.open-project{
    font-family: pages_grotesque_demobold;
}
.open-project:hover {
    color: #fff
}

.project-link .open-project {
    padding-bottom: 20px
}

.content-caption p {
    margin-bottom: 0
}

.content-caption .open-project,
.content-caption>p {
    opacity: 0;
    color: #fff;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section.active .content-caption>.open-project,
.section.active .content-caption>p.hidden {
    opacity: 1;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s
}

.section.active .content-caption .open-project,
.section.active .content-caption>p {
    opacity: 1;
    -webkit-transition: all .6s ease-in-out 1s;
    -moz-transition: all .6s ease-in-out 1s;
    -o-transition: all .6s ease-in-out 1s;
    -ms-transition: all .6s ease-in-out 1s;
    transition: all .6s ease-in-out 1s
}

.delay .section.active .content-caption .open-project,
.delay .section.active .content-caption>p {
    opacity: 1;
    -webkit-transition: all .6s ease-in-out 2.45s;
    -moz-transition: all .6s ease-in-out 2.45s;
    -o-transition: all .6s ease-in-out 2.45s;
    -ms-transition: all .6s ease-in-out 2.45s;
    transition: all .6s ease-in-out 2.45s
}

.content-caption .open-project:after {
    background: none repeat scroll 0 0 #fff;
    bottom: -20px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section.active .content-caption .open-project:after {
    width: 120px;
    -webkit-transition: all .3s ease-in-out 1s;
    -moz-transition: all .3s ease-in-out 1s;
    -o-transition: all .3s ease-in-out 1s;
    -ms-transition: all .3s ease-in-out 1s;
    transition: all .3s ease-in-out 1s
}

.delay .section.active .content-caption .open-project:after {
    width: 120px;
    -webkit-transition: all .3s ease-in-out 2.4s;
    -moz-transition: all .3s ease-in-out 2.4s;
    -o-transition: all .3s ease-in-out 2.4s;
    -ms-transition: all .3s ease-in-out 2.4s;
    transition: all .3s ease-in-out 2.4s
}

.section.active .content-caption>p.hidden:after {
    width: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.disable-section {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
    display: none
}

.disable-section.active {
    display: block
}

#showcase-nav {
    bottom: 80px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
    bottom: 110px
}

#showcase-nav li {
    cursor: pointer;
    display: block;
    height: 50px;
    list-style: outside none none;
    margin: 0;
    width: 50px;
    position: absolute
}

.showcase-prev {
    left: 144px;
    -webkit-transition: all .2s ease-in-out .4s;
    -moz-transition: all .2s ease-in-out .4s;
    -o-transition: all .2s ease-in-out .4s;
    transition: all .2s ease-in-out .4s
}

#showcase-nav.hidden .showcase-prev {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all .2s ease-in-out .4s;
    -moz-transition: all .2s ease-in-out .4s;
    -o-transition: all .2s ease-in-out .4s;
    transition: all .2s ease-in-out .4s
}

.showcase-next {
    left: 170px;
    -webkit-transition: all .2s ease-in-out .4s;
    -moz-transition: all .2s ease-in-out .4s;
    -o-transition: all .2s ease-in-out .4s;
    transition: all .2s ease-in-out .4s
}

#showcase-nav.hidden .showcase-next {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all .2s ease-in-out .4s;
    -moz-transition: all .2s ease-in-out .4s;
    -o-transition: all .2s ease-in-out .4s;
    transition: all .2s ease-in-out .4s
}

.arrow-left {
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    height: 14px;
    transform: rotate(45deg);
    width: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px
}

.arrow-left-line {
    background-color: #fff;
    height: 3px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.showcase-prev:hover .arrow-left-line {
    width: 35px
}

.arrow-right {
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    height: 14px;
    transform: rotate(-135deg);
    width: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px
}

.arrow-right-line {
    background-color: #fff;
    height: 3px;
    right: 0;
    position: absolute;
    top: 50%;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.showcase-next:hover .arrow-right-line {
    width: 35px
}

video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover
}

.video-wrapper {
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    overflow: hidden!important
}

.video-section.hidden video {
    height: 100%
}

.disable-showcase {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none
}

.disable-showcase.active {
    display: block
}

.showcase-wrapper {
    margin: auto;
    position: relative;
    display: inline-block;
    padding: 0
}

.showcase-wrapper li {
    list-style: none;
    font-size: 60px;
    font-family: 'Playfair Display', serif;
    line-height: 72px;
    margin-left: -3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.showcase-wrapper:hover li {
    opacity: .2
}

.showcase-wrapper:hover li:hover {
    opacity: 1;
    padding-left: 15px
}

.showcase-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0
}

.showcase-images li {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    overflow: hidden;
    list-style: none;
    opacity: 0;
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.showcase-images li.show {
    opacity: 1
}

.inactive .scroll-disable {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block
}

.scroll-disable {
    display: none
}

#project-page-holder {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s
}

#loader-line-box {
    opacity: 0;
    height: 36px;
    width: 36px;
    top: 52px;
    right: 140px;
    z-index: 10;
    position: absolute;
    transition: opacity .2s ease-in-out .2s;
    -moz-transition: opacity .2s ease-in-out .2s;
    -webkit-transition: opacity .2s ease-in-out .2s;
    -o-transition: opacity .2s ease-in-out .2s
}

#loader-line-box.is-open {
    opacity: 1;
    transition: opacity .2s ease-in-out .2s;
    -moz-transition: opacity .2s ease-in-out .2s;
    -webkit-transition: opacity .2s ease-in-out .2s;
    -o-transition: opacity .2s ease-in-out .2s
}

#loader-line-box #loader {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 6px solid rgba(255, 255, 255, .2);
    border-right: 6px solid rgba(255, 255, 255, .2);
    border-bottom: 6px solid rgba(255, 255, 255, .2);
    border-left: 6px solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

#loader-line-box #loader,
#loader-line-box #loader:after {
    border-radius: 50%;
    width: 26px;
    height: 26px
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#project-page-data {
    height: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    margin: 0;
    padding: 0;
    transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s
}

#project-page-data.is-open {
    margin-top: 0;
    opacity: 1;
    transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s
}

#project_close {
    color: #fff;
    display: block;
    height: 140px;
    line-height: 140px;
    right: 133px;
    position: fixed;
    top: 00px;
    width: 50px;
    text-align: center;
    z-index: 300;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#project_close:hover {
    opacity: 1
}

#project_close.nav-up {
    top: -140px
}

#project_close.nav-up-temp {
    top: -140px!important
}

#project_close.black-header {
    height: 100px;
    line-height: 100px
}

#project_close.hide {
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -o-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
    -webkit-transition: all 150ms cubic-bezier(0, .73, .585, .995);
    -moz-transition: all 150ms cubic-bezier(0, .73, .585, .995);
    -o-transition: all 150ms cubic-bezier(0, .73, .585, .995);
    transition: all 150ms cubic-bezier(0, .73, .585, .995);
    -webkit-transition-timing-function: cubic-bezier(0, .73, .585, .995);
    -moz-transition-timing-function: cubic-bezier(0, .73, .585, .995);
    -o-transition-timing-function: cubic-bezier(0, .73, .585, .995);
    transition-timing-function: cubic-bezier(0, .73, .585, .995)
}

.project-page {
    background-color: #fff;
    width: 100%;
    height: auto;
    transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s
}

.project-content {
    background-color: #fff;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

#project_next .gradient {
    opacity: .7
}

#project_next .overlay {
    padding: 140px;
    padding-top: 80px;
    position: absolute;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .45);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#project_next.disabled .overlay,
#project_next.hover .overlay {
    background-color: rgba(0, 0, 0, .25)
}

.project-link {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.next-project-footer {
    bottom: 50px;
    box-sizing: border-box;
    left: 0;
    padding: 0 140px;
    position: absolute;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.next-project-footer p {
    color: #fff
}

.next-project-footer.disabled {
    opacity: 0
}

.next-project-footer .next {
    float: left;
    padding-left: 35px;
    position: relative;
    font-size: 13px;
    opacity: .6
}

.next-project-footer .next:after {
    background: #fff none repeat scroll 0 0;
    bottom: 12px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 20px
}

.next-project-footer .copyright {
    float: right;
    font-size: 13px;
    opacity: .6
}

progress {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    color: #000
}

progress::-webkit-progress-bar {
    background-color: transparent
}

.flat::-webkit-progress-value {
    background-color: #000
}

.flat::-moz-progress-bar {
    background-color: #000
}

.progress-container {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: .25em;
    display: block
}

.progress_bar {
    background-color: #000;
    width: 50%;
    display: block;
    height: inherit
}

#about-us {
    width: calc(100% + 25px);
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 1);
    visibility: hidden;
    opacity: 0;
    z-index: 30;
    top: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out
}

#about-us.is-active {
    visibility: visible;
    opacity: 1;
    webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out
}

.about-content {
    position: relative;
    padding: 200px 0;
    width: 100%;
    height: auto
}

#contact-formular {
    margin: 0 auto
}

#contact-formular::after {
    clear: both;
    content: " ";
    display: table
}

.input_field {
    display: block;
    position: relative;
    margin-bottom: 20px
}

input[type=email],
input[type=text],
textarea {
    color: #777;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    height: 50px;
    padding: 12px 20px 12px 2px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    border: none !important;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-sizing: border-box;
    background-color: transparent !important;
    outline: 0;
    border-bottom: 1px solid #777 !important;
}

#contactform {
    position: relative
}

.input_label {
    background-color: #fff;
    height: 2px;
    left: 0;
    position: absolute;
    top: 49px;
    width: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.input_label.slow {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

input[type=text]:focus+.input_label,
textarea:focus+.input_label {
    width: 100%
}

#contact-formular textarea,
textarea {
    resize: none;
    margin-bottom: 0;
    height: 50px;
    box-sizing: border-box;
    padding: 14px 0 6px 2px
}

textarea:after {
    background-color: #000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 20px;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

input[type=submit] {
    margin: 0 0 0
}

.error_message {
    text-align: left;
    margin-bottom: 30px;
    font-size: 13px;
    color: #e93735;
    font-weight: 700
}

#success_page {
    text-align: left
}

#success_page p {
    color: #999;
    margin-top: 20px
}

#message fieldset {
    border: none
}

.has-animation {
    opacity: 0;
    -webkit-transition: all 1s ease-in-out .3s!important;
    -moz-transition: all 1s ease-in-out .3s!important;
    -o-transition: all 1s ease-in-out .3s!important;
    -ms-transition: all 1s ease-in-out .3s!important;
    transition: all 1s ease-in-out .3s!important;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.has-animation.animate-in {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.socials {
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    width: auto;
    line-height: 25px;
    margin-left: -24px
}

.socials li {
    list-style: none;
    display: inline-block;
    margin-left: -4px
}

.socials li:first-child {
    margin-left: 3px
}

.socials-text li {
    margin-right: 10px;
    margin-left: 0;
    color: #777;
    font-size: 12px;
    position: relative
}

.socials li a {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 16px;
    line-height: 10px;
    width: 65px;
    text-align: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.socials li {
    border-right: 1px dotted rgba(255, 255, 255, .2)
}

.socials li:last-child {
    border-right: none;
    padding-right: 0
}

.socials li a:hover {
    color: #fff;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.clapat-button {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 24px;
    line-height: 12px;
    cursor: pointer;
    border: none;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    text-align: center;
    background-color: #333;
    display: inline-block;
    border-radius: 3px
}

.clapat-button:active,
.clapat-button:focus,
.clapat-button:hover {
    background-color: #000;
    color: #fff
}

.clapat-button.outline-button {
    color: #000;
    padding: 12px 22px;
    background-color: transparent;
    border: #000 2px solid
}

.clapat-button.outline-button:active,
.clapat-button.outline-button:focus,
.clapat-button.outline-button:hover {
    border: #000 2px solid;
    color: #fff;
    background-color: #000
}

.light-content .clapat-button {
    color: #000;
    background-color: rgba(255, 255, 255, 1)
}

.light-content .clapat-button:active,
.light-content .clapat-button:focus,
.light-content .clapat-button:hover {
    color: #000;
    background-color: rgba(255, 255, 255, .8)
}

.light-content .clapat-button.outline-button {
    color: #fff;
    border: #fff 2px solid;
    background-color: transparent
}

.light-content .clapat-button.outline-button:active,
.light-content .clapat-button.outline-button:focus,
.light-content .clapat-button.outline-button:hover {
    border: #fff 2px solid;
    color: #000;
    background-color: #fff
}

.space-buttons {
    display: inline-block;
    height: 0;
    width: 20px
}

.gallery {
    display: block;
    height: auto;
    margin: 0 0 0 -15px;
    padding: 0;
    position: relative;
    width: calc(100% + 30px)
}

.gallery li {
    list-style: none;
    float: left;
    width: 50%;
    height: auto;
    display: block;
    box-sizing: border-box;
    border: 15px solid transparent;
    position: relative;
    margin: 0;
    cursor: pointer;
    overflow: hidden
}

.gallery li.full {
    width: 100%
}

.zoom {
    width: 20px;
    height: 20px;
    background-image: url(images/zoom-white.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.gallery li:hover .zoom {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

button.mfp-arrow:before,
button.mfp-close {
    background: url(css/default-skin/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px
}

button.mfp-close {
    width: 44px;
    height: 44px;
    color: transparent;
    background-position: 0 -44px
}

button.mfp-arrow {
    width: 70px;
    height: 100px;
    opacity: .9
}

button.mfp-arrow:hover,
button.mfp-close:hover {
    background-color: transparent
}

button.mfp-arrow:after {
    display: none
}

button.mfp-arrow:before {
    content: '';
    position: absolute;
    top: 35px;
    height: 30px;
    width: 32px;
    border: 0;
    margin: 0
}

button.mfp-arrow-left:before {
    left: 6px;
    background-position: -138px -44px
}

button.mfp-arrow-right:before {
    left: auto;
    right: 6px;
    background-position: -94px -44px
}

.mfp-title {
    display: inline-block;
    position: fixed;
    bottom: 4px;
    left: 0;
    padding: 0 8px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px
}

.mfp-counter {
    position: fixed;
    top: 14px;
    left: 14px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    opacity: .85
}

.mfp-removing .mfp-title,
.mfp-removing button {
    opacity: 0
}

.mfp-figure:after {
    box-shadow: none
}

html {
    -webkit-backface-visibility: hidden
}

.mfp-ready .mfp-figure {
    opacity: 0
}

.mfp-zoom-in .mfp-figure {
    opacity: 0;
    transition: all .2s ease-out;
    transform: scale(.9)
}

.mfp-zoom-in .mfp-preloader,
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .2s ease-out
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure {
    opacity: 1;
    transform: scale(1)
}

.mfp-bg {
    background: #fff
}

.mfp-zoom-in.mfp-ready .mfp-preloader,
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .95
}

.mfp-zoom-in.mfp-removing .mfp-figure {
    transform: scale(.9);
    opacity: 0
}

.mfp-zoom-in.mfp-removing .mfp-preloader,
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-preloader {
    width: 88px;
    height: 8px;
    opacity: .65;
    margin: 0 auto;
    background: url(../images/bckg/loading-light.gif) center center no-repeat;
    background-size: 88px 8px
}

.mfp-image-loaded .mfp-figure {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-backface-visibility: hidden
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#progressBar {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#progressBar.active {
    opacity: 1
}

.progress-bar {
    text-align: left!important;
    margin: 0!important
}

ul.progress-bar {
    margin: 0
}

.progress-bar li {
    list-style: none!important;
    cursor: pointer
}

.progress-bar li i {
    margin: 0
}

.progress-bar li:last-child span {
    margin-bottom: 0
}

.progress-bar li .bar-wrap {
    margin-bottom: 22px;
    background-color: #fff;
    border-radius: 10px
}

.progress-bar li span {
    height: 4px;
    width: 0;
    display: block;
    background-color: #000;
    border-radius: 10px;
    transition: background-color .2s ease 0s;
    -moz-transition: background-color .2s ease 0s;
    -webkit-transition: background-color .2s ease 0s;
    -o-transition: background-color .2s ease 0s
}

.progress-bar li p {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #777
}

.progress-bar li span {
    overflow: visible!important;
    position: relative
}

.progress-bar li span strong {
    position: absolute;
    right: 0;
    top: -25px;
    padding: 4px 0;
    color: #777;
    line-height: 12px;
    font-size: 12px;
    opacity: 0;
    display: block;
    font-weight: 400
}

.progress-bar li span strong i {
    font-style: normal
}

.progress-bar li span strong.full:after {
    left: 15px
}

.progress-bar li span strong.full {
    width: 43px;
    text-align: center
}

.services-icon i {
    font-size: 36px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    color: #999;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s
}

.services-icon:hover i {
    color: #000;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.service-info-text {
    margin-left: 60px;
    margin-bottom: 50px
}

.service-info-text h5 {
    margin-bottom: 5px;
    padding-top: 10px
}

.services-number .service-info-text {
    margin-left: 0;
    margin-top: 20px;
    position: relative;
    z-index: 1
}

.text-carousel {
    width: 100%;
    height: 100px;
    position: relative;
    margin: 0;
    cursor: grab
}

.text-carousel li {
    position: absolute;
    width: 100%;
    height: 100%;
    list-style: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.owl-theme .owl-controls {
    display: none
}

.inactive .text-carousel li {
    background-position: -500px center
}

.clapat-counters {
    display: table;
    margin-left: 0;
    text-align: center;
    width: 100%
}

.clapat-counter {
    text-align: center;
    list-style: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    display: table-cell
}

.clapat-counter .number {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 5px;
    color: #000
}

.light-content .clapat-counter .number {
    color: #fff
}

.clapat-counter .subject {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #999;
    text-transform: uppercase
}

.classic-slider .flex-direction-nav a {
    display: block;
    width: 40px;
    height: 80px;
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #ddd
}

.classic-slider .flex-direction-nav .flex-prev {
    opacity: .2;
    left: 0;
    cursor: pointer;
    background: url(images/prev_slide_white.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px 30px;
    border-radius: 0 2px 2px 0;
    background-color: #222
}

.classic-slider .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.classic-slider .flex-direction-nav .flex-next {
    opacity: .2;
    right: 0;
    cursor: pointer;
    background-image: url(images/next_slide_white.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 12px 30px;
    border-radius: 2px 0 0 2px;
    background-color: #222
}

.clapat-slider .flex-direction-nav .flex-next:hover,
.classic-slider .flex-direction-nav .flex-next:hover {
    opacity: 1
}

@media only screen and (max-width:1466px) {
    header {
        padding: 0 70px
    }
    #gorusmenu:before {
        display: none
    }
    .open-project {
        font-size: 60px;
        line-height: 90px
    }
    .showcase-prev {
        left: 104px
    }
    .showcase-next {
        left: 130px
    }
    #fp-nav.right {
        right: 97px
    }
    #dama-menu {
        right: 110px!important
    }
    #project_close {
        right: 93px
    }
    #project_next .overlay {
        padding: 80px 100px 140px
    }
    .next-project-footer {
        padding: 0 100px
    }
    #loader-line-box {
        right: 100px
    }
    .container {
        width: 940px;
        box-sizing: border-box
    }
}

@media only screen and (max-width:1024px) {
    header {
        padding: 0 50px
    }
    .content-caption {
        border-width: 80px 50px 140px
    }
    .open-project {
        font-size: 31px;
        line-height: 55px
    }
    .showcase-prev {
        left: 54px
    }
    .showcase-next {
        left: 80px
    }
    #fp-nav.right {
        right: 47px
    }
    #dama-menu {
        right: 50px!important
    }
    #dama-menu:before {
        display: none
    }
    #project_close {
        right: 43px
    }
    #project_next .overlay {
        padding: 80px 50px 140px
    }
    .next-project-footer {
        padding: 0 50px
    }
    #loader-line-box {
        right: 40px
    }
    .container,
    .small .container {
        width: 100%;
        padding: 0 50px;
        box-sizing: border-box
    }
    .one_half {
        width: 100%
    }
    .one_third {
        width: 100%
    }
    .one_fourth {
        width: 100%
    }
    .one_fifth {
        width: 100%
    }
    .one_sixth {
        width: 100%
    }
    .two_fifth {
        width: 100%
    }
    .two_fourth {
        width: 100%
    }
    .two_third {
        width: 100%
    }
    .three_fifth {
        width: 100%
    }
    .three_fourth {
        width: 100%
    }
    .four_fifth {
        width: 100%
    }
    .five_sixth {
        width: 100%
    }
    .five_sixth,
    .four_fifth,
    .one_fifth,
    .one_fourth,
    .one_half,
    .one_sixth,
    .one_third,
    .three_fifth,
    .three_fourth,
    .two_fifth,
    .two_fourth,
    .two_third {
        margin-bottom: 20px;
        margin-right: 0
    }
    .clapat-counter {
        border-right: medium none;
        display: block;
        margin-bottom: 30px;
        text-align: center;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .wrapper {
        padding-left: 0
    }
    .referans {
        width: 33.3333%!important;
        margin: 0!important;
        height:120px !important;
    }
    .share-button::before {
        left: 70%
    }
    .responsive-section-image {
        background-position: 70% center
    }
    header {
        padding: 0 30px
    }
    .content-caption {
        border-width: 80px 60px 140px 30px
    }
    .open-project {
        font-size: 25px!important;
        line-height: 35px
    }
    .showcase-prev {
        left: 34px
    }
    .showcase-next {
        left: 60px
    }
    #fp-nav.right {
        right: 27px
    }
    #dama-menu {
        right: 55px!important;
        bottom: 95px!important
    }
    #dama-menu:before {
        display: none
    }
    #gorusmenu:before {
        display: none
    }
    #project_close {
        right: 23px
    }
    #project_next .overlay {
        padding: 80px 30px 140px
    }
    .next-project-footer {
        padding: 0 30px
    }
    #loader-line-box {
        right: 20px
    }
    .container,
    .small .container {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box
    }
    iframe {
        width: 100%
    }
}

@media only screen and (max-width:479px) {
    header {
        height: 100px
    }
    #damalogo{
        width: 50%;
    }
    #damalogo img {
        padding: 32px 0;
        width: 80%;
    }
    #gorusmenu {
        margin: 40px 0 30px 0
    }
    #fp-nav {
        display: none
    }
    .content-caption {
        border-width: 80px 30px 140px 30px
    }
    #showcase-nav {
        bottom: 80px
    }
    .share-button {
        right: 0!important;
        bottom: auto!important;
        top: 90px!important;
        margin-right: 0!important
    }
    .share-button.menuActived {
        top: auto!important;
        bottom: 5px!important;
        left: -20px!important;
        right: auto!important
    }
    #dama-menu li.dama-menu-close {
        margin-right: -35px
    }
    share-button .sb-social ul li {
        width: 30px!important
    }
    #dama-menu {
        bottom: 30px!important
    }
    #dama-menu:before {
        display: none
    }
    #gorusmenu::before {
        background-color: transparent
    }
    h1 {
        word-wrap: break-word
    }
    .content-caption>p {
        display: table-cell;
        position: relative;
        bottom: 0;
        left: 0;
        margin-bottom: 10px;
        line-height: 25px
    }
    .content-caption>p:after {
        top: -30px
    }
    .open-project-link {
        margin: 60px 0 30px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation:landscape) {
    #rotate-device {
        display: block
    }
}