﻿@font-face {
    font-family: 'gt_sectra';
    src: url('../fonts/gt-sectra-black-webfont.eot');
    src: url('../fonts/gt-sectra-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gt-sectra-black-webfont.woff2') format('woff2'),
         url('../fonts/gt-sectra-black-webfont.woff') format('woff'),
         url('../fonts/gt-sectra-black-webfont.ttf') format('truetype'),
         url('../fonts/gt-sectra-black-webfont.svg#gt_sectrablack') format('svg');
    font-weight: bolder;
    font-style: normal;
}
@font-face {
    font-family: 'gt_sectra';
    src: url('../fonts/gt-sectra-bold-webfont.eot');
    src: url('../fonts/gt-sectra-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gt-sectra-bold-webfont.woff2') format('woff2'),
         url('../fonts/gt-sectra-bold-webfont.woff') format('woff'),
         url('../fonts/gt-sectra-bold-webfont.ttf') format('truetype'),
         url('../fonts/gt-sectra-bold-webfont.svg#gt_sectrabold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'gt_sectra';
    src: url('../fonts/gt-sectra-medium-webfont.eot');
    src: url('../fonts/gt-sectra-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gt-sectra-medium-webfont.woff2') format('woff2'),
         url('../fonts/gt-sectra-medium-webfont.woff') format('woff'),
         url('../fonts/gt-sectra-medium-webfont.ttf') format('truetype'),
         url('../fonts/gt-sectra-medium-webfont.svg#gt_sectramedium') format('svg');
    font-weight:500;
    font-style: normal;

}
@font-face {
    font-family: 'gt_sectra';
    src: url('../fonts/gt-sectra-regular-webfont.eot');
    src: url('../fonts/gt-sectra-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gt-sectra-regular-webfont.woff2') format('woff2'),
         url('../fonts/gt-sectra-regular-webfont.woff') format('woff'),
         url('../fonts/gt-sectra-regular-webfont.ttf') format('truetype'),
         url('../fonts/gt-sectra-regular-webfont.svg#gt_sectraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gt_sectra';
    src: url('../fonts/gt-sectra-regular-italic-webfont.eot');
    src: url('../fonts/gt-sectra-regular-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gt-sectra-regular-italic-webfont.woff2') format('woff2'),
         url('../fonts/gt-sectra-regular-italic-webfont.woff') format('woff'),
         url('../fonts/gt-sectra-regular-italic-webfont.ttf') format('truetype'),
         url('../fonts/gt-sectra-regular-italic-webfont.svg#gt_sectraregular_italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

body
{
    /*font-family: 'Josefin sans', sans-serif;*/
    font-family: 'gt_sectra', sans-serif;
    font-weight: normal;
    overflow-x:hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
}
*{
    box-sizing: border-box;
}
.oh{
    overflow:hidden;
    padding-right:17px;
}
body.oh header{
    padding-right:17px;
}
div{
    position:relative;
}
header, .menu-subcategory-header, .menu-detail-header{
    width:100%;
    height:100px;
    background:#fff;
    position:fixed;
    top:0;
    left:0;
    z-index:10;
}
header{
    z-index:16;
}
header .container, footer .container{
    padding:0 3%;
    height:100px;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    width:100%;
}
footer .container{
    justify-content:space-between;
}
header .elma-logo, footer .elma-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
header .elma-logo, footer .elma-logo{
    cursor:pointer;
    pointer-events:all;
}
header .elma-logo img {
    width: 74px;
    margin-right: 10px;
}
.logotype {
    font-size: 21px;
    font-weight: bolder;
    line-height:1.2;
}
header .rd-logo {
    width: 75px;
    position: absolute;
    left: 3%;
    margin: 5px auto 0;
    align-self: center;
}
.rd-logo svg{
    width:100%;
	 display: block;
}
.hamburger-btn{
    width:24px;
    height:20px;
    /* position:absolute; */
    position:fixed;
    z-index:20;
    top:42px;
    right:3%;
    display:flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content:space-between;
}
body.oh a.hamburger-btn {
    right: calc(3% + 17px);
}
.hamburger-btn span{
    display: block;
    width:24px;
    height:3px;
    margin-bottom:5px;
    background:#000;
    transition:transform 0.3s ease;
}
.hamburger-btn span:nth-child(1){
    width:12px;
    transform-origin:left center;
}
.hamburger-btn span:nth-child(3){
    width:12px;
    margin-bottom:0;
    transform-origin:right center;
    align-self: flex-end;
}
.hamburger-btn.active span:nth-child(1) {
    transform: translatex(3px) rotate(45deg);
}
.hamburger-btn.active span:nth-child(2){
    transform: rotate(-45deg);
}
.hamburger-btn.active span:nth-child(3) {
    transform: translatex(-3px) translateY(1px) rotate(45deg);
}

.splash-page.desktop .row {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 100px;
    height: 100vh;
}
.splash-page.desktop .row .column{
    width:20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.splash-page.desktop .info > img {
    width: 90%;
	 max-width: 320px;
	 image-rendering: -webkit-optimize-contrast;
}
.splash-page.desktop .logos.row {
    height: auto;
    padding: 0;
    justify-content: space-between;
    max-width: 200px;
}
.info {
    text-align: center;
    color: #fff;    
	 text-transform: lowercase;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info .title {
    font-size: 25px;
    padding: 0 20px;
	 margin: 30px 0;
    font-weight: bolder;
    line-height: 1.2;
}
.info .elma-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.info .elma-logo svg {   
    margin-right: 10px;
}
.info .logotype {
    font-size: 13px;
    font-weight: bolder;
    line-height:1.2;
}
.info .rd-logo {
    width: 68px;
}

.splash-page.desktop a.cta-btn {
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    height: 40px;
    padding: 0 10%;
    text-align: left;
    margin-bottom: 40px;
}
.splash-page.desktop .cta-btn .title {
    font-size: 24px;
    font-weight: bold;
    text-transform: lowercase;
    margin: 0 20px 0 0;
	 padding: 0;
}
.splash-page.desktop .arrow-circle {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.splash-page.desktop .arrow-circle img{
    width: 60%;
}

@media (max-height:550px) {
	.info {
		 justify-content: space-around;
	}
	.info .title {
		 margin: 10px 0;
	}
	.splash-page.desktop a.cta-btn,
	.splash-page.desktop .logos.row {
		margin-bottom: 10px;
	}
	.splash-page.desktop .info > img {
		margin-top: 10px;
	}
}


.arrow svg{
    width:100%;
    display: block;
}
.cover{
    width:200vw;
    height:200vh;
    position:fixed;
    top:-50vh;
    left:-50vw;
    background:rgba(0,0,0,0.5);
    transition:opacity 0.3s ease;
    opacity:0;
    z-index: 14;
    pointer-events:none;
}
.cover.active{
    opacity:1;
    pointer-events:all;
}
.hamburger-menu {
    padding-top: 100px;
    /* background:rgba(0,0,0,0.5); */
    height:100vh;
    /* overflow-y: scroll; */
    /* z-index: 9 !important; */
    z-index: 15 !important;
    /* display: flex;
    flex-direction: row;
    justify-content: flex-end; */
}
div#menu-scroll {
    height: 100%;
}
.menu-category-holder{
    padding:10px 30px 30px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 60vw;
    max-width: 750px;
    height: 100%;
    float:right;
}
.menu-category-holder .bg{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    background:#fff;
}
.menu-category-item {
    width: calc((100% - 16px) / 2);
    height: 108px;
    position: relative;
    margin-bottom: 16px;
    display: block;
    cursor: pointer;
    height: calc((100vh - 100px) / 7);
    width: calc((100% - 50px) / 3);
}
.menu-category-item:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%; /*calc((100% - 25px) / 2);*/
}
.menu-category-item .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 14px;
    text-transform: lowercase;
    color: #707070;
}
.menu-category-item .subtitle {
    font-size: 45px;
    /* font-style: italic; */
    text-transform: lowercase;
    color: #1C1C1C;
    font-weight: bold;
}
.menu-category-item-bg, .menu-category-item-holder {
    width: 100%;
    /* height: 108px; */
    height: 100%;
    box-sizing: border-box;
}
.menu-category-item-holder{
    z-index:1;
    padding:29px 24px;
}
.menu-category-item-holder .name{
    font-size:15px;
    text-transform: lowercase;
    font-weight: 500;
}
.menu-category-item-bg{
    position:absolute;
    top:5px;
    left:5px;
    border:1px solid;
    z-index:0;
}
.menu-category-item-holder .arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 6px;
}

.menu-subcategory, .menu-detail, .hamburger-menu{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    /* min-height:100vh; */
    width:100vw;
    transition:transform 0.5s ease;
    transform:translateX(120vw) translateZ(0.01px);
    height: 100vh;
}
.menu-subcategory, .menu-subcategory-header {
    z-index: 12;
}
.menu-detail, .menu-detail-header{
    z-index:13;
    pointer-events:all;
}
.menu-subcategory.active,.menu-detail.active, .hamburger-menu.active{
    transform:translateX(0) translateZ(0.01px);
}

.menu-subcategory-header .arrow,.menu-detail-header .arrow{
    position:absolute;
    top:26px;
    left:20px;
}
.menu-subcategory-header .name,.menu-detail-header .name {
    font-size: 16px;
    text-transform: lowercase;
}
.menu-subcategory-holder,.menu-detail-holder{
    height: 100vh;
    padding: 130px 20px 5px;
    overflow-y: scroll;
}
/***check***/
.menu-subcategory {
    top: 100px;
    overflow-y: scroll;
    height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
}
.menu-subcategory-holder {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    overflow-y: visible;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: flex-start;
    height: auto;
    padding-top: 60px;
    box-sizing: border-box;
}

.menu-subcategory-header.desktop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    cursor: pointer;
    background: transparent;
    position: relative;
    height: auto;
}
.menu-subcategory-header.desktop .arrow {
    position: absolute;
    width: 8px;
    left: 0;
}
.menu-subcategory-header.desktop .name {
    font-size: 45px;
    text-align: center;
}
.menu-detail-item > .project.row:first-child {
    width: 40%;
    padding-right:3%;
}
.menu-detail-item > .project.row:nth-child(2) {
    width: 60%;
}
.project.row.support-row {
    width: 100%;
    padding-left: 40%;
}
.project.row .column.p40, .project.row .column.p60  {
    width: 50%;
    margin-right: 0;
}

.menu-subcategory-item {
    width: 23%;
    height: 55px;
}
.menu-subcategory-item:not(:nth-child(4n+1)) {
    margin-right: 2%;
}
.menu-detail {
    overflow-y: scroll;
    top: 100px;
}
.menu-detail-holder {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    overflow-y: visible;
    padding-top: 60px;
    height: auto;
    padding-bottom:80px;
}
.detail-item-holder {
    overflow-y: visible !important;
    height:auto !important;    
}

.owl-carousel .owl-stage{
    margin:0 auto;
}
.menu-detail-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.menu-detail-item > .project.row:first-child .project-icon {
    width: 22px;
    margin-right: 3px;
}
.menu-detail-item > .project.row:first-child img {
    width: 100%;
    transform: translateX(-5px) translateY(0);
}
/***check**/
.menu-subcategory-item {
    display: flex;
    position: relative;
    margin-bottom:20px;
    cursor: pointer;
}
.menu-subcategory-item-bg, .menu-subcategory-item-holder{
    border:1px solid #000;
    border-radius:5px;    
    width: 100%;
    /*height: 108px;*/
    box-sizing: border-box;
}
.menu-subcategory-item-bg {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 100%;
    z-index: 0;
}
.menu-subcategory-item-holder{
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
}
.menu-subcategory-item-holder .arrow{
    margin-right: 17px;
    width: 7px;
}
.menu-subcategory-item-holder .name{
    font-size:14px;
    font-weight:bold;
    line-height: 1;
    text-transform: lowercase;
    /* max-width: calc(100% - 20px); */
}
.menu-detail {
    overflow-y: scroll;
    height: calc(100vh - 100px);
    top: 100px;
}
/* 
.menu-detail-holder{
    overflow-y: hidden;
} */
.detail-item-holder {
    height: 80%;
    overflow-y: scroll;
    box-sizing: content-box;
    padding-bottom: 50px;
}
.detail-item-holder > p {
    text-align: center;
	 font-size: 18px;
	 font-weight: bold;
	 line-height: 1.2;
	 padding: 20px;
}
.menu-detail-holder .title {
    text-align: center;
    font-size: 16px;
    font-weight:bold;
    margin-bottom:50px;
    text-transform: lowercase;
}
.filter-holder.owl-carousel.owl-theme {
    /*width: calc(100% + 20px);*/
    margin-bottom: 25px;
	 padding: 0 40px;
}
.filter-holder .owl-stage{
    padding-bottom:15px;
}
.filter-holder .owl-nav {
	position: absolute;
	top: 0;
	bottom: 12px;
	left: 0;
	right: 0;
	margin: 0 !important;
	pointer-events: none;
}
.filter-holder .owl-nav button {
	position: absolute;
	height: 100%;
	width: 30px;
	margin: 0 !important;
	border: 1px solid rgba(0,0,0,.1) !important;
	pointer-events: all;
}
.filter-holder .owl-nav button.owl-prev { 
	left: 0;
}
.filter-holder .owl-nav button.owl-next { 
	right: 0;
}
.filter-holder .owl-nav button.disabled {
    display: none;
}
.filter-holder .owl-nav button:hover { 
	background: rgba(0,0,0,.3) !important;
}
.menu-detail-filter-item {
    width: auto;
    display: inline-block;
    /*margin-right:25px;*/
     max-width: 70vw;
     cursor: pointer;
    pointer-events: all; 
	 height: 44px;
}
.menu-subcategory-item-bg,  .menu-subcategory-item-holder *{
    pointer-events: none;
}
.menu-detail-filter-item .menu-subcategory-item-holder {
    padding: 0 12px;
    /* min-width: 50vw; */
	 height: 100%;
}
.menu-detail-filter-item.active .menu-subcategory-item-holder {
    filter: brightness(1.2);
}
.menu-detail-filter-item .menu-subcategory-item-holder .arrow {
    width: 7px;
    height: 4px;
    margin-right: 13px;
}
.menu-detail-filter-item.active .menu-subcategory-item-holder .arrow, .menu-detail-filter-item.active .menu-subcategory-item-holder .name {
    filter: brightness(0);
}

.menu-detail-item {
    padding-bottom: 30px;    
}
.menu-detail-item:not(:last-child){
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.project.row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.project-icon {
    margin-right: 11px;
    width: 14px;
}
.project .desc {
    font-size: 16px;
    margin-right: 5px;
    margin-bottom:2px;
    line-height: 1.2;
    min-width: 70px;
    text-transform: lowercase;
}
.project .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: lowercase;
}
.project.row .column.p40 {
    width: 40%;
    margin-right:5%;
}
.project.row .column.p60 {
    width: 55%;
}
.project.row .project-icon + .column {
    width: 100%;
}
.project.row:first-child .name {
    margin-bottom: 12px;
}
.mobile, .mobile-flx{
    display:none;
}

.green{
    background-color:#86d4ba;
}
.purple{
    background-color:#aa9fd1;
}
.pink{
    background-color:#eba2bf;
}
.orange{
    background-color:#f5b29c;
}
.cyan{
    background-color:#6dc7e3;
}

footer{
    background:#1C1C1C;
}

footer .logotype{
    color:#fff;
    font-size: 15px;
    margin-left: 10px;
}
footer .social {
    display: flex;
    flex-direction: row;
}
footer a.social-btn {
    display: block;
    width: 25px;
    height: 25px;
}
footer a.social-btn:not(:last-child) {
    margin-right: 40px;
}
footer a.social-btn img {
    display: block;
    height: 100%;
    margin: 0 auto;
}
.menu-detail-filter-item.active .menu-subcategory-item-holder{
    transform:translate(2px, 2px);
}
footer .logo-holder {
    width: 200px;
    display: flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
}
footer .logo-holder:last-child {
    justify-content: flex-end;
}
@media (max-width:1166px){

	.splash-page.desktop .row .column {
		width: calc(100% / 3);
	}
	.splash-page.desktop .row .column:nth-child(1),
	.splash-page.desktop .row .column:nth-child(5) {
		display: none;
	}

    .info .title {
        font-size: 26px;
    }
    .info .hashtag {
        font-size: 16px;
    }
    .info .logotype {
        font-size: 11px;
    }
    .splash-page.desktop .arrow-circle {
        width: 32px;
        height: 32px;
    }
}
@media (max-width:1100px){
    .info .hashtag {
        font-size: 15px;
    }
    .info .logotype {
        font-size: 10px;
    }
    .splash-page.desktop .cta-btn .title {
        font-size: 22px;
    }
}
@media (max-width:1024px){
    
/* }
@media (max-width:768px){ */
    body.oh,body.oh header{
        padding-right:0;
    }
    /* .menu-subcategory, .menu-detail {
        z-index: 16;
    } */
    header{
        z-index:11;
    }
    .splash-page.desktop .row {
	   padding-top: 66px;
	 }    
    .mobile-flx{
        display:flex;
    }
    footer .logo-holder {
        width: 100%;
        justify-content: center !important;
    }
    /* body.multi .menu-detail {
        top: 66px;
    }
    body.multi .menu-detail-header.mobile-flx {
        visibility: hidden;
        pointer-events: none;
    } */
    
    .hamburger-menu {
        padding-top: 66px;
        /* overflow-y:scroll; */
        background:#fff;
    }
    .menu-subcategory, .menu-detail, .hamburger-menu, .hamburger-menu .scroll-container{
        min-height:initial;
        height: 100vh; /* Fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100);
    }
    .hamburger-menu .scroll-container {
        overflow-y: scroll;
    }
    header, .menu-subcategory-header, .menu-detail-header, header .container, footer .container{
        height:66px;
    }
    
    .menu-subcategory-holder, .menu-detail-holder {
        padding: 96px 20px 30px;
        overflow-y: scroll;
        max-height: 100vh;
    }

	 .menu-detail-holder .menu-subcategory-header.desktop {
		 margin-left: 20px;
		 width: calc(100% - 20px);
	}
    .menu-detail-holder {
        padding: 90px 0 30px;
        overflow-y: hidden;
    }
    /*.filter-holder{
        padding:0 20px;
    }*/
	 .filter-holder .owl-nav button.owl-prev {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
    }
	 .filter-holder .owl-nav button.owl-next {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
    }
    .detail-scroller {
        padding: 0 20px;
        overflow-y: scroll;
        height: 70vh;
    }
	 header .rd-logo {
		 width: 50px;
	}
    header .elma-logo{
        width:122px;
    }
    .hamburger-btn{
        width:16px;
        height:14px;
        right:20px;
        top:20px;
        padding: 10px;
        box-sizing: content-box;
        -webkit-transform: translateZ(0.01px);
        transform: translateZ(0.01px);
    }
    body.oh a.hamburger-btn {
        right: 15px;
    }
    .hamburger-btn span{
        width:16px;
        height:2px;
        margin-bottom:4px;
    }
    .hamburger-btn span:nth-child(1){
        width:8px;
    }
    .hamburger-btn span:nth-child(3){
        width:8px;
    }
    .hamburger-btn.active span:nth-child(1){
        transform: translatex(2px) rotate(45deg);
    }
    
    .hamburger-btn.active span:nth-child(2){
        transform: rotate(-45deg);
    }
    .hamburger-btn.active span:nth-child(3){
        transform: translatex(-2px) rotate(45deg);
    }
    header .elma-logo img {
        width: auto;
    }
    header .logotype {
        font-size: 13px;
    }
    .splash .text {
        font-weight: bolder;
        font-size: 20px;
        text-align: center;
        line-height: 1.4;
    }
    .splash .title.text {
        color: #fee98a;
        max-width: 160px;
    }
    .splash .subtitle.text {
        color: #007f8a;
        max-width: 130px;
    }
    .splash .location.text {
        font-size:18px;
        color: #367a8e;
        align-self: flex-start;
        padding-top: 5vh;
    }
    .menu-category-holder {
        width: 100vw;
        max-width: initial;
        /* float: none;
        clear:both; */
        height: auto;
    }
    .menu-category-item{
        width:calc((100% - 16px) / 2) !important;
        height:108px;       
        margin-bottom: 16px;
    }
    .menu-category-item:first-child{
        width: calc((100% - 25px) / 2);
    }
    .menu-subcategory, .menu-detail{
        top:0;
        height: 100vh;
        overflow-y: hidden;        
        -webkit-transform:translateX(120vw) translateZ(0.01px);
        transform: translateX(120vw) translateZ(0.01px);
    }
    .menu-subcategory, .menu-detail, .hamburger-btn{
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 1000;
        perspective: 1000;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .menu-subcategory-item{
        width:48%;
    }
    .menu-subcategory-item:not(:nth-child(4n+1)){
        margin-right:0;
    }
    .menu-subcategory-item:nth-child(even){
        margin-right:4%;
    }
    .menu-detail-item {
        display: block;
    }
    .menu-detail-item > .project.row:first-child,
    .menu-detail-item > .project.row:nth-child(2) {
        width: 100%;
    }
    .project.row.support-row {
        padding-left: 0;
    }
    footer .container{
        height:100px;
    }
    .menu-subcategory-header, .menu-detail-header {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        transform: translateZ(0.01px);
		  padding: 0 50px 0 45px;
    }
    .header-bg.mobile{
        position:fixed;
        top:0;
        left:0;
        height:66px;
        width:100%;
        background:#fff;
        z-index: 19;
    }
    .menu-detail-item > .project.row:first-child img {
        width: 100%;
        transform: translateX(-3px) translateY(3px);
    }

}
@media (max-width:768px) {
	.splash-page.desktop .row .column {
		width: 100%;
	}
	.splash-page.desktop .row .column:nth-child(2),
	.splash-page.desktop .row .column:nth-child(4) {
		display: none;
	}

}

@media (max-width:767px){

	header, .menu-subcategory-header, .menu-detail-header, header .container, footer .container {
		 height: 50px;
	}
	.splash-page.desktop .row {
		 padding-top: 50px;
	}
	.hamburger-btn {
		right: 15px;
		top: 10px;
	 }
	.menu-subcategory-header .arrow, .menu-detail-header .arrow {
		top: 19px;
	}

    .splash .text {
        font-size: 16px;
    }
    .splash .title.text {
        max-width: 110px;
    }
    .splash .subtitle.text {
        max-width: 100px;
    }
    .splash .location.text {
        font-size:12px;
    }
    .menu-category-item .title {
        font-size: 25px;
        margin-bottom: 4px;
    }
    .menu-category-item .subtitle {
        font-size: 30px;
    }
    .menu-subcategory-item{
        width:100%;
    }
    .menu-subcategory-item:nth-child(even){
        margin-right:0;
    }
    footer .container {
        flex-direction: column;
        height: auto;
        padding: 20px;
        align-items: center;
    }
    footer .social {
        margin: 20px 0;
        padding: 20px 0;
        border: 1px solid #999;
        width: 100%;
        justify-content: center;
        border-left: none;
        border-right: none;
    }
    footer .rd-logo{
        width:50px;
    }
    .detail-item-holder {
        padding-bottom: 30px;
    }
    footer a.social-btn {
        width: 20px;
        height: 20px;
    }
    footer a.social-btn:not(:last-child) {
        margin-right: 50px;
    }

    /*detail fix*/
    .menu-detail-holder {
        padding: 66px 0 0px;
        overflow-y: hidden;
    }
    .filter-holder.owl-carousel.owl-theme {
        margin: 20px 0 5px;
    }
    .detail-scroller {
        padding: 0;
        overflow-y: scroll;
        /* height: 70vh;
        height: calc(100vh - 66px) !important; */
    }
    .menu-detail-item {
        margin: 0 !important;
        padding: 20px;
    }
    .menu-detail-item:nth-child(even) {
        background: rgba(255,255,255,0.1);
    }
    .menu-detail-item > .project.row:first-child .project-icon {
        width: 22px;
        margin-right: 3px;
    }
    .project-icon img {
        transform: translateY(3px);
    }
    .menu-detail-item > .project.row:first-child{
        margin-bottom: 6px;
    }
    .menu-detail-item > .project.row:first-child img {
        width: 100%;
        transform: translateX(-3px) translateY(5px);
    }
    .menu-detail-item > .project.row:first-child .desc {
        display: none;
    }
    .menu-detail-item > .project.row:first-child .name {
        font-size: 19px;
        width: calc(100% - 25px);
    }
    .menu-detail-item > .project.row:nth-child(2) {
        flex-direction: column;
    }
    .project.row .column.p40, .project.row .column.p60 {
        width: 100%;
    }
    /*detail fix*/
}
@media (max-width:414px){
    .menu-category-item .title {
        font-size: 24px;
    }
    .menu-category-item .subtitle {
        font-size: 28px;
    }
}
@media (max-width:320px){
    .menu-category-item .title {
        font-size: 20px;
    }
    .menu-category-item .subtitle {
        font-size: 24px;
    }
}
@media (hover:hover){
    .menu-detail-filter-item:hover .menu-subcategory-item-holder{
        transform:translate(2px, 2px);
    }
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) and (max-width:1024px)
{ 
    @media {
    .splash-page.mobile{
        height:calc(100vh - 60px);
    }
    /* .splash img {
        height: auto;
        width: 40%;
    } */
    /* .splash img {
        height: 70%;
    }  */
    .splash .box.row .box {
        height: calc((100vh - 126px) / 4);
    }
}
}

@media not all and (min-resolution:.001dpcm) { 
    @media {
        .splash-page.mobile{
            height:calc(100vh - 60px);
        }
         /* .splash img {
            height: 70%;
        }  */
        .splash .box.row .box {
            height: calc((100vh - 126px) / 4);
        }
    }
}