@media (min-width:1024px) {
    .light-section-wrapper, .dark-section-wrapper {
        margin-left: calc(50% - 50vw + 50px) !important;
        margin-right: calc(50% - 50vw) !important;
        max-width: 1000% !important;
        width: calc(100vw - 100px) !important;
        position: relative;
        overflow: hidden;
    }
    .restricted-width-large-item{
        max-width: 80vw !important;
    }
}
@media only screen and (min-width:1025px) and (max-width:1466px) {
    .fullscreen-menu .flexnav > li > a {
        font-size: calc(1rem + 5.15vw);
        line-height: calc(1rem + 7vw);
    }
    .uppercase-text .fullscreen-menu .flexnav > li > a {
        text-transform: uppercase;
        line-height: calc(1rem + 5.15vw);
    }
}
@media all and (min-width:1025px) {
    .classic-menu nav {
        position: relative;
        width: auto;
        top: 0px;
        -webkit-transition: all 0.2s ease-in-out 0.5s;
        transition: all 0.2s ease-in-out 0.5s;
        display: block;
        float: right;
        height: 60px;
        margin: 10px 0;
        background-color: transparent !important;
    }
    .classic-menu .flexnav {
        display: flex;
        float: right;
        position: relative;
        width: auto;
        max-height: 60px;
        align-items: center;
    }
    .classic-menu .flexnav li ul {
        min-width: 180px;
    }
    .classic-menu .flexnav .touch-button {
        background: transparent none repeat scroll 0 0;
    }
    .flexnav .touch-button .navicon {
        display: none;
    }
    .classic-menu .flexnav li {
        background: transparent none repeat scroll 0 0;
        padding: 0 22px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .classic-menu .menu-timeline {
        opacity: 1 !important;
        -webkit-transition: translateY(0px) !important;
        transform: translateY(0px) !important;
        pointer-events: initial;
    }
    .classic-menu .flexnav li:last-child {
        padding-right: 0px;
    }
    .classic-menu .before-span {
        opacity: 1 !important;
        -webkit-transition: translateY(0px) !important;
        transform: translateY(0px) !important;
    }
    .classic-menu .flexnav li a {
        background: transparent none repeat scroll 0 0;
        padding: 0;
        position: relative;
        border-left: medium none;
        color: #222;
        font-size: 15px;
        font-weight: 600;
        display: block;
        overflow: hidden;
    }
    .uppercase-text .classic-menu .flexnav > li > a {
        text-transform: uppercase;
    }
    .light-content .classic-menu .flexnav li a {
        color: #fff;
    }
    .light-content .classic-menu.white-header .flexnav li a {
        color: #222;
    }
    .classic-menu.white-header .flexnav li a {
        color: #fff;
    }
    .classic-menu .flexnav > li > a::after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #222;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease-out;
    }
    .classic-menu .flexnav li > a.active::after {
        transform: scaleX(1);
        transform-origin: left;
    }
    .light-content .classic-menu .flexnav li > a::after, .classic-menu.white-header .flexnav li > a::after {
        background: #fff;
    }
    .light-content .classic-menu.white-header .flexnav li > a::after {
        background: #222;
    }
    .classic-menu .flexnav:hover li > a::after, .classic-menu .flexnav:hover li:hover > a.active::after, .show-loader .classic-menu .flexnav li > a.active::after {
        transform: scaleX(0);
        transform-origin: right;
    }
    .classic-menu .flexnav:hover li:hover > a::after {
        transform: scaleX(1);
        transform-origin: left;
    }
    .flexnav:hover li a {
        color: rgba(0, 0, 0, 0.4);
    }
    .light-content .classic-menu .flexnav:hover li a {
        color: rgba(255, 255, 255, 0.4);
    }
    .classic-menu.white-header .flexnav:hover li a {
        color: rgba(255, 255, 255, 0.4);
    }
    .light-content .classic-menu.white-header .flexnav:hover li a {
        color: rgba(0, 0, 0, 0.4);
    }
    .classic-menu .flexnav li:hover a {
        color: #222;
    }
    .light-content .classic-menu .flexnav li:hover a {
        color: #fff;
    }
    .classic-menu.white-header .flexnav li:hover a {
        color: #fff;
    }
    .light-content .classic-menu.white-header .flexnav li:hover a {
        color: #222;
    }
    .classic-menu .flexnav li a span {
        position: relative;
        display: block;
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transform-origin: 100% 0%;
    }
    .classic-menu .flexnav li a span::before {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        content: attr(data-hover);
    }
    .classic-menu .flexnav li:hover a span {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transform-origin: 0% 0%;
    }
    .classic-menu .flexnav li ul li a {
        padding: 0 20px 20px;
        background-color: transparent;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        color: #fff !important;
        opacity: 0.6;
        -webkit-transition: all 0.05s ease-in-out;
        -moz-transition: all 0.05s ease-in-out;
        -o-transition: all 0.05s ease-in-out;
        -ms-transition: all 0.05s ease-in-out;
        transition: all 0.05s ease-in-out;
    }
    .classic-menu .flexnav li ul li a.link::before {
        display: none;
    }
    .classic-menu .flexnav li ul li a.active, .classic-menu .flexnav li ul li a:hover {
        opacity: 1;
    }
    .classic-menu .flexnav li > ul li {
        margin-left: 0;
        padding: 0;
        opacity: 1 !important;
        transform: none !important;
    }
    .classic-menu .flexnav li ul {
        -webkit-transform: translate3d(0px, 30px, 0px);
        transform: translate3d(0px, 30px, 0px);
        display: block !important;
        opacity: 0 !important;
        height: inherit !important;
        overflow: visible !important;
        visibility: hidden;
        left: 15px;
        top: 60px;
        padding-top: 20px;
        background: #000;
        border-radius: 3px;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
    }
    .classic-menu .flexnav li:last-child ul {
        left: auto;
        right: -10px;
    }
    .classic-menu .flexnav li ul ul {
        left: 5px !important;
    }
    .classic-menu .flexnav li ul:after {
        display: block;
        content: '';
        position: absolute;
        top: -6px;
        left: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 9px;
        border-color: transparent transparent #000;
    }
    .classic-menu .flexnav li:last-child ul:after {
        left: auto;
        right: 20px;
    }
    .classic-menu .flexnav ul li ul:after {
        display: block;
        content: '';
        position: absolute;
        top: 15px;
        left: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 9px;
        border-color: transparent transparent #000;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .classic-menu .flexnav li ul li > ul, .classic-menu .flexnav li ul.open ul.open {
        top: -5px;
        z-index: 10;
    }
    .classic-menu .flexnav li:last-child ul li > ul, .classic-menu .flexnav li:last-child ul.open ul.open {
        margin-left: -100%;
        left: -5px !important;
        right: auto;
        top: 0;
    }
    .classic-menu .flexnav li:last-child ul li ul::after {
        right: -10px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .classic-menu .flexnav ul li ul li a {
        background: #000;
    }
    .classic-menu .flexnav ul li ul li ul li a {
        background: #000;
    }
    .classic-menu .flexnav li ul.flexnav-show {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        opacity: 1 !important;
        visibility: visible;
        -webkit-transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
        transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
    }
    .classic-menu .flexnav .touch-button {
        display: none;
    }
    /*-- Full Screen Menu --*/
    .fullscreen-menu .nav-height {
        overflow-y: scroll;
        position: relative;
        height: 100%;
        padding: 40px 0;
        padding-right: 30px;
        width: calc(100% + 30px);
        box-sizing: border-box;
    }
    .fullscreen-menu nav {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        visibility: visible;
        pointer-events: none;
        opacity: 0;
        padding: 20px 0;
        -webkit-transition: all 0.2s ease-in 0.6s;
        transition: all 0.2s ease-in 0.6s;
    }
    .fullscreen-menu nav.open {
        visibility: visible;
        pointer-events: initial;
        opacity: 1;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .fullscreen-menu .flexnav {
        max-height: 2000px;
        -webkit-transition: all 0.2s ease-in 0.6s;
        transition: all 0.2s ease-in 0.6s;
        display: table;
        width: auto;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 auto;
        float: none;
    }
    .fullscreen-menu .flexnav.flexnav-show {
        -webkit-transition: all .3s ease-out 0.2s;
        transition: all .3s ease-out 0.2s;
    }
    .fullscreen-menu .flexnav li {
        text-align: center;
        padding: 0;
        box-sizing: border-box;
        float: none;
    }
    .fullscreen-menu .menu-timeline {
        opacity: 0;
    }
    .fullscreen-menu .flexnav .touch-button {
        width: 100%;
        display: block;
        height: 100px;
    }
    .fullscreen-menu .flexnav li ul li .touch-button {
        height: 32px;
    }
    .fullscreen-menu .flexnav:hover li ul li a.active, .fullscreen-menu .flexnav:hover li ul li:hover > a {
        opacity: 1;
    }
    .fullscreen-menu .flexnav .touch-button .navicon {
        display: none;
    }
    .fullscreen-menu .flexnav li.link {
        border-bottom: none;
    }
    .fullscreen-menu .flexnav li a {
        font-weight: 500;
        font-size: calc(1rem + 4.15vw);
        line-height: calc(1rem + 5.5vw);
        padding: 0;
        -webkit-transition: all .1s ease-in-out 0s;
        transition: all .1s ease-in-out 0s;
    }
    .uppercase-text .fullscreen-menu .flexnav > li > a {
        text-transform: uppercase;
        line-height: calc(1rem + 4.15vw);
    }
    .fullscreen-menu .flexnav li a {
        color: #222;
    }
    .fullscreen-menu.invert-header .flexnav li a {
        color: #fff;
    }
    .fullscreen-menu .flexnav:hover li a, .fullscreen-menu .flexnav.hover li a {
        opacity: 0.3;
    }
    .fullscreen-menu .flexnav li:hover a, .fullscreen-menu .flexnav li a.active {
        opacity: 1;
    }
    .fullscreen-menu .flexnav:hover li ul li a {
        opacity: 0.3;
    }
    .fullscreen-menu .flexnav:hover li ul li a.active, .fullscreen-menu .flexnav:hover li ul li:hover > a {
        opacity: 1;
    }
    .fullscreen-menu .flexnav a.link::before {
        display: none;
    }
    .fullscreen-menu .flexnav li ul {
        margin-bottom: 20px;
        position: relative;
        left: 0;
    }
    .fullscreen-menu .flexnav li ul:after {
        display: none;
    }
    .fullscreen-menu .flexnav li ul li a {
        padding: 6px 0;
        font-size: 14px;
        font-weight: 400;
        border-top: none;
        text-transform: none;
    }
    .uppercase-text .fullscreen-menu .flexnav li ul li a {
        text-transform: uppercase;
        line-height: 20px;
    }
    .fullscreen-menu .flexnav ul li ul li a {
        background: transparent;
    }
    .fullscreen-menu .flexnav li ul li > ul, .fullscreen-menu .flexnav li ul.open ul.open {
        margin-left: 0;
        top: 0;
    }
    .fullscreen-menu .menu-timeline {
        opacity: 1;
    }
    .fullscreen-menu .menu-timeline .before-span {
        opacity: 0;
        display: block;
        -webkit-transform: translateY(120px);
        transform: translateY(120px);
    }
    .fullscreen-menu .flexnav li, .fullscreen-menu .flexnav li a {
        background-color: transparent;
        border: 0;
    }
    .fullscreen-menu .flexnav li a span {
        position: relative;
        display: block;
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transform-origin: 100% 0%;
        overflow: hidden;
    }
    .fullscreen-menu .open .flexnav li a span {
        overflow: visible;
    }
    .fullscreen-menu .flexnav li a span::before {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        content: attr(data-hover);
    }
    .fullscreen-menu .flexnav li:hover a span {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transform-origin: 0% 0%;
    }
    .fullscreen-menu .flexnav li.hover a span {
        -webkit-transform: translateY(-100%) !important;
        transform: translateY(-100%) !important;
        transform-origin: 0% 0%;
    }
    .flexnav li a, .flexnav li ul li a {
        border-bottom: none
    }
    .flexnav, .flexnav li {
        overflow: visible
    }
    body.one-page {
        padding-top: 70px
    }
    .flexnav.opacity {
        opacity: 1
    }
    .flexnav.one-page {
        top: 0;
        right: auto;
        max-width: 1080px
    }
    .flexnav li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        background-color: #a6a6a2
    }
    .flexnav li a {
        border-left: 1px solid #acaca1
    }
    .flexnav li > ul {
        position: absolute;
        top: auto;
        left: 0
    }
    .flexnav li ul li > ul, .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0
    }
    .flexnav li > ul li {
        width: 100%
    }
    .flexnav li ul.open {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1
    }
    .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px
    }
    .menu-button {
        display: none
    }
}





@media only screen and (max-width:1537px) {
    .hero-below-caption .hero-translate, .hero-below-caption #hero.has-image #hero-caption {
        height: 597px;
    }
    .hero-below-caption #main-page-content.project-page {
        margin-bottom: calc(597px - 120px);
    }
    .hero-below-caption #project-nav {
        bottom: -597px;
    }
    #hero-caption {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    .page-nav-caption {
        padding-top: 160px;
        padding-bottom: 40px;
    }
    #showcase-carousel .swiper-slide {
        height: 26vw;
    }
}
/* max 1537 */



@media only screen and (max-width:1466px) {
    h1.big-title {
        font-size: 8vw;
        line-height: 10vw;
    }
    .row_padding_all {
        padding-left: 60px;
        padding-right: 60px;
    }
    .row_padding_left {
        padding-left: 60px;
    }
    .row_padding_right {
        padding-right: 60px;
    }
    .preloader-intro {
        font-size: 11vw;
        line-height: 14vw;
        height: 14vw;
    }
    .percentage-wrapper {
        right: 60px;
        bottom: 40px;
    }
    .percentage-intro {
        left: 60px;
        bottom: 40px;
    }
    header {
        height: 100px;
    }
    #header-container {
        padding: 10px 60px;
    }
    .flexnav li {
        padding: 20px;
    }
    footer {
        height: 100px;
    }
    #footer-container {
        padding: 0 60px;
        margin: 10px auto;
    }
    p {
        line-height: 1.3;
    }
    .hero-below-caption .hero-translate, .hero-below-caption #hero.has-image #hero-caption {
        height: 547px;
    }
    .hero-below-caption #main-page-content.project-page {
        margin-bottom: calc(547px - 100px);
    }
    .hero-below-caption #project-nav {
        bottom: -547px;
    }
    #hero-caption {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    .marquee-title .hero-title-wrapper {
        margin-bottom: 60px;
    }
    .indent-title .hero-title span:last-child {
        left: 300px;
    }
    .hero-subtitle-wrapper {
        max-width: 40%;
    }
    .hero-title {
        font-size: 8vw;
        line-height: 7.5vw;
    }
    .uppercase-text .hero-title {
        font-size: 8vw;
        line-height: 8vw;
    }
    #hero-footer {
        padding: 20px 60px;
    }
    #main-page-content.project-page {
        margin-bottom: calc(100vh - 100px);
    }
    .page-nav-caption {
        padding-top: 160px;
        padding-bottom: 40px;
    }
    #page-nav .next-hero-title-wrapper {
        margin-bottom: 60px;
    }
    .next-hero-title {
        font-size: 8vw;
        line-height: 10vw;
    }
    .uppercase-text .next-hero-title {
        font-size: 8vw;
        line-height: 8vw;
    }
    .next-hero-subtitle-wrapper {
        max-width: 50%;
    }
    .content-max-width, .content-full-width {
        padding-left: 60px;
        padding-right: 60px;
    }
    /*-- Showcase Carousel --*/
    #showcase-carousel {
        position: absolute;
        width: calc(100% - 60px);
    }
    #showcase-carousel .swiper-slide {
        width: calc(25% - 60px);
        height: 26vw;
        margin: 0 30px;
    }
    #showcase-carousel .swiper-slide .outer {
        padding: 20px 0px;
    }
    #showcase-carousel .slide-title-wrapper, #showcase-carousel .slide-subtitle {
        float: none;
        width: 100%;
        text-align: left;
        margin-bottom: 4px;
    }
    #showcase-carousel .slide-subtitle span::before {
        text-align: left;
    }
    /*-- Showcase Lists --*/
    .showcase-list-holder {
        padding: 0 60px;
    }
    .slide-list-year .slide-list {
        padding-left: 300px;
    }
    .slide-list-year .slide-list::after {
        width: calc(100% - 300px);
    }
    /*-- Snap Slider --*/
    .snap-slider-captions {
        padding: 0 60px;
    }
    .sr-slide {
        width: calc(100% - 120px);
        margin: 60px;
        margin-bottom: 60px;
    }
    .case-study-parallax-slider-wrapper:before, .case-study-parallax-slider-wrapper:after {
        height: 180px;
    }
    #filters-overlay .outer {
        padding: 60px;
    }
    #show-filters {
        left: 26px;
        bottom: 20px;
    }
    /* -- Flex Grid -- */
    .flex-grid {
        padding: 0 50px;
    }
    /* -- Metro Grid -- */
    .metro-grid .item {
        margin: 60px 60px;
        width: calc(33.3333% - 120px);
        height: 34vw;
    }
    .metro-grid .item.wide {
        margin: 60px 60px;
        width: calc(66.6666% - 120px);
    }
    .metro-grid .item:nth-child(1), .metro-grid .item:nth-child(2) {
        margin-top: 20px;
    }
    .metro-grid .item:nth-last-child(2), .metro-grid .item:nth-last-child(1) {
        margin-bottom: 0;
    }
    /* -- Parallax Grid -- */
    .parallax-grid .item {
        margin: 0px 30px;
        width: calc(100% - 60px);
    }
    .parallax-grid .item:nth-of-type(9n+1) .item-parallax {
        width: calc(50% - 60px);
        left: 30px;
    }
    .parallax-grid .item:nth-of-type(9n+2) .item-parallax {
        width: calc(25% - 60px);
        right: 30px;
    }
    .parallax-grid .item:nth-of-type(9n+3) .item-parallax {
        width: calc(50% - 60px);
        right: calc(25% + 30px);
    }
    .parallax-grid .item:nth-of-type(9n+4) .item-parallax {
        width: calc(25% - 60px);
        left: 30px;
    }
    .parallax-grid .item:nth-of-type(9n+5) .item-parallax {
        width: calc(50% - 60px);
        right: 30px;
    }
    .parallax-grid .item:nth-of-type(9n+6) .item-parallax {
        width: calc(25% - 60px);
        left: calc(25% + 30px);
        right: calc(25% + 30px);
    }
    .parallax-grid .item:nth-of-type(9n+7) .item-parallax {
        width: calc(25% - 60px);
        left: 30px;
    }
    .parallax-grid .item:nth-of-type(9n+8) .item-parallax {
        width: calc(50% - 60px);
        left: calc(25% + 30px);
        right: calc(25% + 30px);
    }
    .parallax-grid .item:nth-of-type(9n+9) .item-parallax {
        width: calc(25% - 60px);
        right: 30px;
    }
    /* -- Ladder Grid -- */
    .portfolio-wrap.ladder-grid {
        padding: 20px 30px;
    }
    .ladder-grid .item {
        margin: 0px 30px;
        width: calc(25% - 60px);
    }
    .ladder-grid .item:nth-of-type(6n+2) {
        width: calc(50% - 60px);
    }
    .ladder-grid .item:nth-of-type(6n+4) {
        width: calc(50% - 60px);
    }
    /* -- Scaleout Grid -- */
    .scaleout-grid .item {
        margin: 0px 60px;
        width: calc(100% - 120px);
    }
    .scaleout-grid .item:nth-child(1), .scaleout-grid .item:nth-child(2) {
        margin-top: 20px;
    }
    .scaleout-grid .item:nth-of-type(6n+1) .item-parallax {
        width: calc(33.3333% - 60px);
    }
    .scaleout-grid .item:nth-of-type(6n+2) .item-parallax {
        width: calc(33.3333% - 60px);
    }
    .scaleout-grid .item:nth-of-type(6n+3) .item-parallax {
        width: calc(33.3333% - 60px);
        left: calc(33.3333% + 30px);
        right: calc(33.3333% + 30px);
    }
    .scaleout-grid .item:nth-of-type(6n+4) .item-parallax {
        width: calc(33.3333% - 60px);
    }
    .scaleout-grid .item:nth-of-type(6n+5) .item-parallax {
        width: calc(33.3333% - 60px);
    }
    .scaleout-grid .item:nth-of-type(6n+6) .item-parallax {
        width: calc(33.3333% - 60px);
        left: calc(33.3333% + 30px);
        right: calc(33.3333% + 30px);
    }
    /* -- Classic and Mixed Grid -- */
    .classic-grid .item, .mixed-grid .item {
        margin: 60px 60px;
        width: calc(50% - 120px);
    }
    .item-title, .item-cat {
        float: none;
    }
    .item-cat span::before {
        text-align: left;
    }
    .item-content .body h3 {
        font-size: 46px;
    }
    .indent-title .hero-subtitle-wrapper {
        bottom: -14px;
        left: -7px;
    }
    .indent-title .hero-subtitle {
        font-size: 13px;
    }
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 16px;
    }
    .flex-grid .item {
        margin: 0px 5px;
    }
    .button-border span {
        padding: 0 26px;
    }
    .accordion.bigger-acc dt {
        margin-top: 30px;
        padding-top: 30px;
    }
    .accordion.bigger-acc dt:first-child {
        padding-top: 30px;
    }
    .accordion.bigger-acc dt span {
        text-indent: -4px;
    }
    .accordion.bigger-acc .acc-icon-wrap {
        top: 25px;
    }
    .full > .team-members-list li {
        padding: 40px 60px;
    }
    .team-members-list .hover-reveal {
        width: 250px;
        height: 333px;
    }
    span.has-hover-image .hover-reveal {
        width: 300px;
        height: 188px;
    }
    span.has-hover-image.vertical .hover-reveal {
        width: 250px;
        height: 333px;
    }
    #team-panels .panels-container .panel:first-child .panel-content-wrapper {
        padding-left: 60px;
    }
    #team-panels .panels-container .panel:last-child .panel-content-wrapper {
        padding-right: 60px;
    }
    article {
        padding: 40px 0;
    }
    .article-wrap {
        max-width: 65%;
    }
    .article-content {
        width: 45%;
    }
    article .hover-reveal {
        height: 100px;
    }
    article:hover .hover-reveal {
        width: 160px;
    }
    article .hover-reveal__inner {
        width: 160px;
        height: 100px;
    }
}
/* max 1466 */


@media (max-width:1199px) {
    .flex-grid {
        padding: 0 15px;
    }
    .item-content .body h3 {
        font-size: 30px;
    }
    .row_padding_bottom {
        padding-bottom: 3vw;
    }
    .flex-grid {
        padding: 0 15px;
    }
    .item-content .body h3 {
        font-size: 30px;
    }
}
/* max 1199 */




@media only screen and (max-width:1024px) {
    body {
        display: none !important;
    }
    h1.big-title {
        font-size: 10vw;
        line-height: 12vw;
    }
    .parallax-wrap {
        transform: none !important;
    }
    .parallax-element {
        transform: none !important;
    }
    .has-parallax figcaption {
        display: none;
    }
    .destroy {
        display: none;
    }
    .row_padding_left {
        padding-left: 0px;
    }
    .row_padding_right {
        padding-right: 0px;
    }
    .full.row_padding_left {
        padding-left: 40px;
    }
    .full.row_padding_right {
        padding-right: 40px;
    }
    .row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 0px;
        padding-right: 0px;
    }
    .full.row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 40px;
        padding-right: 40px;
    }
    #magic-cursor {
        display: none;
    }
    .preloader-intro {
        font-size: 12vw;
        line-height: 16vw;
        height: 16vw;
    }
    .percentage-wrapper {
        right: 40px;
        bottom: 20px;
    }
    .percentage-intro {
        left: 40px;
        bottom: 20px;
    }
    header {
        height: 80px;
    }
    #header-container {
        padding: 0;
        margin: 0 auto;
    }
    #logo {
        left: 40px;
    }
    .header-middle {
        display: none;
    }
    .button-wrap.right.menu {
        right: 10px;
    }
    nav {
        height: 100vh;
        position: fixed;
        width: 100%;
        box-sizing: border-box;
        visibility: visible;
        pointer-events: none;
        opacity: 0;
        padding: 20px 0;
        -webkit-transition: all 0.2s ease-in 0.6s;
        transition: all 0.2s ease-in 0.6s;
    }
    nav.open {
        visibility: visible;
        pointer-events: initial;
        opacity: 1;
        background-color: transparent;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .nav-height {
        position: relative;
        height: 100%;
        padding: 40px 0;
        width: 100%;
        box-sizing: border-box;
        overflow-y: auto;
    }
    .flexnav {
        padding: 0 20px;
        max-height: 2000px;
        display: table;
        width: auto;
        margin: 0 auto;
        text-align: center;
        box-sizing: border-box;
        background: transparent;
        -webkit-transition: all 0.2s ease-in 0.6s;
        transition: all 0.2s ease-in 0.6s;
    }
    .flexnav.flexnav-show {
        -webkit-transition: all .3s ease-out 0.2s;
        transition: all .3s ease-out 0.2s;
    }
    .flexnav.opacity {
        opacity: 1;
    }
    .flexnav li {
        padding: 0;
        -webkit-transition: color .15s ease-out 0s;
        transition: color .15s ease-out 0s;
    }
    .flexnav:hover li {
        color: rgba(255, 255, 255, 0.4)
    }
    .flexnav li:hover {
        color: rgba(255, 255, 255, 1)
    }
    .flexnav li a, .flexnav li ul li a {
        background: transparent;
    }
    .flexnav li a {
        font-weight: 500;
        font-size: calc(1rem + 6vw);
        line-height: calc(1rem + 8.5vw);
        padding: 0;
        border: none;
        -webkit-transition: all .1s ease-in-out 0s;
        transition: all .1s ease-in-out 0s;
    }
    .uppercase-text .flexnav > li > a {
        text-transform: uppercase;
        line-height: calc(1rem + 6vw);
    }
    .flexnav li a {
        color: #222;
    }
    .invert-header .flexnav li a {
        color: #fff;
    }
    .flexnav:hover li a {
        opacity: 0.3;
    }
    .flexnav li:hover a, .flexnav li a.active {
        opacity: 1;
    }
    .flexnav li ul {
        margin-bottom: 15px;
    }
    .flexnav li ul li a {
        padding: 10px 0;
        font-weight: 500;
        text-transform: none;
        font-size: 14px;
        line-height: 14px;
        border-top: none;
        opacity: 0.4;
        -webkit-text-stroke: none;
    }
    .uppercase-text .flexnav li ul li a {
        text-transform: uppercase;
    }
    .flexnav li ul li:hover a, .flexnav li ul li a.active {
        opacity: 1;
    }
    .flexnav:hover li ul li a {
        opacity: 0.3;
    }
    .flexnav:hover li ul li a.active, .flexnav:hover li ul li:hover > a {
        opacity: 1;
    }
    .flexnav ul li ul li a {
        background: transparent;
    }
    .flexnav li ul li ul li a {
        padding: 10px 40px;
    }
    .flexnav .touch-button {
        width: 100%;
        display: block;
        height: 60px;
    }
    .flexnav li ul li .touch-button {
        height: 32px;
    }
    .flexnav .touch-button .navicon {
        display: none;
    }
    #menu-burger span.touch-button {
        display: none;
    }
    .classic-menu .button-wrap.right.menu {
        display: block;
    }
    footer {
        height: 80px;
    }
    #footer-container {
        margin: 0px auto;
        padding: 0 40px;
        height: 80px;
    }
    .footer-button-wrap {
        bottom: 80px;
    }
    .copyright {
        text-align: center;
    }
    .socials-wrap {
        width: 240px;
        height: 40px;
        float: right;
        margin: 0 auto;
        right: -10px;
        transform: translateX(0px) translateY(20px) !important;
        -webkit-transform: translateX(0px) translateY(20px) !important;
    }
    .socials-wrap:hover {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }
    .socials-icon, .socials-text {
        display: none;
    }
    .socials-wrap .socials {
        margin-top: 5px;
        text-align: right;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    .socials-wrap .socials li {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    .socials-wrap:hover .socials li {
        opacity: 1;
        transform: translateY(0px) !important;
        -webkit-transform: translateY(0px) !important;
    }
    .socials li {
        margin-right: 10px;
        line-height: 30px;
        height: 30px;
        width: 30px;
        margin: 0 5px auto;
        display: inline-block;
        float: none;
    }
    .socials li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .hero-below-caption .hero-translate, .hero-below-caption #hero.has-image #hero-caption {
        height: 60%;
    }
    .hero-below-caption #main-page-content.project-page {
        margin-bottom: calc(60% - 100px);
    }
    .hero-below-caption #project-nav {
        bottom: -60%;
    }
    #hero-caption {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .marquee-title .hero-title-wrapper {
        margin-bottom: 40px;
    }
    .indent-title .hero-title-wrapper {
        margin-bottom: 20px;
    }
    #hero.has-image .hero-title-wrapper {
        margin-bottom: 100px;
    }
    .hero-title {
        font-size: 10vw;
        line-height: 12vw;
    }
    .uppercase-text .hero-title {
        font-size: 10vw;
        line-height: 10vw;
    }
    .indent-title .hero-title span:last-child {
        left: 0px;
    }
    .hero-subtitle-wrapper, .indent-title .hero-subtitle-wrapper {
        position: relative;
        max-width: 50%;
        width: 100%;
    }
    .hero-subtitle {
        font-size: 14px;
        line-height: 26px;
    }
    .uppercase-text .hero-subtitle {
        line-height: 20px;
    }
    .uppercase-text .indent-title .hero-subtitle, .indent-title .hero-subtitle {
        transform: translateY(0);
        max-height: none;
    }
    #hero-footer {
        padding: 10px 40px;
    }
    .page-nav-caption {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .next-hero-progress {
        margin-bottom: 40px;
    }
    .next-hero-title-wrapper {
        margin-bottom: 40px;
    }
    .next-hero-title {
        font-size: 10vw;
        line-height: 12vw;
    }
    .uppercase-text .next-hero-title {
        font-size: 10vw;
        line-height: 10vw;
    }
    .next-hero-subtitle-wrapper {
        max-width: 70%;
    }
    #page-nav .next-hero-subtitle {
        font-size: 14px;
        line-height: 26px;
    }
    .uppercase-text #page-nav .next-hero-subtitle {
        line-height: 20px;
    }
    .content-max-width, .content-full-width {
        padding-left: 40px;
        padding-right: 40px;
    }
    .slide-title, .title {
        font-size: calc(1rem + 6vw);
        line-height: calc(1rem + 8.5vw);
    }
    .uppercase-text .slide-title, .uppercase-text .slide-title {
        line-height: calc(1rem + 6vw);
    }
    /*-- Showcase Carousel --*/
    #showcase-carousel {
        position: absolute;
        width: calc(100% - 40px);
    }
    #showcase-carousel .swiper-slide {
        width: calc(33.333% - 40px);
        height: 36vw;
        margin: 0 20px;
    }
    /*-- Showcase Lists --*/
    .showcase-list-holder {
        padding: 20px 40px 0px 40px;
    }
    .slide-list.show-borders, .slide-list:last-child {
        border-top: none;
        border-bottom: none;
    }
    .sl-year {
        top: 0px;
    }
    .slide-list-year .slide-list {
        padding-left: 200px;
        float: none;
    }
    .slide-list-year .slide-list::after, .slide-list-year:last-child .slide-list:last-child::after, .slide-list::after {
        display: none;
    }
    .slide-list {
        position: relative;
        opacity: 1;
        margin: 0;
        width: 100%;
        height: auto;
        padding: 0;
        padding-bottom: 60px;
        float: left;
        text-align: left;
        display: block;
    }
    .slide-list-year .slide-list:last-child {
        padding-bottom: 60px;
    }
    .slide-list:last-child, .slide-list-year:last-child .slide-list:last-child {
        padding-bottom: 0px;
    }
    .slide-list::before {
        display: none;
    }
    .showcase-list-holder .hover-reveal {
        position: relative;
        opacity: 1;
        width: 100%;
        height: 50vw;
        top: 0;
        left: 0;
        pointer-events: initial;
    }
    .sl-title {
        font-size: 18px;
        line-height: 26px;
        margin-top: 20px;
        width: auto;
    }
    .sl-title span {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
    .sl-subtitle {
        font-size: 14px;
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
        position: relative;
        top: 12px;
        opacity: 0.4;
        width: auto;
    }
    .sl-subtitle span {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
    /*-- Snap Slider --*/
    .snap-slider-captions {
        padding: 0 40px;
    }
    .showcase-reverse-list {
        display: block;
        overflow: hidden;
        width: 100%;
        height: auto;
    }
    .col-reverse-left, .col-reverse-center, .col-reverse-right {
        width: 100%;
        box-sizing: border-box;
    }
    .sr-slide {
        margin: 60px 40px;
        width: calc(50% - 80px);
        height: 28vw;
        float: left;
    }
    .col-reverse-left .sr-slide:first-child {
        margin-bottom: 60px;
    }
    .col-reverse-left .sr-slide:last-child {
        margin-top: 60px;
    }
    .col-reverse-center .sr-slide:first-child {
        margin-top: 60px;
    }
    .col-reverse-center .sr-slide:last-child {
        margin-bottom: 60px;
    }
    .col-reverse-right .sr-slide:first-child {
        margin-bottom: 60px;
    }
    .col-reverse-right .sr-slide:last-child {
        margin-top: 60px;
    }
    .col-reverse-left .sr-slide:nth-child(1), .col-reverse-left .sr-slide:nth-child(2) {
        margin-top: 20px;
    }
    #filters-overlay .outer {
        padding: 40px;
        padding-bottom: 80px;
    }
    #filters li a {
        font-size: 24px;
        line-height: 40px;
    }
    #show-filters {
        left: 22px;
        bottom: 14px;
        height: 46px;
        width: 46px;
    }
    #show-filters[data-tooltip][data-placement="top"]::before {
        display: none;
    }
    .show-filters-wrap {
        width: 46px;
        height: 46px;
    }
    /* -- Flex Grid -- */
    .flex-grid {
        padding: 0 30px;
    }
    /* -- Metro Grid -- */
    .metro-grid .item {
        margin: 60px 40px;
        width: calc(50% - 80px);
        height: 28vw;
    }
    .metro-grid .item.wide {
        margin: 60px 40px;
        width: calc(50% - 80px);
    }
    .metro-grid .item:nth-child(1), .metro-grid .item:nth-child(2) {
        margin-top: 20px;
    }
    /* -- Parallax Grid -- */
    .parallax-grid .item {
        margin: 0px 20px;
        width: calc(100% - 40px);
    }
    .parallax-grid .item:nth-of-type(9n+1) .item-parallax {
        width: calc(50% - 40px);
        left: 20px;
    }
    .parallax-grid .item:nth-of-type(9n+2) .item-parallax {
        width: calc(50% - 40px);
        left: auto;
        right: 20px;
    }
    .parallax-grid .item:nth-of-type(9n+3) .item-parallax {
        width: calc(50% - 40px);
        left: 20px;
        right: auto;
    }
    .parallax-grid .item:nth-of-type(9n+4) .item-parallax {
        width: calc(50% - 40px);
        left: auto;
        right: 20px;
    }
    .parallax-grid .item:nth-of-type(9n+5) .item-parallax {
        width: calc(50% - 40px);
        left: 20px;
        right: auto;
    }
    .parallax-grid .item:nth-of-type(9n+6) .item-parallax {
        width: calc(50% - 40px);
        left: auto;
        right: 20px;
    }
    .parallax-grid .item:nth-of-type(9n+7) .item-parallax {
        width: calc(50% - 40px);
        left: 20px;
        right: auto;
    }
    .parallax-grid .item:nth-of-type(9n+8) .item-parallax {
        width: calc(50% - 40px);
        left: auto;
        right: 20px;
    }
    .parallax-grid .item:nth-of-type(9n+9) .item-parallax {
        width: calc(50% - 40px);
        left: 20px;
        right: auto;
    }
    /* -- Ladder Grid -- */
    .portfolio-wrap.ladder-grid {
        padding: 20px 20px;
    }
    .ladder-grid .item {
        height: 36vw;
        margin: 0px 20px;
        width: calc(33.333% - 40px);
    }
    .ladder-grid .item:nth-of-type(6n+2) {
        width: calc(33.333% - 40px);
    }
    .ladder-grid .item:nth-of-type(6n+4) {
        width: calc(33.333% - 40px);
    }
    /* -- Scaleout Grid -- */
    .scaleout-grid .item {
        margin: 0px 40px;
        width: calc(100% - 80px);
    }
    .scaleout-grid .item:nth-of-type(6n+1) .item-parallax {
        width: calc(33.3333% - 40px);
    }
    .scaleout-grid .item:nth-of-type(6n+2) .item-parallax {
        width: calc(33.3333% - 40px);
    }
    .scaleout-grid .item:nth-of-type(6n+3) .item-parallax {
        width: calc(33.3333% - 40px);
        left: calc(33.3333% + 20px);
        right: calc(33.3333% + 20px);
    }
    .scaleout-grid .item:nth-of-type(6n+4) .item-parallax {
        width: calc(33.3333% - 40px);
    }
    .scaleout-grid .item:nth-of-type(6n+5) .item-parallax {
        width: calc(33.3333% - 40px);
    }
    .scaleout-grid .item:nth-of-type(6n+6) .item-parallax {
        width: calc(33.3333% - 40px);
        left: calc(33.3333% + 20px);
        right: calc(33.3333% + 20px);
    }
    /* -- Classic and Mixed Grid -- */
    .classic-grid .item, .mixed-grid .item {
        margin: 60px 40px;
        width: calc(50% - 80px);
        height: 28vw;
    }
    .item-wrap-image {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .item-caption {
        padding: 20px 0;
    }
    textarea {
        margin-bottom: 30px;
    }
    .full .video-wrapper video.bgvid {
        position: relative;
        margin-top: 0;
        left: 0;
        transform: translateX(0) translateY(0);
    }
    .full .control {
        bottom: 10px;
        width: calc(100% - 100px);
    }
    #map_canvas {
        height: 50vh;
    }
    .accordion dt span {
        max-width: none;
    }
    .accordion .accordion-content {
        padding-right: 0;
    }
    .accordion.bigger-acc dt {
        margin-top: 30px;
        padding-top: 30px;
    }
    .accordion.bigger-acc dt:first-child {
        padding-top: 30px;
    }
    .accordion.bigger-acc dt span {
        text-indent: -3px;
    }
    .accordion.bigger-acc .acc-icon-wrap {
        top: 22px;
    }
    .full > .team-members-list li {
        padding: 40px 40px;
    }
    .team-member {
        font-size: 36px;
        line-height: 60px;
    }
    .team-members-list .hover-reveal {
        width: 200px;
        height: 266px;
    }
    span.has-hover-image .hover-reveal {
        width: 250px;
        height: 156px;
    }
    span.has-hover-image.vertical .hover-reveal {
        width: 200px;
        height: 266px;
    }
    .has-animation.has-cover img {
        -webkit-transition: scale(1);
        transform: scale(1);
    }
    #team-panels .panels-container .panel:first-child .panel-content-wrapper {
        padding-left: 40px;
    }
    #team-panels .panels-container .panel:last-child .panel-content-wrapper {
        padding-right: 40px;
    }
    #team-panels .panels-container .panel img {
        width: auto;
        height: 100%;
        display: block;
        max-width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .article-content {
        display: grid;
        align-items: center;
        position: absolute;
        width: 50%;
        float: left;
        right: 0;
        height: 100%;
        top: 0;
        justify-content: flex-end;
        text-align: right;
        align-content: center;
    }
    .entry-meta {
        margin-bottom: 0;
    }
    .entry-meta.entry-date {
        width: auto;
    }
}
/* max 1024 */




@media only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation:landscape) {
    #rotate-device {
        display: block;
    }
}



@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
/* max 900 */





@media only screen and (max-width:767px) {
    h1.big-title {
        font-size: 12vw;
        line-height: 14vw;
    }
    .uppercase-text h1.big-title {
        text-transform: uppercase;
        line-height: 14vw;
    }
    h1 {
        font-size: 34px;
        line-height: 48px;
    }
    h2 {
        font-size: 28px;
        line-height: 44px;
    }
    h3 {
        font-size: 24px;
        line-height: 36px;
        margin-left: -1px;
    }
    h4 {
        font-size: 20px;
        line-height: 30px;
        margin-left: -1px;
    }
    h5 {
        font-size: 16px;
        line-height: 26px;
        margin-left: -1px;
    }
    h6 {
        font-size: 14px;
        line-height: 24px;
    }
    figcaption {
        background-color: rgba(0, 0, 0, 0.3);
        bottom: 0px;
        font-size: 10px;
        padding: 5px 10px;
        right: 0px;
        border-radius: 0;
    }
    .text-aligh-right {
        text-align: left;
    }
    .one_half {
        width: 100% !important;
    }
    .one_half {
        padding-right: 0 !important;
    }
    .one_half.last {
        padding-left: 0 !important;
    }
    .one_third {
        width: 100% !important;
    }
    .one_fourth {
        width: 100% !important;
    }
    .one_fifth {
        width: 100% !important;
    }
    .one_sixth {
        width: 100% !important;
    }
    .two_fifth {
        width: 100% !important;
    }
    .two_fourth {
        width: 100% !important;
    }
    .two_third {
        width: 100% !important;
    }
    .three_fifth {
        width: 100% !important;
    }
    .three_fourth {
        width: 100% !important;
    }
    .four_fifth {
        width: 100% !important;
    }
    .five_sixth {
        width: 100% !important;
    }
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        margin-bottom: 20px !important;
        margin-right: 0% !important;
    }
    .row_padding_top {
        padding-top: 10vw;
    }
    .row_padding_bottom {
        padding-bottom: 10vw;
    }
    .row_padding_left {
        padding-left: 0px;
    }
    .row_padding_right {
        padding-right: 0px;
    }
    .full.row_padding_left {
        padding-left: 30px;
    }
    .full.row_padding_right {
        padding-right: 30px;
    }
    .row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 0px;
        padding-right: 0px;
    }
    .full.row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 30px;
        padding-right: 30px;
    }
    hr {
        height: 20px;
    }
    .preloader-intro {
        font-size: 13vw;
        line-height: 17vw;
        height: 17vw;
    }
    .percentage-wrapper {
        right: 30px;
        bottom: 10px;
    }
    .percentage-intro {
        left: 30px;
        bottom: 10px;
    }
    #logo {
        left: 30px;
    }
    .button-wrap.right.menu.burger-lines {
        right: 0px;
    }
    header .button-text {
        display: none;
    }
    .flexnav li a {
        font-size: calc(1rem + 7vw);
        line-height: calc(1rem + 9.5vw);
    }
    .uppercase-text .flexnav > li > a {
        text-transform: uppercase;
        line-height: calc(1rem + 7vw);
    }
    #footer-container {
        padding: 0 30px;
    }
    #footer-container #backtotop.button-wrap.left {
        float: none;
        top: 10px;
        left: 0;
        right: 0;
        position: absolute;
        display: block;
    }
    #backtotop.button-wrap.left .button-text {
        text-align: left;
        float: left;
        display: none;
    }
    #backtotop.button-wrap.left .icon-wrap {
        float: none;
        position: absolute;
        right: 0;
        left: auto;
        margin: auto;
        top: 0px;
    }
    .footer-middle {
        max-width: 1180px;
        height: 20px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        width: 100%;
        top: 0px;
    }
    .copyright {
        margin: 0;
        left: 10px;
        top: 10px;
        text-align: left;
    }
    footer.showcase-footer .arrows-wrap {
        right: auto;
        left: -30px;
        float: left;
        margin: auto;
    }
    footer.showcase-footer .socials-wrap {
        width: 170px;
        float: right;
        left: auto;
        right: 0;
        top: 0;
    }
    .socials-wrap {
        width: 170px;
        float: none;
        left: -6px;
        right: auto;
        top: 10px;
        margin: 0;
    }
    .socials-wrap .socials {
        text-align: left;
    }
    .socials li {
        margin: 0 0px auto;
    }
    .hero-below-caption .hero-translate, .hero-below-caption #hero.has-image #hero-caption {
        height: 70%;
    }
    .hero-below-caption #main-page-content.project-page {
        margin-bottom: calc(70% - 100px);
    }
    .hero-below-caption #project-nav {
        bottom: -70%;
    }
    .hero-title {
        font-size: 12vw;
        line-height: 14vw;
    }
    .uppercase-text .hero-title {
        font-size: 12vw;
        line-height: 12vw;
    }
    .hero-subtitle-wrapper, .indent-title .hero-subtitle-wrapper {
        max-width: 100%;
    }
    #hero-footer {
        padding: 10px 30px;
    }
    #hero #hero-footer .button-text {
        display: none;
    }
    #hero #hero-footer .icon-wrap {
        left: -20px;
    }
    .next-hero-title {
        font-size: 12vw;
        line-height: 14vw;
    }
    .uppercase-text .next-hero-title {
        font-size: 12vw;
        line-height: 12vw;
    }
    .next-hero-subtitle-wrapper {
        max-width: 100%;
    }
    .content-max-width, .content-full-width {
        padding-left: 30px;
        padding-right: 30px;
    }
    .slide-arrow {
        -webkit-transform: scale(0.75) translateX(-4px);
        transform: scale(0.75) translateX(-4px);
    }
    .slide-title, .title {
        font-size: calc(1rem + 7vw);
        line-height: calc(1rem + 9.5vw);
    }
    .uppercase-text .slide-title, .uppercase-text .slide-title {
        line-height: calc(1rem + 7vw);
    }
    footer .swiper-pagination {
        display: none;
    }
    /*-- Showcase Carousel --*/
    #showcase-carousel {
        position: absolute;
        width: calc(100% - 30px);
    }
    #showcase-carousel .swiper-slide {
        width: calc(50% - 30px);
        height: 24vw;
        margin: 0 15px;
    }
    /*-- Showcase Lists --*/
    .showcase-list-holder {
        padding: 20px 30px 0px 30px;
    }
    .sl-year {
        top: 0px;
        position: relative;
        margin-bottom: 20px;
    }
    .slide-list-year .slide-list {
        padding-left: 0px;
    }
    .showcase-list-holder .hover-reveal {
        height: 58vw;
    }
    /*-- Snap Slider --*/
    .snap-slider-captions {
        padding: 0 30px;
    }
    .sr-slide {
        margin: 60px 30px;
        width: calc(50% - 60px);
        height: 28vw;
        float: left;
    }
    #filters-overlay .outer {
        padding: 30px;
        padding-bottom: 80px;
    }
    #show-filters {
        left: 12px;
        bottom: 10px;
    }
    /* -- Flex Grid -- */
    .flex-grid {
        padding: 0 20px;
    }
    /* -- Metro Grid -- */
    .metro-grid .item {
        margin: 60px 30px;
        width: calc(50% - 60px);
        height: 28vw;
    }
    .metro-grid .item.wide {
        margin: 60px 30px;
        width: calc(50% - 60px);
    }
    .metro-grid .item:nth-child(1), .metro-grid .item:nth-child(2) {
        margin-top: 20px;
    }
    /* -- Parallax Grid -- */
    .parallax-grid .item:nth-child(1), .parallax-grid .item:nth-child(2) {
        margin-top: 20px;
    }
    .parallax-grid .item {
        margin: 60px 30px;
        width: calc(50% - 60px);
        height: 28vw;
    }
    .parallax-grid .item::after {
        padding-bottom: 100%;
    }
    .parallax-grid .item:nth-of-type(9n+1) .item-parallax {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .parallax-grid .item:nth-of-type(9n+2) .item-parallax {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .parallax-grid .item:nth-of-type(9n+3) .item-parallax {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .parallax-grid .item:nth-of-type(9n+4) .item-parallax {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .parallax-grid .item:nth-of-type(9n+5) .item-parallax {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .parallax-grid .item:nth-of-type(9n+6) .item-parallax {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .parallax-grid .item:nth-of-type(9n+7) .item-parallax {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .parallax-grid .item:nth-of-type(9n+8) .item-parallax {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .parallax-grid .item:nth-of-type(9n+9) .item-parallax {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    /* -- Ladder Grid -- */
    .portfolio-wrap.ladder-grid {
        padding: 0px;
    }
    .ladder-grid .item {
        margin: 60px 30px;
        width: calc(50% - 60px);
        height: 28vw;
    }
    .ladder-grid .item:nth-of-type(6n+1) {
        margin: 60px 30px;
    }
    .ladder-grid .item:nth-of-type(6n+2) {
        margin: 60px 30px;
        width: calc(50% - 60px);
    }
    .ladder-grid .item:nth-of-type(6n+3) {
        margin: 60px 30px;
    }
    .ladder-grid .item:nth-of-type(6n+4) {
        margin: 60px 30px;
        width: calc(50% - 60px);
    }
    .ladder-grid .item:nth-of-type(6n+5) {
        margin: 60px 30px;
    }
    .ladder-grid .item:nth-of-type(6n+6) {
        margin: 60px 30px;
    }
    .ladder-grid .item:nth-child(1), .ladder-grid .item:nth-child(2) {
        margin-top: 20px;
    }
    /* -- Scaleout Grid -- */
    .scaleout-grid .item {
        margin: 60px 30px;
        width: calc(50% - 60px);
        height: 28vw;
    }
    .scaleout-grid .item:nth-of-type(6n+1) .item-parallax {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .scaleout-grid .item:nth-of-type(6n+2) .item-parallax {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .scaleout-grid .item:nth-of-type(6n+3) .item-parallax {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .scaleout-grid .item:nth-of-type(6n+4) .item-parallax {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .scaleout-grid .item:nth-of-type(6n+5) .item-parallax {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .scaleout-grid .item:nth-of-type(6n+6) .item-parallax {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .scaleout-grid .item:nth-child(1), .scaleout-grid .item:nth-child(2) {
        margin-top: 20px;
    }
    /* -- Classic and Mixed Grid -- */
    .classic-grid .item, .mixed-grid .item {
        margin: 60px 30px;
        width: calc(50% - 60px);
        height: 28vw;
    }
    .flex-grid .item .item-title {
        opacity: 0;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }
    .flex-grid .portfolio:hover .item .item-title {
        opacity: 0;
    }
    .flex-grid .portfolio:hover .item:hover .item-title {
        opacity: 1;
    }
    .content-slider .swiper-pagination-bullets, .content-carousel .swiper-pagination-bullets, .content-looped-carousel .swiper-pagination-bullets {
        bottom: 10px !important;
        margin: 0 !important;
    }
    .content-slider .swiper-pagination-bullet, .content-looped-carousel .swiper-pagination-bullet, .content-carousel .swiper-pagination-bullet {
        margin: 0 !important;
        width: 30px;
        height: 30px;
    }
    .content-slider .swiper-pagination-bullet .parallax-wrap, .content-looped-carousel .swiper-pagination-bullet .parallax-wrap, .content-carousel .swiper-pagination-bullet .parallax-wrap {
        width: 30px;
        height: 30px;
    }
    .video-wrapper {
        max-height: 50vh;
    }
    .control {
        display: none;
    }
    .name-box, .email-box {
        width: 100%;
        margin-right: 0;
    }
    .clients-table li {
        width: 50%;
    }
    .empty-space, .empty-space.tx {
        height: 60px;
    }
    input[type="text"], textarea {
        font-size: 14px;
    }
    .accordion.bigger-acc dt {
        margin-top: 25px;
        padding-top: 25px;
    }
    .accordion.bigger-acc dt:first-child {
        padding-top: 25px;
    }
    .accordion.bigger-acc dt span {
        text-indent: -2px;
    }
    .accordion.bigger-acc .acc-icon-wrap {
        top: 11px;
    }
    .full > .team-members-list li {
        padding: 30px 30px;
    }
    .team-member {
        font-size: 28px;
        line-height: 44px;
    }
    .team-member > div {
        float: none;
        margin-bottom: 0px;
    }
    .team-member span {
        float: none;
        line-height: 24px;
    }
    .team-members-list .hover-reveal {
        width: 150px;
        height: 200px;
    }
    span.has-hover-image .hover-reveal {
        width: 200px;
        height: 125px;
    }
    span.has-hover-image.vertical .hover-reveal {
        width: 150px;
        height: 200px;
    }
    .moving-gallery li {
        width: 50vw;
    }
    #team-panels .panels-container .panel:first-child .panel-content-wrapper {
        padding-left: 30px;
    }
    #team-panels .panels-container .panel:last-child .panel-content-wrapper {
        padding-right: 30px;
    }
    .article-wrap {
        max-width: 100%;
        margin-bottom: 10px
    }
    article .hover-reveal {
        height: 60px;
    }
    article:hover .hover-reveal {
        width: 100px;
    }
    article .hover-reveal__inner {
        width: 100px;
        height: 60px;
    }
    .article-content {
        position: relative;
        width: 100%;
        justify-content: flex-start;
        text-align: left;
        align-content: center;
    }
    .entry-meta.entry-date {
        text-align: left;
    }
}
/* max 767 */





@media only screen and (max-width:479px) {
    h1.big-title {
        font-size: 14vw;
        line-height: 16vw;
    }
    .row_padding_top {
        padding-top: 12vw;
    }
    .row_padding_bottom {
        padding-bottom: 12vw;
    }
    .row_padding_left {
        padding-left: 0px;
    }
    .row_padding_right {
        padding-right: 0px;
    }
    .full.row_padding_left {
        padding-left: 20px;
    }
    .full.row_padding_right {
        padding-right: 20px;
    }
    .row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 0px;
        padding-right: 0px;
    }
    .full.row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 20px;
        padding-right: 20px;
    }
    hr {
        height: 10px;
    }
    .preloader-intro {
        font-size: 14vw;
        line-height: 18vw;
        height: 18vw;
    }
    .percentage-wrapper {
        right: 20px;
        bottom: 10px;
    }
    .percentage-intro {
        left: 20px;
        bottom: 10px;
    }
    #logo {
        left: 20px;
    }
    .button-wrap.right.menu {
        right: -10px;
    }
    .button-wrap.right.menu.burger-lines {
        right: -10px;
    }
    #footer-container {
        padding: 0px;
        margin: 0;
    }
    footer.showcase-footer #footer-container {
        padding: 0px 20px;
    }
    .copyright {
        left: 0px;
    }
    .socials-wrap {
        float: none;
        left: 14px;
        right: auto;
    }
    .arrows-wrap {
        left: -10px;
        width: 80px;
    }
    .prev-wrap, .next-wrap {
        width: 40px;
    }
    footer.showcase-footer .arrows-wrap {
        right: 0;
        left: 0;
        float: none;
        margin: auto;
    }
    footer.showcase-footer .arrows-wrap {
        width: 100%;
    }
    footer.showcase-footer .prev-wrap, footer.showcase-footer .next-wrap {
        width: 60px;
    }
    footer.showcase-footer .footer-middle {
        top: 0px;
    }
    footer.showcase-footer .showcase-subtitles-wrap {
        left: 0;
    }
    footer.showcase-footer .socials-wrap {
        display: none;
    }
    .button-text {
        display: none;
    }
    #main-page-content .button-text, #hero .button-text {
        display: block;
    }
    .hero-below-caption .hero-translate, .hero-below-caption #hero.has-image #hero-caption {
        height: 60%;
    }
    .hero-below-caption #main-page-content.project-page {
        margin-bottom: calc(60% - 100px);
    }
    .hero-below-caption #project-nav {
        bottom: -60%;
    }
    .hero-title {
        font-size: 14vw;
        line-height: 16vw;
    }
    .uppercase-text .hero-title {
        font-size: 14vw;
        line-height: 14vw;
    }
    #hero-footer {
        padding: 0px 20px;
    }
    .next-hero-title {
        font-size: 14vw;
        line-height: 16vw;
    }
    .uppercase-text .next-hero-title {
        font-size: 14vw;
        line-height: 14vw;
    }
    .content-max-width, .content-full-width {
        padding-left: 20px;
        padding-right: 20px;
    }
    .showcase-pagination .parallax-wrap {
        display: none;
    }
    /*-- Showcase Carousel --*/
    #showcase-carousel {
        position: absolute;
        width: calc(100% - 20px);
    }
    #showcase-carousel .swiper-slide {
        width: calc(100% - 20px);
        height: 50vh;
        margin: 0 10px;
    }
    /*-- Showcase Lists --*/
    .showcase-list-holder {
        padding: 20px 20px 0px 20px;
    }
    .slide-list {
        margin: 0;
        width: 100%;
    }
    .slide-list.show-borders, .slide-list:last-child {
        border-top: none;
        border-bottom: none;
    }
    /*-- Snap Slider --*/
    .snap-slider-captions {
        padding: 0 20px;
    }
    .sr-slide {
        margin: 60px 20px;
        width: calc(100% - 40px);
        height: 58vw;
        float: left;
    }
    .col-reverse-left .sr-slide:nth-child(2) {
        margin-top: 60px;
    }
    #filters-overlay .outer {
        padding: 20px;
        padding-bottom: 80px;
    }
    #show-filters {
        left: 2px;
        bottom: 2px;
    }
    /* -- Flex Grid -- */
    .flex-grid {
        padding: 0 15px;
    }
    .flex-grid .item {
        margin: 0px 5px;
    }
    /* -- Metro Grid -- */
    .metro-grid .item {
        margin: 60px 20px;
        width: calc(100% - 40px);
        height: 58vw;
    }
    .metro-grid .item.wide {
        margin: 60px 20px;
        width: calc(100% - 40px);
        height: 58vw;
    }
    .metro-grid .item:nth-child(1) {
        margin-top: 20px;
    }
    .metro-grid .item:nth-child(2) {
        margin-top: 60px;
    }
    .metro-grid .item:nth-last-child(2) {
        margin-bottom: 60px;
    }
    .metro-grid .item:nth-last-child(1) {
        margin-bottom: 60px;
    }
    /* -- Parallax Grid -- */
    .parallax-grid .item {
        margin: 60px 20px;
        width: calc(100% - 40px);
        height: 58vw;
    }
    .parallax-grid .item:nth-child(1) {
        margin-top: 20px;
    }
    .parallax-grid .item:nth-child(2) {
        margin-top: 60px;
    }
    /* -- Ladder Grid -- */
    .ladder-grid .item {
        margin: 60px 20px;
        width: calc(100% - 40px);
        height: 58vw;
    }
    .ladder-grid .item:nth-of-type(6n+1) {
        margin: 60px 20px;
    }
    .ladder-grid .item:nth-of-type(6n+2) {
        margin: 60px 20px;
        width: calc(100% - 40px);
    }
    .ladder-grid .item:nth-of-type(6n+3) {
        margin: 60px 20px;
    }
    .ladder-grid .item:nth-of-type(6n+4) {
        margin: 60px 20px;
        width: calc(100% - 40px);
    }
    .ladder-grid .item:nth-of-type(6n+5) {
        margin: 60px 20px;
    }
    .ladder-grid .item:nth-of-type(6n+6) {
        margin: 60px 20px;
    }
    .ladder-grid .item:nth-child(1) {
        margin-top: 20px;
    }
    .ladder-grid .item:nth-child(2) {
        margin-top: 60px;
    }
    /* -- Scaleout Grid -- */
    .scaleout-grid .item {
        margin: 60px 20px;
        width: calc(100% - 40px);
        height: 58vw;
    }
    .scaleout-grid .item:nth-child(1) {
        margin-top: 20px;
    }
    .scaleout-grid .item:nth-child(2) {
        margin-top: 60px;
    }
    /* -- Classic and Mixed Grid -- */
    .classic-grid .item, .mixed-grid .item {
        margin: 60px 20px;
        width: calc(100% - 40px);
        height: 58vw;
    }
    .classic-grid .item:nth-child(2), .mixed-grid .item:nth-child(2) {
        margin-top: 60px;
    }
    .classic-grid .item:nth-last-child(2), .classic-grid .item:nth-last-child(1) {
        margin-bottom: 60px;
    }
    .mixed-grid .item:nth-last-child(2), .mixed-grid .item:nth-last-child(1) {
        margin-bottom: 60px;
    }
    .pinned-section .pin-spacer {
        width: 100% !important;
    }
    .pinned-element {
        float: none;
        width: 100%;
        margin: 0;
    }
    .pinned-element.left {
        padding-right: 0px;
        margin-bottom: 40px;
    }
    .pinned-element.right {
        padding-left: 0px;
    }
    .scrolling-element {
        position: relative;
        float: none;
        width: 100%;
        margin: 0;
    }
    .scrolling-element.left {
        padding-right: 0px;
        margin-bottom: 40px;
    }
    .scrolling-element.right {
        padding-left: 0px;
    }
    .clapat-button {
        margin-bottom: 20px;
    }
    .full > .team-members-list li {
        padding: 30px 20px;
    }
    .team-member {
        font-size: 24px;
        line-height: 40px;
    }
    .team-members-list .hover-reveal {
        width: 100px;
        height: 133px;
    }
    .accordion.bigger-acc dt {
        margin-top: 20px;
        padding-top: 20px;
    }
    .accordion.bigger-acc dt:first-child {
        padding-top: 20px;
    }
    .accordion.bigger-acc dt span {
        text-indent: -2px;
    }
    .accordion.bigger-acc .acc-icon-wrap {
        top: 3px;
    }
    span.has-hover-image .hover-reveal {
        width: 150px;
        height: 94px;
    }
    span.has-hover-image.vertical .hover-reveal {
        width: 100px;
        height: 133px;
    }
    .moving-gallery li {
        width: 60vw;
    }
    #team-panels .panels-container .panel:first-child .panel-content-wrapper {
        padding-left: 20px;
    }
    #team-panels .panels-container .panel:last-child .panel-content-wrapper {
        padding-right: 20px;
    }
    [data-tooltip]:hover::after, [data-tooltip]:hover::before {
        opacity: 0
    }
}
/* max 479 */




@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}