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

img {
    vertical-align: middle
}

a,
a:focus,
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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



body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

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

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







body.active {
    opacity: 1
}

h1,
h2,
h3 {
    text-transform: uppercase
}


h1 {
    font-size: 46px;
    line-height: 54px;
    padding: 0 0 30px;
    font-weight: 300;
    letter-spacing: 5px
}

h2 {
    font-size: 23px;
    letter-spacing: 4px;
    font-weight: 300;
    padding: 0 0 25px
}

h3 {
    font-size: 20px;
    padding: 0 0 30px;
    letter-spacing: 2px
}

p {
    padding: 0 0 20px
}




.logo {
    top: 13px;
    height: 45px;
    left: 0;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}



nav.desktop {
    float: right;
    right: 0;
    position: absolute;
    top: 40px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

nav.desktop li {
    display: inline;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    cursor: pointer
}

nav.desktop li:hover {
    color: orange
}

nav.desktop li:last-child {
    padding: 0 0 0 10px
}

nav.desktop li1 {
    cursor: pointer
}

.mobile-menu {
    display: none
}

.current-menu-item {
    color: orange
}








.detail-section,
.legal {
    clear: both;
    height: auto;
    margin: 0 auto;
    overflow: auto;
    padding-top: 30px;
    max-width: 1200px;
    width: 85%;
    padding-bottom: 50px
}

.detail-section .float {
    float: left;
    width: 25%
}

.legal .float {
    float: left;
    width: 70%;
    font-size: 12px
}

.detail-section .float:last-child,
.legal .float:last-child {
    float: right;
    text-align: right
}

.legal .float:last-child {
    width: 30%
}

.detail-section .float:last-child {
    padding-top: 3px;
    width: 50%
}

.detail-section p {
    padding: 0 0 5px
}

.detail-section li {
    display: inline;
    padding-left: 2px
}

.detail-section li:first-child {
    padding-right: 15px
}



.swiper-button-next,
.swiper-button-prev {
    height: 100px !important;
    width: 50px !important;
    top: 25px !important;
    margin-top: 0 !important
}

.hero-project .swiper-button-next,
.hero-project .swiper-button-prev {
    top: calc(50vh - 50px) !important
}

.client-background .swiper-button-next,
.client-background .swiper-button-prev,
.hero-project .swiper-button-next,
.hero-project .swiper-button-prev {
    opacity: 0;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.client-background:hover .swiper-button-next,
.hero-project:hover .swiper-button-next {
    opacity: .8;
    right: 0
}

.client-background:hover .swiper-button-prev,
.hero-project:hover .swiper-button-prev {
    opacity: .8;
    left: 0
}

.hero-project:hover .swiper-button-next.swiper-button-disabled,
.hero-project:hover .swiper-button-prev.swiper-button-disabled,
.client-background:hover .swiper-button-next.swiper-button-disabled,
.client-background:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.social {
    background-color: #7f7f7f;
    height: 40px;
    width: 40px;
    display: inline-block;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.social:hover {
    background-color: orange
}

.social a:focus,
.social a:active {
    background-color: #7f7f7f !important
}

.social img {
    height: 40px;
    width: 40px
}

.wrapper {
    width: 100%;
    margin: 0 auto
}

main {
    display: block;
    background-color: #fff;


}

.table {
    display: table;
    height: 100vh
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.center {
    text-align: center
}

.black {
    color: #010101
}

.grey {
    color: gray
}

.grey-text {
    color: #bdbebf
}

.bg-blue {
    background-color: #111a25
}

.uppercase {
    text-transform: uppercase
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.bgwhite {
    background-color: #fff
}

.bg-beige {
    background-image: url(../images/bg_texture.jpg);
}

.bg-black {
    background-color: #000000;
}


section {
    position: relative;
    /* min-height: 500px;
    height: 100vh; */
    z-index: 3
}

section .location {
    position: relative;
    min-height: 500px;
    height: 90vh;
    max-height: 930px;
    z-index: 3
}

section.module.parallax {
    background-position: 0% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0s linear 0s;
    -moz-transition: all 0s linear 0s;
    transition: all 0s linear 0s
}

section.module.parallax.portfolio-page {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.box,
.background {
    position: absolute;
    bottom: 20vh;
    width: 216px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    z-index: 400;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.background {
    height: 0;
    background-color: #fff;
    z-index: 399
}

.box:hover {
    color: #010101
}

.box:hover~.background {
    height: 37px
}

.box div {
    font-size: 15px;
    line-height: 35px;
    border: 2px solid #fff;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer
}

.fixed-hero,
.hero-project {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: fixed;
    width: 100%;
}

.hero-project {
    position: relative;
    z-index: 3
}



.fixed-hero h3 {
    padding-top: 20px;
    font-size: 26px
}

.fixed-hero.button {
    z-index: 2
}

.spacer-section {
    z-index: 0
}

.location section.spacer-section {
    position: relative;
    min-height: 500px;
    height: 90vh;
    z-index: 3;
}

.fixed-hero iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
    z-index: 1
}

.fixed-hero .hero-image-picture {
    z-index: 2;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute
}



.raised-area {
    width: 100vw;
    bottom: 0;
    border-bottom: 90px solid #fff;
    position: relative;
    border-right: 100vw solid transparent;
    left: 0;
    margin-top: -90px;
    z-index: 4
}

.showreel .container {
    padding: 40px 20%
}

section.showreel {
    height: auto;
    min-height: 0
}

.showreel .movie-wrapper {
    height: auto
}

.showreel .movie-holder {
    width: 100%;
    display: inline-block;
    position: relative;
    height: auto
}

.showreel .movie-holder:after {
    padding-top: 56.25%;
    display: block;
    content: ''
}

.showreel iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.porfolio {
    min-height: 100vh;
    height: auto
}

.thumbnail-holder {
    width: 33.3333%;
    height: 33vh;
    float: left;
    position: relative;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    overflow: hidden
}

.thumbnail {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 110%;
    width: 110%;
    left: -5%;
    top: -5%;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.thumbnail-holder:hover .thumbnail {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.thumbnail.home {
    height: 110%;
    width: 110%;
    left: -5%;
    top: -5%
}

.thumbnail-holder:hover .thumbnail.home {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.thumbnail-holder .table {
    height: 101%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
    position: absolute;
    top: 0;
    width: 101%;
    opacity: 0;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.thumbnail-holder:hover .table {
    opacity: 1
}

.hover-text {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    font-size: 15px
}

.hover-text div {
    padding-bottom: 12px
}

.hover-text div:last-child {
    padding-bottom: 0
}

.portfolio-text {
    padding: 45px 0 55px;
    margin: 0 auto;
    width: 33.33%;
    min-width: 500px
}

.portfolio-holder {
    overflow: auto;
    clear: both;
    float: none;
    padding-bottom: 50px
}

.featued-section {
    padding-bottom: 180px
}




.production {
    color: #010101;
    padding: 59px 0;

}

.production.padding-small {
    padding: 9px 0;

}

.production-area:first-child {
    margin-left: 2.1%
}




.production-area {
    float: left;
    width: 22%;
    padding: 0px;
    /* background: lightblue; */

}


.production-area {
    padding-top: 26px;
    letter-spacing: 1px;
    text-align: center;
    margin-right: 2.1%
}

.production-area:last-child {
    margin-right: 0%
}

section.production {
    height: auto;
    overflow: hidden;
    min-height: 0
}

/* here */

.vimeo-title::-webkit-media-controls {
    display: none !important
}

.portfolio-padding {
    padding: 165px 100px 120px
}

section.portfolio-single {
    height: auto
}

.portfolio-single .container {
    padding-bottom: 50px;
    overflow: auto
}

.project-details {
    width: 30.333%;
    padding-right: 3%;
    float: left
}

.project-info {
    padding-top: 40px
}

.project-details-no-text {
    width: 50%
}

.project-info-holder {
    width: 66.666%;
    float: left;
    position: absolute;
    bottom: 0;
    right: 0
}

.project-info-holder-no-text {
    width: 100%;
    float: none;
    display: block;
    padding-top: 30px
}

.text-section {
    padding-top: 140px;
    padding-bottom: 25px;
    overflow: auto
}

.text-section.single {
    margin-top: 140px;
    padding-top: 0;
    position: relative;
    border-top: 1px solid #414851
}

.project-info div {
    width: 45%;
    float: left;
    margin-right: 10%
}

.project-info div:last-child {
    margin-right: 0
}

.project-numbers {
    clear: both;
    float: none
}

.project-numbers .project-float {
    float: left
}

.project-numbers-padding {
    padding-top: 40px
}

.big-number {
    font-size: 42px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 3px;
    padding-bottom: 5px
}

.project-details p {
    padding: 0 0 10px
}

.number-text {
    padding-right: 5px
}

.portfolio-image {
    padding-top: 30px
}

.swiper-container-project .portfolio-image {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.swiper-container-project .table {
    height: 70vh;
    margin: 15vh auto;
    width: 80%
}

.swiper-container-project .table-cell {
    height: 70vh;
    min-height: 0
}

.swiper-container-project .swiper-slide {
    height: auto
}

.swiper-container-project .movie-wrapper {
    height: auto;
    width: 65%;
    margin: 0 auto;
    margin-top: calc(100vh - 56.25%)
}

.swiper-container-project .movie-holder {
    width: 100%;
    display: inline-block;
    position: relative;
    height: auto
}

.swiper-container-project .movie-holder:after {
    padding-top: 56.25%;
    display: block;
    content: ''
}

.tablet-image {
    display: none
}

.portfolio-single .showreel {
    padding-top: 30px
}

.pag-nav {
    padding-bottom: 100px;
    text-transform: uppercase;
    letter-spacing: 3px
}

.nav-buttons.prev {
    float: left;
    margin-left: 20px
}

.nav-buttons.next {
    float: right;
    margin-right: 20px
}

.nav-buttons.middle {
    position: absolute;
    margin: 0 auto;
    width: 35%;
    left: 0;
    right: 0;
    text-align: center
}

.arrow-span {
    width: 10px;
    display: none
}

section.google-map {
    height: 500px
}

section.form {
    height: auto;
    min-height: 0
}

section.form .contact {
    max-width: 1200px;
    margin: 0 auto
}

section.form a {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

section.form a:hover {
    color: orange
}

section.form .container .contact {
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 100px
}

.text-container {
    padding-top: 30px;
    max-width: 1200px;
    overflow: auto;
    margin: 0 auto
}



.auto-form {
    overflow: auto;
    clear: both;
    padding-top: 10px
}

.form-button {
    float: right
}


.wpcf7-response-output {
    color: #818181
}

div.wpcf7-response-output {
    margin: 0 0 1px;
    width: 100%
}

.ajax-loader {
    display: none
}

.form .float-left {
    float: left;
    width: 33%
}

.hero-section-we-do {
    position: fixed;
    height: 60vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.spacer-section.we-do {
    height: 60vh
}

.we-do-wrapper {
    padding: 100px 0
}

.we-do-section {
    -webkit-shape-outside: polygon(0 0, 100% 60px, 100% 100%, 0% 100%);
    shape-outside: polygon(0 0, 100% 60px, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 60px, 100% 100%, 0% 100%);
    -webkit-shape-margin: 20px;
    margin-top: -10vh
}

.we-do_holder {
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    cursor: pointer
}

.we-do_holder .text,
.we-do_holder .image {
    padding: 0;
    margin: 0;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.we-do_holder .image {
    overflow: hidden;
    height: 600px;
    width: 80%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-transform: translateZ(0px);
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.we-do_holder .text {
    width: 20%;
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden
}

.we-do_holder:hover .text.float-left {
    -webkit-transform: scale(1.07) translate(-2%, 0);
    -moz-transform: scale(1.07) translate(-2%, 0);
    transform: scale(1.07) translate(-2%, 0);
    margin-left: 2%
}

.we-do_holder:hover .text.float-right {
    -webkit-transform: scale(1.07) translate(2%, 0);
    -moz-transform: scale(1.07) translate(2%, 0);
    transform: scale(1.07) translate(2%, 0);
    margin-right: 2%
}

.we-do_holder:hover .image {
    width: 78%
}

.we-do_holder .float-left {
    float: left
}

.we-do_holder .float-right {
    float: right
}

.we-do_holder .table {
    display: table;
    height: 600px;
    width: 90%;
    overflow: hidden
}

.we-do_holder .table-cell {
    text-align: left
}

.we-do_holder .float-right .table {
    margin-left: 10%
}

.background-header {
    border-bottom: 1px solid #676767
}

.thumbnail-holder {
    height: 22vh
}

.container {
    padding: 0px
}

.portfolio-padding {
    padding-top: 150px
}

.showreel .container {
    padding: 40px 23%
}

.hover-text span {
    text-transform: uppercase
}

.line {
    border-bottom: 0 solid #fff
}

.hover-text {
    font-size: 13px;
    font-weight: 600;
    text-align: center
}

.ports-page.portfolio-padding {
    padding-top: 100px;
    padding-bottom: 100px
}



.production-area h2 {
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 300;
    padding: 0 0 45px
}

.logo {
    top: 13px;
    height: 45px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

nav.desktop {
    float: right;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

h1 {
    font-weight: 100
}

nav.desktop li {
    font-weight: 400;
    color: #c2c0c0;
    padding: 0 16px
}

nav.desktop li:hover {
    color: orange
}

h3 {
    text-transform: none;
    font-size: 19px;
    font-weight: 400
}

.logo {
    top: 14px;
    height: 55px
}

nav.desktop {
    top: 52px
}

.background-header {
    height: 80px
}

.hover-text {
    font-size: 13px;
    font-weight: 300;
    text-align: center
}

.details-left {
    float: left;
    width: 30%;
    margin: 15px 0;
    clear: right
}

.details-right {
    float: right;
    width: 58%;
    margin: 15px 0;
    clear: right
}

.details-left.last {
    margin-bottom: 0
}

.details-right.last {
    margin-bottom: 0
}

.project-details {
    font-weight: 100;
    font-size: 13px
}

.big-number {
    font-size: 52px;
    font-weight: 200;
    line-height: 50px;
    letter-spacing: 3px;
    padding-bottom: 5px
}

.project-info.grey-text p {
    font-size: 13px;
    padding-top: 4px
}

.project-details {
    width: 33.333%;
    padding-right: 6%;
    padding-top: 20px
}

.project-info-holder {
    width: 60.666%;
    padding-top: 20px
}

.text-section {
    padding-top: 190px;
    padding-bottom: 0;
    overflow: auto
}

.nav-buttons.middle {
    font-size: 13px;
    font-weight: 100
}

.nav-buttons.prev {
    font-size: 13px;
    font-weight: 100
}

.nav-buttons.next {
    font-size: 13px;
    font-weight: 100
}

.nav-buttons {
    overflow: visible;
    padding-top: 10px
}

.nav-buttons a {
    border: 1px solid #fff;
    padding: 8px;
    display: inline-block;
    width: 150px;
    text-align: center
}

.nav-buttons.middle a {
    width: 180px
}

.suttonhover {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.suttonhover:hover {
    color: orange
}




@media all and (max-width:1024px) {


    .production-area:first-child {
        margin-left: 3%
    }




    .production-area {
        padding-top: 26px;
        letter-spacing: 2px;
        text-align: center;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 2%
    }

    .production-area {
        float: left;
        width: 44%;
        padding: 0px;
        /* background: lightgreen; */

    }





    .header {
        margin: 0 50px
    }

    .grain {
        display: none
    }

    section.module.parallax {
        background-attachment: scroll;
        -webkit-background-position: center center !important;
        -webkit-background-size: cover important;
        width: 100%
    }

    .detail-section {
        font-size: 11px
    }

    .thumbnail-holder {
        width: 50%;
        height: 30vh
    }

    .portfolio-padding {
        padding: 165px 50px 120px
    }

    .showreel .container {
        padding: 50px 10%
    }

    .showreel .table-cell {
        height: 80vh
    }



    .container.desktop-titles {
        z-index: 3
    }



    .tablet-image {
        display: block;
        background-size: cover;
        background-position: center;
        height: 100vh;
        width: 100%
    }

    .form .float-left,
    .form .float-right {
        float: none;
        width: 100%;
        text-align: center !important;
        padding-bottom: 15px
    }

    .hero-section-we-do {
        position: relative
    }

    .production-area h2 {
        font-size: 16px
    }

    .box,
    .background {
        bottom: 20vh
    }

    .project-details-no-text {
        width: 100%
    }



    .we-do_holder .image {
        height: 450px;
        width: 60%
    }

    .we-do_holder .text {
        width: 40%
    }

    .we-do_holder .table {
        height: 450px
    }

    .we-do_holder:hover .text.float-left {
        -webkit-transform: scale(1.05) translate(-5%);
        -moz-transform: scale(1.05) translate(-5%);
        transform: scale(1.05) translate(-5%);
        margin-left: 5%
    }

    .we-do_holder:hover .text.float-right {
        -webkit-transform: scale(1) translate(5%);
        -moz-transform: scale(1) translate(5%);
        transform: scale(1) translate(5%);
        margin-right: 5%
    }

    .we-do_holder:hover .image {
        width: 55%
    }

    .fixed-hero h3 {
        font-size: 18px
    }

    .text-section.single {
        margin-top: 100px
    }
}







@media all and (max-width:768px) {
    h1 {
        font-size: 32px;
        line-height: 42px
    }

    h3 {
        font-size: 18px;
        padding: 0 0 20px
    }





    .portfolio-text {
        width: 80%;
        min-width: 0
    }


    .production-area h2 {
        font-size: 20px
    }

    .detail-section p,
    .detail-section ul {
        font-size: 14px;
        text-align: center
    }

    .detail-section p {
        padding-bottom: 5px
    }

    .legal .float,
    .detail-section .float,
    .detail-section .float:last-child,
    .legal .float:last-child {
        float: none;
        width: 100%
    }

    .detail-section .float:last-child {
        padding-top: 30px
    }

    .legal {
        padding-top: 0;
        padding-bottom: 40px;
        text-align: center
    }

    .legal .float:last-child {
        text-align: center;
        padding-top: 10px
    }

    .project-info div {
        width: 100%;
        float: none;
        margin-right: 0;
        clear: both
    }

    .big-number {
        font-size: 25px;
        line-height: 37px
    }

    .number-text {
        font-size: 12px;
        line-height: 16px
    }

    .form .form-left {
        width: 100% !important;
        float: none
    }

    .form .form-right {
        width: 100% !important;
        padding-top: 10px;
        float: none
    }

    .swiper-container-project .table-cell {
        height: 40vh
    }

    nav.desktop {
        display: none
    }

    .mobile-menu {
        display: block;
        height: 100%;
        width: 50vw;
        position: fixed;
        top: 0;
        right: -50vw;
        background-color: #fff;
        z-index: 15;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        color: gray
    }

    .mobile-menu.active {
        right: 0
    }

    nav.mobile .table {
        width: 100%
    }

    nav.mobile li {
        font-size: 20px;
        padding-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 2px
    }

    #menu-button {
        position: fixed;
        top: 10px;
        right: 40px;
        width: 45px;
        height: 40px;
        cursor: pointer;
        z-index: 55
    }

    #nav-toggle {
        position: fixed;
        top: 20px;
        right: 40px;
        z-index: 52
    }

    #nav-toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0
    }

    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        height: 2px;
        width: 32px;
        background: #fff;
        position: absolute;
        display: block;
        content: ''
    }

    #nav-toggle span:before {
        top: -9px
    }

    #nav-toggle span:after {
        bottom: -9px
    }

    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    #nav-toggle.active span {
        background-color: transparent
    }

    #nav-toggle.active span:before,
    #nav-toggle.active span:after {
        top: 0;
        background: #000
    }

    #nav-toggle.active span:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #nav-toggle.active span:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .text-section {
        padding-top: 80px
    }

    .we-do_holder {
        margin-bottom: 50px
    }

    .we-do_holder .text,
    .we-do_holder .image {
        width: 100%
    }

    .we-do_holder .text {
        padding-bottom: 20px
    }

    .we-do_holder .image {
        height: 400px
    }

    .we-do_holder .float-left,
    .we-do_holder .float-right {
        float: none;
        clear: both
    }

    .we-do_holder .table {
        display: table;
        height: auto;
        width: 100%
    }

    .we-do_holder .table-cell {
        text-align: left
    }

    .we-do_holder .float-right .table {
        margin-left: 0
    }

    .we-do_holder:hover .text.float-left {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        margin-left: 0
    }

    .we-do_holder:hover .text.float-right {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        margin-right: 0
    }

    .we-do_holder:hover .image {
        width: 100%
    }

    .thumbnail-holder {
        height: 20vh
    }

    .output-port {
        display: none
    }

    .project-details,
    .project-info-holder {
        width: 100%;
        padding-right: 0;
        float: none;
        clear: both;
        position: relative
    }

    .project-info-holder,
    .project-info-holder-no-text {
        padding-top: 30px
    }

    .nav-buttons span {
        display: none
    }

    .arrow-span {
        display: block
    }

    .nav-buttons a {
        border: none;
        padding: 8px;
        display: inline-block;
        width: auto
    }

    .nav-buttons.middle a {
        width: 180px;
        border: 1px solid #fff
    }

    .text-section.single {
        margin-top: 80px
    }
}

@media all and (max-width:600px) {
    .header {
        height: 60px;
        z-index: 10;
        position: relative;
        top: 0;
        background-color: #000;
        width: 100%;
        margin: 0
    }

    .header.active {
        height: 60px
    }

    h1 {
        font-size: 18px;
        line-height: 28px
    }

    .fixed-hero h3 {
        font-size: 14px;
        padding-top: 15px
    }

    h3 {
        font-size: 17px
    }



    section.fixed-hero .table {
        height: 70vh
    }

    .box,
    .background {
        bottom: 50px;
        width: 160px
    }

    .box div {
        font-size: 13px
    }




    .thumbnail-holder {
        width: 100%;
        height: 220px;
        float: none;
        clear: both
    }

    .portfolio-text {
        padding-bottom: 30px
    }

    .portfolio-padding {
        padding: 165px 20px 50px
    }

    .showreel .container {
        padding: 20px 10px
    }

    .pag-nav {
        font-size: 10px;
        line-height: 14px
    }

    .logo {
        left: 10px;
        height: 40px;
        top: 11px;
        padding-left: 0
    }

    .header.active .logo {
        top: 11px;
        height: 40px
    }

    .hero-section-we-do {
        height: 250px
    }

    .portfolio-padding {
        padding: 70px 20px 30px
    }

    .background-header {
        display: none
    }

    section.google-map {
        height: calc(80vh - 70px);
        min-height: 100px
    }

    .mobile-menu {
        width: 100vw;
        right: -100vw
    }


    .we-do-section {
        margin-top: -15vh
    }

    .raised-area {
        border-bottom: 32px solid #fff;
        margin-top: -32px
    }

    .featued-section {
        padding-bottom: 90px
    }



    .we-do-wrapper {
        padding: 50px 0
    }

    .we-do_holder .image {
        height: 200px
    }

    .hero-project {
        height: 300px
    }

    .swiper-container-project .portfolio-image {
        height: 300px
    }

    .hero-project .swiper-button-next,
    .hero-project .swiper-button-prev {
        top: calc(150px - 50px) !important
    }

    #menu-button,
    #nav-toggle {
        right: 20px
    }

    .nav-buttons.middle a {
        width: 130px
    }

    .text-section.single {
        margin-top: 50px
    }
}