/****** PLACE YOUR CUSTOM STYLES HERE ******/

.cms_google_map {
    padding: 0;
}

.masonry-double-height {
    width: 100%;
    padding-bottom: 200%;
}

.masonry-single-height {
    width: 100%;
    padding-bottom: 100%;
}

.masonry-half-height {
    width: 100%;
    padding-bottom: 50%;
}

.masonry-item-image {
    background-size: cover;
    background-position: center;
}

.masonry .title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(45, 186, 214, 0.8);
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.masonry .title:hover {
    opacity: 1;
}

.masonry .title h5 {
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.carousel {
    width: 100%;
    position: relative;
}

.carousel .carousel-items-container {
    position: relative;
    overflow: hidden;
}

.carousel .carousel-items-container:before {
    content: '';
    display: block;
    padding-top: 64.216%
}

.carousel .carousel-items-container .carousel-items.no-animation .carousel-item {
    -webkit-transition: none;
    transition: none
}

.carousel .carousel-items {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
}

.carousel .carousel-items .mask {
    overflow: hidden
}

.carousel .carousel-item {
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    display: block
}


.carousel .carousel-item.hidden {
    opacity: 0;
    visibility: hidden
}

.carousel .carousel-item.current {
    opacity: 1
}

.carousel .carousel-indicators-container {
    position: relative
}

.carousel .carousel-indicators {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.carousel .carousel-indicators li {
    width: 10px;
    margin: 0 5px;
    cursor: pointer;
}

.carousel .carousel-indicators li.active button {
    background-color: #7a7a7a
}

.carousel .carousel-indicators li button {
    background-color: grey;
    font-weight: bold;
    display: block;
    width: 10px;
    height: 10px;
    text-indent: -9999px
}

.carousel .carousel-timer {
    display: none
}

.carousel.carousel-case-study {
    overflow: inherit;
    padding-bottom: 55px;
}

.carousel.carousel-case-study.col-lg-8 {
    padding-bottom: 55px
}

.carousel.carousel-case-study .carousel-items-container {
    height: 100%;
    overflow: hidden;
    background-color: #f9f9f9;
}

.carousel.carousel-case-study .carousel-items-container:before {
    display: none
}

.carousel.carousel-case-study .carousel-items {
    max-height: 768px;
    position: relative;
    z-index: 5;
    position: relative;
}

.carousel.carousel-case-study .carousel-items:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.222%
}

.carousel.carousel-case-study .carousel-items > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto
}

.carousel.carousel-case-study .carousel-items > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto
}

.carousel.carousel-case-study .carousel-items .carousel-item {
    overflow: hidden;
    z-index: -1;
    will-change: transform;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.carousel.carousel-case-study .carousel-items .carousel-item p {
    font-size: 13.4rem;
    font-family: Portrait-regular;
    width: 100%;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6
}

.carousel.carousel-case-study .carousel-items .carousel-item img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.carousel.carousel-case-study .carousel-items .previous {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    left: -100%;
    -webkit-transition: .3s transform cubic-bezier(.215, .61, .355, 1);
    transition: .3s transform cubic-bezier(.215, .61, .355, 1)
}

.carousel.carousel-case-study .carousel-items .current {
    z-index: 1;
    opacity: 1;
    left: 0;
    visibility: visible
}

.carousel.carousel-case-study .carousel-items .next {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    left: 100%;
    -webkit-transition: .3s transform cubic-bezier(.215, .61, .355, 1);
    transition: .3s transform cubic-bezier(.215, .61, .355, 1)
}

.carousel.carousel-case-study .image-description {
    display: inline-block
}

.carousel.carousel-case-study .carousel-indicators-container {
    position: absolute;
    right: 0;
    display: inline-block;
    margin-top: 45px
}

.carousel.carousel-beliefs .carousel-items .carousel-item {
    opacity: 1;
}

.carousel.carousel-beliefs .carousel-items .carousel-item.current {
    z-index: 2;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.carousel.carousel-beliefs .carousel-items .carousel-item .mask {
    overflow: hidden
}

.carousel.carousel-beliefs .carousel-items .carousel-item.previous,
.carousel.carousel-beliefs .carousel-items .carousel-item.next {
    opacity: 1
}

.carousel.carousel-beliefs .carousel-items .carousel-item img {
    margin: 0
}

.carousel.carousel-beliefs .carousel-items .carousel-item .image-container {
    height: 100%;
    display: block;
    position: relative;
    padding-right: 3.5%;
}

.carousel.carousel-beliefs .carousel-items .carousel-item .image-container .lazyImage {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    z-index: 1;
    position: absolute !important;
}

.carousel.carousel-beliefs .carousel-items .carousel-item .image-container .lazyImage img {
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
    will-change: transform
}

.carousel.carousel-beliefs .carousel-items .carousel-item .image-container .lazyImage .animation-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #fff
}

.carousel.carousel-beliefs .carousel-items .carousel-item .image-container .lazyImage.portrait {
    position: relative;
    width: 50%;
    height: auto
}

.carousel.carousel-beliefs .carousel-items .carousel-item .image-container .lazyImage.portrait:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.75%
}

.carousel.carousel-beliefs .carousel-items .carousel-item .image-container .lazyImage.portrait > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto
}

.carousel.carousel-beliefs .carousel-items .carousel-item .image-container .lazyImage.portrait > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto
}

.carousel.carousel-beliefs .carousel-items .carousel-item .image-container .lazyImage.landscape {
    position: relative;
    width: 60%;
    height: auto
}

.carousel.carousel-beliefs .carousel-items .carousel-item .image-container .lazyImage.landscape:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 76.444%
}

.carousel.carousel-beliefs .carousel-items .carousel-item .image-container .lazyImage.landscape > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto
}

.carousel.carousel-beliefs .carousel-items .carousel-item .image-container .lazyImage.landscape > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto
}

.carousel.carousel-beliefs .carousel-items .carousel-item .image-container .lazyImage:hover {
    z-index: 4 !important;
}

.carousel.carousel-beliefs .carousel-items .carousel-item .image-container .lazyImage:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.carousel.carousel-beliefs .carousel-items .carousel-item .text-container {
    padding-left: 3.5%;
}

.carousel.carousel-beliefs .carousel-items .carousel-item .text-container .title {
    text-align: left;
}

@media screen and (max-width:922px) and (max-width:922px) {
    .carousel.carousel-beliefs .carousel-items .carousel-item .text-container .title {
        font-size: 3rem
    }
}

@media screen and (min-width:922px) and (max-width:1600px) {
    .carousel.carousel-beliefs .carousel-items .carousel-item .text-container .title {
        font-size: 3.294289897510981vw
    }
}

@media screen and (min-width:1600px) and (min-width:1600px) {
    .carousel.carousel-beliefs .carousel-items .carousel-item .text-container .title {
        font-size: 5.3rem
    }
}

@media screen and (max-width:922px) and (max-width:922px) {
    .carousel.carousel-beliefs .carousel-items .carousel-item .text-container .title {
        line-height: 3.8rem
    }
}

@media screen and (min-width:922px) and (max-width:1600px) {
    .carousel.carousel-beliefs .carousel-items .carousel-item .text-container .title {
        line-height: 4.099560761346998vw
    }
}

@media screen and (min-width:1600px) and (min-width:1600px) {
    .carousel.carousel-beliefs .carousel-items .carousel-item .text-container .title {
        line-height: 6.6rem
    }
}

.carousel.carousel-beliefs .carousel-items .carousel-item .text-container .description {
    margin-left: 0;
    text-align: left;
    width: 100%;
}

@media screen and (max-width:1366px) and (max-width:1366px) {
    .carousel.carousel-beliefs .carousel-items .carousel-item .text-container .description {
        font-size: 2rem
    }
}

@media screen and (min-width:1366px) and (max-width:1600px) {
    .carousel.carousel-beliefs .carousel-items .carousel-item .text-container .description {
        font-size: 1.464128843338214vw
    }
}

@media screen and (min-width:1600px) and (min-width:1600px) {
    .carousel.carousel-beliefs .carousel-items .carousel-item .text-container .description {
        font-size: 2.3rem
    }
}

@media screen and (max-width:1366px) and (max-width:1366px) {
    .carousel.carousel-beliefs .carousel-items .carousel-item .text-container .description {
        line-height: 3rem
    }
}

@media screen and (min-width:1366px) and (max-width:1600px) {
    .carousel.carousel-beliefs .carousel-items .carousel-item .text-container .description {
        line-height: 2.196193265007321vw
    }
}

@media screen and (min-width:1600px) and (min-width:1600px) {
    .carousel.carousel-beliefs .carousel-items .carousel-item .text-container .description {
        line-height: 3.5rem
    }
}

.carousel.carousel-beliefs .carousel-items .carousel-item:nth-of-type(1) .image-container .lazyImage:nth-of-type(1) {
    bottom: 5%;
    left: 10%;
    z-index: 0
}

.carousel.carousel-beliefs .carousel-items .carousel-item:nth-of-type(1) .image-container .lazyImage:nth-of-type(2) {
    top: 30%;
    right: 7%;
    z-index: 1
}

.carousel.carousel-beliefs .carousel-items .carousel-item:nth-of-type(1) .image-container .lazyImage:nth-of-type(3) {
    top: 10%;
    left: 20%;
    z-index: 2
}

.carousel.carousel-beliefs .carousel-items .carousel-item:nth-of-type(2) .image-container .lazyImage:nth-of-type(1) {
    top: 10%;
    right: 15%;
    z-index: 0
}

.carousel.carousel-beliefs .carousel-items .carousel-item:nth-of-type(2) .image-container .lazyImage:nth-of-type(2) {
    bottom: 5%;
    right: 7%;
    z-index: 1
}

.carousel.carousel-beliefs .carousel-items .carousel-item:nth-of-type(2) .image-container .lazyImage:nth-of-type(3) {
    top: 30%;
    left: 5%;
    z-index: 2
}

.carousel.carousel-beliefs .carousel-items .carousel-item:nth-of-type(3) .image-container .lazyImage:nth-of-type(1) {
    top: 35%;
    right: 7%;
    z-index: 2
}

.carousel.carousel-beliefs .carousel-items .carousel-item:nth-of-type(3) .image-container .lazyImage:nth-of-type(2) {
    left: 10%;
    bottom: 10%;
    z-index: 0
}

.carousel.carousel-beliefs .carousel-items .carousel-item:nth-of-type(3) .image-container .lazyImage:nth-of-type(3) {
    top: 10%;
    right: 25%;
    z-index: 1
}

.carousel.carousel-beliefs .carousel-items .carousel-item:nth-of-type(4) .image-container .lazyImage:nth-of-type(1) {
    bottom: 20%;
    left: 7%;
    z-index: 0
}

.carousel.carousel-beliefs .carousel-items .carousel-item:nth-of-type(4) .image-container .lazyImage:nth-of-type(2) {
    top: 10%;
    right: 20%;
    z-index: 1
}

.carousel.carousel-beliefs .carousel-items .carousel-item:nth-of-type(4) .image-container .lazyImage:nth-of-type(3) {
    bottom: 10%;
    right: 7%;
    z-index: 2
}

.carousel.carousel-beliefs .carousel-items .carousel-item:nth-of-type(5) .image-container .lazyImage:nth-of-type(1) {
    top: 10%;
    left: 7%;
    z-index: 1
}

.carousel.carousel-beliefs .carousel-items .carousel-item:nth-of-type(5) .image-container .lazyImage:nth-of-type(2) {
    right: 7%;
    top: 20%;
    z-index: 0
}

.carousel.carousel-beliefs .carousel-items .carousel-item:nth-of-type(5) .image-container .lazyImage:nth-of-type(3) {
    bottom: 18%;
    right: 30%;
    z-index: 2
}

.carousel.carousel-beliefs .carousel-indicators-container {
    margin-top: 20px
}

.carousel.carousel-quotes .carousel-items-container:before {
    padding-top: 25%
}

.carousel.carousel-quotes .quote {
    display: block
}

.carousel.carousel-quotes .carousel-indicators-container {
    margin-top: 2%
}

.carousel.carousel-quotes .carousel-items .carousel-item.current {
    z-index: 2
}

.carousel.carousel-quotes .carousel-items .carousel-item.previous,
.carousel.carousel-quotes .carousel-items .carousel-item.next {
    opacity: 1
}

.carousel.carousel-quotes .carousel-items .carousel-item .mask {
    overflow: hidden
}

.carousel.carousel-quotes .carousel-items .carousel-item .quote {
    color: #484747;
}

@media screen and (max-width:922px) and (max-width:922px) {
    .carousel.carousel-quotes .carousel-items .carousel-item .quote {
        font-size: 2.9rem
    }
}

@media screen and (min-width:922px) and (max-width:1600px) {
    .carousel.carousel-quotes .carousel-items .carousel-item .quote {
        font-size: 3.14787701317716vw
    }
}

@media screen and (min-width:1600px) and (min-width:1600px) {
    .carousel.carousel-quotes .carousel-items .carousel-item .quote {
        font-size: 5rem
    }
}

@media screen and (max-width:922px) and (max-width:922px) {
    .carousel.carousel-quotes .carousel-items .carousel-item .quote {
        line-height: 3rem
    }
}

@media screen and (min-width:922px) and (max-width:1600px) {
    .carousel.carousel-quotes .carousel-items .carousel-item .quote {
        line-height: 3.22108345534407vw
    }
}

@media screen and (min-width:1600px) and (min-width:1600px) {
    .carousel.carousel-quotes .carousel-items .carousel-item .quote {
        line-height: 5.2rem
    }
}

.carousel.carousel-quotes .carousel-items .carousel-item .description {
    margin-top: 5.7%;
    font-family: "Neuzeit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #484747;
    font-style: italic;
}

@media screen and (max-width:922px) and (max-width:922px) {
    .carousel.carousel-quotes .carousel-items .carousel-item .description {
        font-size: 1.3rem
    }
}

@media screen and (min-width:922px) and (max-width:1600px) {
    .carousel.carousel-quotes .carousel-items .carousel-item .description {
        font-size: 1.464128843338214vw
    }
}

@media screen and (min-width:1600px) and (min-width:1600px) {
    .carousel.carousel-quotes .carousel-items .carousel-item .description {
        font-size: 2.3rem
    }
}

@media screen and (max-width:922px) and (max-width:922px) {
    .carousel.carousel-quotes .carousel-items .carousel-item .description {
        line-height: 2rem
    }
}

@media screen and (min-width:922px) and (max-width:1600px) {
    .carousel.carousel-quotes .carousel-items .carousel-item .description {
        line-height: 2.196193265007321vw
    }
}

@media screen and (min-width:1600px) and (min-width:1600px) {
    .carousel.carousel-quotes .carousel-items .carousel-item .description {
        line-height: 3.5rem
    }
}

.carousel.carousel-quotes .carousel-items .carousel-item.current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}


.carousel.carousel-global-benefits {
    margin: 0 auto;
    -webkit-flex-basis: 715px;
    -ms-flex-preferred-size: 715px;
    flex-basis: 715px;
    max-width: 715px;
}

.carousel.carousel-global-benefits .carousel-title {
    width: 100%;
    text-align: center;
    color: #484747;
    font-size: 4.4rem;
    line-height: 5.2rem;
    display: block;
    margin-bottom: 50px
}

.carousel.carousel-global-benefits .carousel-items-container:before {
    padding-top: 32%
}

.carousel.carousel-global-benefits .carousel-indicators-container {
    margin-top: 5%
}

.carousel.carousel-global-benefits .label-title-container {
    position: absolute;
    width: 100%;
    top: 150px
}

.carousel.carousel-global-benefits .carousel-items img {
    max-height: 120px
}

.carousel.carousel-global-benefits .carousel-items .carousel-item.current {
    z-index: 2;
    opacity: 1
}

.carousel.carousel-global-benefits .carousel-items .carousel-item.previous,
.carousel.carousel-global-benefits .carousel-items .carousel-item.next {
    opacity: 1
}

.carousel.carousel-global-benefits .carousel-items .carousel-item .object {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    margin-bottom: 3%;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    position: relative
}

.carousel.carousel-global-benefits .carousel-items .carousel-item:nth-of-type(1) .object {
    margin-top: 10px
}

.carousel.carousel-global-benefits .carousel-items .carousel-item:nth-of-type(1) .title {
    width: 70px
}

.carousel.carousel-global-benefits .carousel-items .carousel-item:nth-of-type(3) .object {
    margin-top: 10px
}

.carousel.carousel-global-benefits .carousel-items .carousel-item .title {
    width: 145px;
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 0 auto;
    text-align: center;
    position: relative
}

.carousel.carousel-global-facts .label-title-container {
    position: relative
}

.carousel.carousel-global-facts .label {
    margin: 0 auto 3% auto;
    font-family: "Neuzeit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #484747;
    text-align: center;
    display: block;
}

@media screen and (max-width:922px) and (max-width:922px) {
    .carousel.carousel-global-facts .label {
        font-size: 1.3rem
    }
}

@media screen and (min-width:922px) and (max-width:1600px) {
    .carousel.carousel-global-facts .label {
        font-size: 1.464128843338214vw
    }
}

@media screen and (min-width:1600px) and (min-width:1600px) {
    .carousel.carousel-global-facts .label {
        font-size: 2.3rem
    }
}

@media screen and (max-width:922px) and (max-width:922px) {
    .carousel.carousel-global-facts .label {
        line-height: 2rem
    }
}

@media screen and (min-width:922px) and (max-width:1600px) {
    .carousel.carousel-global-facts .label {
        line-height: 2.196193265007321vw
    }
}

@media screen and (min-width:1600px) and (min-width:1600px) {
    .carousel.carousel-global-facts .label {
        line-height: 3.5rem
    }
}

.carousel.carousel-global-facts .carousel-items-container:before {
    padding-top: 24%
}

.carousel.carousel-global-facts .title {
    color: #433183
}

.carousel.carousel-global-facts .carousel-items .carousel-item.current {
    z-index: 2
}

.carousel.carousel-global-facts .carousel-items .carousel-item.previous,
.carousel.carousel-global-facts .carousel-items .carousel-item.next {
    opacity: 1
}

.carousel.carousel-global-facts .carousel-items .carousel-item .object {
    margin-bottom: 3%
}

@media screen and (max-width:922px) and (max-width:922px) {
    .carousel.carousel-global-facts .carousel-items .carousel-item .title {
        font-size: 3rem
    }
}

@media screen and (min-width:922px) and (max-width:1600px) {
    .carousel.carousel-global-facts .carousel-items .carousel-item .title {
        font-size: 3.294289897510981vw
    }
}

@media screen and (min-width:1600px) and (min-width:1600px) {
    .carousel.carousel-global-facts .carousel-items .carousel-item .title {
        font-size: 5.3rem
    }
}

@media screen and (max-width:922px) and (max-width:922px) {
    .carousel.carousel-global-facts .carousel-items .carousel-item .title {
        line-height: 3.8rem
    }
}

@media screen and (min-width:922px) and (max-width:1600px) {
    .carousel.carousel-global-facts .carousel-items .carousel-item .title {
        line-height: 4.099560761346998vw
    }
}

@media screen and (min-width:1600px) and (min-width:1600px) {
    .carousel.carousel-global-facts .carousel-items .carousel-item .title {
        line-height: 6.6rem
    }
}

.carousel.carousel-only-mobile .carousel-items-container {
    height: 450px;
}

.carousel.carousel-only-mobile .carousel-items-container:before {
    display: none
}

.carousel.carousel-only-mobile .carousel-indicators-container,
.carousel.carousel-only-mobile .carousel-timer {
    display: none
}

.carousel.carousel-only-mobile .carousel-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.carousel.carousel-only-mobile .carousel-items .carousel-item {
    opacity: 1;
    position: relative;
    display: inline-block;
    z-index: 0;
}

.carousel.carousel-only-mobile .carousel-items .carousel-item .current {
    z-index: 1
}

.carousel.carousel-only-mobile .carousel-items .carousel-item .description {
    width: 100%;
    margin: auto
}

.carousel.carousel-only-mobile.carousel-services .carousel-items-container {
    height: 100%
}

.carousel.carousel-only-mobile.carousel-global-benefits .carousel-items-container {
    height: 250px
}

.carousel.carousel-footer .carousel-items-container {
    height: 344px;
}

.carousel.carousel-footer .carousel-items-container .carousel-item {
    opacity: 0
}

@media only screen and (max-width:1366px) {
    .carousel.carousel-beliefs .carousel-items-container:before {
        padding-top: 75%
    }

    .carousel.carousel-beliefs .carousel-items .carousel-item .description {
        width: 80%
    }

    .carousel.carousel-stink-family .carousel-item {
        padding-right: 7.3%;
        width: 75%
    }
}

@media only screen and (max-width:1190px) {
    .carousel.carousel-beliefs .carousel-items .carousel-item .description {
        width: 100%
    }
}

.hamburger-menu {
    left: calc(7.817% - 5.1111%);
    top: 51px;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1.2, 1.2, 1.2);
    transform: translate3d(0, -50%, 0) scale3d(1.2, 1.2, 1.2);
    width: 10.22%;
    cursor: pointer;
    position: fixed;
    z-index: 15;
    padding-top: 10.22%;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .3s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .3s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .3s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamburger-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -50%, 0) scale3d(1, 1, 1)
}

.hamburger-menu .hamburger-menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.hamburger-menu .label {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-indent: -999px
}

.hamburger-menu .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #ccc;
    opacity: .6;
    border-radius: 100%;
    -webkit-transition: opacity .3s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .3s cubic-bezier(.19, 1, .22, 1)
}

.hamburger-menu .line {
    width: 44.444444%;
    height: 2px;
    display: block;
    background-color: #000;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    left: 50%;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
    z-index: 1;
    margin-left: -22.222222%;
}

.hamburger-menu .line:nth-of-type(2) {
    top: 30%
}

.hamburger-menu .line:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.hamburger-menu .line:nth-of-type(4) {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.hamburger-menu .line:nth-of-type(5) {
    bottom: calc(30% + 1px)
}

.hamburger-menu.white .line {
    background-color: #fff
}

.hamburger-menu.active .overlay {
    opacity: 0
}

.hamburger-menu.active .line {
    background-color: #fff;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.hamburger-menu.active .line:nth-of-type(2) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.hamburger-menu.active .line:nth-of-type(3) {
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg)
}

.hamburger-menu.active .line:nth-of-type(4) {
    -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
    transform: translate3d(0, -50%, 0) rotate(-45deg)
}

.hamburger-menu.active .line:nth-of-type(5) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.services-module {
    height: 490px;
    width: 100%;
}

.services-module ul {
    height: 100%;
}

.services-module ul li {
    position: relative;
    overflow: hidden;
    background-color: #9DC0C6;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) .1s;
}

.services-module ul li .description {
    text-align: left;
    position: top;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.services-module ul li .description p {
    font-size: 10px;
    line-height: 3rem;
    color: #fff;
    margin-top: 10px;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
    opacity: 0
}

.services-module ul li .description ul {
    padding-top: 10px;
}

.services-module ul li .description ul li {
    background-color: rgba(0, 0, 0, 0);
    font-size: 12px;
    line-height: 2.1rem;
    color: #fff;
    margin-bottom: 15px;
    font-smoothing: antialiased;
    opacity: 0;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.services-module ul li .image-container {
    position: absolute;
    bottom: 200px;
    left: 0;
    text-align: left;
    width: 100%;
    font-smoothing: antialiased;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) .1s;
    left: 10px;
}

.services-module ul li .image-container img {
    margin-bottom: 20px;
    width: 50%
}

.services-module ul li .image-container p {
    font-size: 16px;
    line-height: 3rem;
    color: #fff;
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) .1s
}

.services-module ul li .image-container .object-icon {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.services-module ul li:hover {
    background-color: #f7f7f7;
}

.services-module ul li:hover.Strategy .image-container {
    -webkit-transform: translate3d(0, 122%, 0);
    transform: translate3d(0, 122%, 0)
}

.services-module ul li:hover .description p {
    opacity: 0
}

.services-module ul li:hover .description ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.services-module ul li:hover .image-container {
    -webkit-transform: translate3d(0, 108%, 0);
    transform: translate3d(0, 108%, 0);
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.services-module ul li:hover .image-container p {
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}


/* end of little test */





/*****************
*** TYPOGRAPHY ***
*****************/

@font-face {
    font-family: 'sinkin';
    src: url('../fonts/sinkin-sans/900/SinkinSans-900XBlack-webfont.eot');
    src: url('../fonts/sinkin-sans/900/SinkinSans-900XBlack-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sinkin-sans/900/SinkinSans-900XBlack-webfont.woff') format('woff'),
         url('../fonts/sinkin-sans/900/SinkinSans-900XBlack-webfont.ttf') format('truetype'),
         url('../fonts/sinkin-sans/900/SinkinSans-900XBlack-webfont.svg#sinkin_sans900_x_black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'sinkin';
    src: url('../fonts/sinkin-sans/700/SinkinSans-700Bold-webfont.eot');
    src: url('../fonts/sinkin-sans/700/SinkinSans-700Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sinkin-sans/700/SinkinSans-700Bold-webfont.woff') format('woff'),
         url('../fonts/sinkin-sans/700/SinkinSans-700Bold-webfont.ttf') format('truetype'),
         url('../fonts/sinkin-sans/700/SinkinSans-700Bold-webfont.svg#SinkinSans-700Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'sinkin';
    src: url('../fonts/sinkin-sans/600/SinkinSans-600SemiBold-webfont.eot');
    src: url('../fonts/sinkin-sans/600/SinkinSans-600SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sinkin-sans/600/SinkinSans-600SemiBold-webfont.woff') format('woff'),
         url('../fonts/sinkin-sans/600/SinkinSans-600SemiBold-webfont.ttf') format('truetype'),
         url('../fonts/sinkin-sans/600/SinkinSans-600SemiBold-webfont.svg#SinkinSans-600SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'sinkin';
    src: url('../fonts/sinkin-sans/500/SinkinSans-500Medium-webfont.eot');
    src: url('../fonts/sinkin-sans/500/SinkinSans-500Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sinkin-sans/500/SinkinSans-500Medium-webfont.woff') format('woff'),
         url('../fonts/sinkin-sans/500/SinkinSans-500Medium-webfont.ttf') format('truetype'),
         url('../fonts/sinkin-sans/500/SinkinSans-500Medium-webfont.svg#SinkinSans-500Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'sinkin';
    src: url('../fonts/sinkin-sans/400/SinkinSans-400Regular-webfont.eot');
    src: url('../fonts/sinkin-sans/400/SinkinSans-400Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sinkin-sans/400/SinkinSans-400Regular-webfont.woff') format('woff'),
         url('../fonts/sinkin-sans/400/SinkinSans-400Regular-webfont.ttf') format('truetype'),
         url('../fonts/sinkin-sans/400/SinkinSans-400Regular-webfont.svg#SinkinSans-400Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'sinkin';
    src: url('../fonts/sinkin-sans/300/SinkinSans-300Light-webfont.eot');
    src: url('../fonts/sinkin-sans/300/SinkinSans-300Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sinkin-sans/300/SinkinSans-300Light-webfont.woff') format('woff'),
         url('../fonts/sinkin-sans/300/SinkinSans-300Light-webfont.ttf') format('truetype'),
         url('../fonts/sinkin-sans/300/SinkinSans-300Light-webfont.svg#SinkinSans-300Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'sinkin';
    src: url('../fonts/sinkin-sans/200/SinkinSans-200XLight-webfont.eot');
    src: url('../fonts/sinkin-sans/200/SinkinSans-200XLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sinkin-sans/200/SinkinSans-200XLight-webfont.woff') format('woff'),
         url('../fonts/sinkin-sans/200/SinkinSans-200XLight-webfont.ttf') format('truetype'),
         url('../fonts/sinkin-sans/200/SinkinSans-200XLight-webfont.svg#SinkinSans-200XLight') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'sinkin';
    src: url('../fonts/sinkin-sans/100/SinkinSans-100Thin-webfont.eot');
    src: url('../fonts/sinkin-sans/100/SinkinSans-100Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sinkin-sans/100/SinkinSans-100Thin-webfont.woff') format('woff'),
         url('../fonts/sinkin-sans/100/SinkinSans-100Thin-webfont.ttf') format('truetype'),
         url('../fonts/sinkin-sans/100/SinkinSans-100Thin-webfont.svg#SinkinSans-100Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

a {
  color: #2EBAD6;
}

/* Footer Edits */
.footer-address span,
.footer-address span br {
  display: block;
}

.footer-contact span.bold {
    word-break: break-all;
}

.footer-1 .logo {
  display: block;
}
  .footer-1 .footer-logo {
    text-align: left;
    display: block;
  }

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

  .footer-1 .logo {
    display: block;
    margin: 20px auto 10px;
  }

  .footer-contact > .white {
    display: none;
  }

  .footer-address span,
  .footer-1 .widget > .title,
  .footer-contact {
    text-align: center;
  }
  .footer-address span.bold {
    margin: 8px 0;
  }

  .social-list {
    text-align: center;
  }
  .footer-copyright {
    text-align: center;
    display: block;
    margin: 10px 0;
  }

}



.animation-element {
	position: relative;
	transition: all .2s;
	opacity: 1;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.animation-element.fade.oof-view {
	-webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-duration: .75s;
}


/* Parallax Elements */
.parallax-gallery-copy section {
  width: auto;
}
.parallax-gallery section {
  padding: 0;
}
.parallax-gallery {
  padding: 0;
  height: auto;
}
.parallax-gallery-copy {
  float: left;
  width: 50%;
  height: 100vh;
}
.parallax-gallery-copy div {
  height: 100vh;
  width: 100%;
}
.parallax-gallery-copy div p {
  margin: 10%;
}
.pinned-parallax div {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}
.pinned-parallax {
  height: auto;
  float: left;
  width: 50%;
}
.pinned-parallax div {
  background-size: cover !important;
  background-position: center center !important;
}


/*Beoplay Theft*/
.par-gallery {
  position: relative;
  line-height: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  width: 100%;
  height: 100vh;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow: hidden;
}

.threed {
  transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}


.maskedImage {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  overflow:hidden;
}
.maskedImage .maskImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* clients on home page */
.row.clients ul li {
 float: left;
 display: inline;
 width: 288px;
 height: 150px;
}

.row.clients ul li img {
  display: block;
  width: 150px;
  margin: 0 auto;
}

@media all and (max-width: 1199px) {
  .row.clients ul li {
    width: 33%;
  }
}

@media all and (max-width: 991px) {
  .row.clients ul li {
    width: 50%;
  }
}

@media all and (max-width: 608px) {
  .row.clients ul li {
    width: 100%;
  }
}

/* tool box lists */
.toolbox-list {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.toolbox-list > li {
    width: 33%;
    float:left;
    display:inline;
}
.toolbox-list > li > p {
    font-family: 'sinkin', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
    margin-bottom: 12px;
    color: #292929;
}
@media all and (max-width: 530px) {
    .toolbox-list > li {
        clear: both;
        width: 100%;
        float:left;
        display:inline;
    }
    .toolbox-list > li > ul {
        margin: 0 0 15px 0;
    }
}
