body {
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width:930px) {
    section.footer {
        height: auto;
    }
    aside.col-lg-6.left-section {
        width: 560px;
    }
}

.margin-right-30 {
    margin-right: 30px;
}

.breadcrumb-sibling {
    position: absolute;
    top: 41px;
    left: 70px;
    display: none;
    opacity: 0;
    z-index: 2;
    min-width: 480px;
    max-width: 100%;
}

.breadcrumb-sibling .process-text.active,
.breadcrumb-sibling .process-text:hover,
.breadcrumb-sibling a:hover,
.breadcrumb-sibling span,
.breadcrumb-sibling .br-selected,
.breadcrumb-sibling a.selected,
.breadcrumb-sibling span.selected {
    font-family: roboto condensed bold, helvetica, arial, sans-serif;
}

.submenu-list.nav.nav-tabs li a,
.submenu-list.nav.nav-tabs li,
.breadcrumb-sibling span,
.breadcrumb-sibling a {
    font-family: roboto condensed, helvetica, arial, sans-serif;
    font-size: 14px;
    color: #575756;
    line-height: 27px;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: lowercase;
}

.submenu-list.nav.nav-tabs,
.breadcrumb-sibling .br-selected {
    font-size: 14px;
}

.level-1>li {
    min-height: 70px;
    height: 30px;
    font-size: 25px;
    overflow: hidden;
    display: block;
}

.level-2>li {
    min-height: 35px;
    height: 35px;
}

@media screen and (min-width::801px) {
    .level-1 li.hoverrr,
    .level-1 li:hover {
        height: 100%;
    }
}

@media screen and (max-width:800px) {
    .level-1 li {}
}

@media screen and (min-width:801px) {
    .level-1 li.interfaces.hoverrr div,
    .level-1 li.interfaces:hover div {
        min-height: 1px;
        overflow: hidden;
        position: relative;
        display: block;
        float: none;
        clear: both;
        height: 145px;
    }
    .level-1 li.interfaces.hoverrr div,
    .level-1 li.interfaces:hover div {
        height: 160px;
    }
}

.dive-in-colors {
    font-family: roboto black, helvetica, arial, sans-serif;
}

.dive-page .tab-pane.dive h2.d-in-dive,
.d-in-dive {
    color: #FDC505;
}

.i-in-dive {
    color: #F28C1A;
}

.v-in-dive {
    color: #ED6D69;
}

.e-in-dive {
    color: #E72368;
}

.submenu-list li:after {
    content: "";
    position: absolute;
    top: 0px;
}

.margin-top-30 {
    margin-top: 30px;
}

.over-hidden {
    overflow: hidden;
}

.pos-static {
    position: static;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.bottom-5 {
    bottom: 5px;
}

.color-white {
    color: white;
}

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

.lemon-nav .nav.navbar-nav.dissapear-for-a-minute {
    opacity: 0;
}

section.lemon-navbar-container .navbar.lemon-nav.hideMe {
    background: rgba(0, 0, 0, 0);
}

@media screen and (max-width:799px) {
    section.lemon-navbar-container nav.navbar.lemon-nav.hideMe.show-the-moto-breadcrumb:hover {
        background: rgba(255, 255, 255, 1);
    }
}

@media screen and (max-width:768px) {
    section.lemon-navbar-container nav.navbar.lemon-nav.hideMe.show-the-moto-breadcrumb.dont-show-the-moto-breadcrumb:hover {
        background: rgba(0, 0, 0, 0) !important;
    }
    .submenu-list.nav.nav-tabs li a,
    .submenu-list.nav.nav-tabs li,
    .breadcrumb-sibling span,
    .breadcrumb-sibling a {
        font-size: 12px;
    }
}

section.lemon-navbar-container .navbar.lemon-nav.mouseover,
section.lemon-navbar-container .navbar.lemon-nav,
section.lemon-navbar-container .navbar.lemon-nav.hideMe:hover {
    background: rgba(255, 255, 255, 1);
}

section.lemon-navbar-container .navbar.lemon-nav.hideMe .nav.navbar-nav {
    opacity: 0;
}

section.lemon-navbar-container .navbar.lemon-nav.hideMe:hover .nav.navbar-nav,
section.lemon-navbar-container .navbar.lemon-nav.hideMe:hover .nav.navbar-nav.dissapear-for-a-minute {
    opacity: 1;
    animation-fill-mode: backwards;
}

section.lemon-navbar-container .navbar.lemon-nav.breadcrumbIsOn .nav.navbar-nav,
section.lemon-navbar-container .navbar.lemon-nav.hideMe.breadcrumbIsOn .nav.navbar-nav.dissapear-for-a-minute {
    opacity: 0;
    display: none;
}


/**/

@keyframes typeAnimateOnHover {
    20% {
        width: 7px;
        height: 1px;
        margin: 10px 0px 10px;
    }
    40% {
        width: 50px;
        height: 1px;
        margin: 10px 0px 10px;
    }
    50% {
        margin: 10px 0px 10px;
        height: 1px;
        width: 100px;
    }
    90% {
        margin: 10px 0px 10px;
        height: 1px;
        width: 115px;
    }
    100% {
        height: 22px;
        margin: 5px 0px 10px;
        width: 115px;
    }
}

@keyframes projectDescAnimateOnHover {
    20% {
        position: fixed;
        top: 30px;
        background: #fff;
        opacity: 0.9;
    }
    30% {
        position: fixed;
        top: 15px;
        background: #fff;
        opacity: 0.9;
    }
    100% {
        position: fixed;
        top: 0px;
        background: #fff;
        opacity: 0.9;
    }
}

.load-more {
    position: absolute;
    bottom: 30px;
    border-radius: 50px;
}

.similar-projects .load-more {
    position: absolute;
    bottom: unset;
    margin-top: 100px;
}


/*.load-more.loading{background:url(../images/load-more.gif) 100% 100%, center;background-repeat:no-repeat;height:16px;width:16px;background-color:#333;border-radius:68px;}*/

.cloud-container {
    position: relative;
    overflow: hidden;
    height: 250px;
    z-index: 111111;
    width: 100%;
    top: 720px;
}

.clients-page div.client-list {
    font-size: 16px;
}

.level-2 ul {
    overflow: hidden;
    border-bottom: 1px solid #575756;
    margin-bottom: 10px;
    font-size: 16px;
    margin-left: 85px;
    padding: 10px 30px 0px;
}

.passion-projects-bg-color.level-2 ul {
    border-bottom: 1px solid #868686;
}

.level-2 ul a,
.level-2 ul li {
    color: #575756;
    margin: 5px;
    font-size: 16px;
    float: left;
    list-style: none;
    overflow: hidden;
    display: block;
}

#passion-projects ul a li,
#passion-projects .level-2 p {
    color: #868686;
}

.level-2 p {
    display: block;
    float: none;
    clear: both;
    font-family: Roboto Light, helvetica, arial, sans-serif;
    font-size: 16px;
    color: #565656;
    width: 700px;
    margin: 0px 0px 15px 100px;
}

.clients-page ul {
    clear: both;
    display: block;
    margin-top: 15px;
    overflow: hidden;
    width: 960px;
    position: relative;
    left: -5px;
}

.client-list ul.level-3 {
    margin: 0;
    left: 0px;
}

.clients-page .client-list {
    display: block;
    float: none;
    overflow: hidden;
    padding: 0px 5px;
}

.level-2 ul li,
.clients-page ul li {
    font-family: roboto condensed, helvetica, arial, sans-serif;
    float: left;
    list-style: none;
    height: 21px;
    cursor: pointer;
    text-transform: lowercase;
}

.clients-page ul li {
    width: 310px;
    margin: 5px;
}

.level-2 ul li:hover,
.level-2 ul li:active,
.clients-page ul li:hover,
.clients-page ul li:active {
    font-family: roboto condensed bold, helvetica, arial, sans-serif;
    color: #FD0866;
}

.level-2.products-bg-color ul li:hover,
.level-2.products-bg-color ul li:active {
    color: #fff;
}

.products-bg-color ul li,
.products-bg-color p.desc.ng-binding {
    color: #eeeeee;
}

.clients-page ul.level-2 li:hover {
    color: #FD0866;
}

.clients-page ul.level-3 li {
    margin: 20px 10px 0px 0px;
    padding: 0;
}

.clients-page h2 {
    color: #FD0866;
    border-bottom: 1px solid #333;
    padding: 0;
    margin: 0;
    font-family: roboto condensed bold, helvetica, arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: lowercase;
}

.news-detail.mobile-news-detail aside,
.mobile-project-desc-container .project-info-container,
.mobile-project-images-slider {
    display: none;
}

.type-click {
    overflow: hidden;
}

.type-container:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 14px;
    height: 22px;
    left: 3px;
    border-left: 2px solid #9D9D9C;
    z-index: -1;
}

.project-slider {
    overflow: hidden;
    height: auto;
    padding: 0px;
}

.cloned-project-images-slider,
.project-images-slider {
    overflow: hidden;
    display: block;
    clear: both;
    float: none;
    position: relative;
    height: 100%;
    min-height: 300px;
}

.project-desc .slick-initialized .slick-slide {
    background-color: #fff !important;
}

.mobile-project-images-slider li {
    background-color: #868686 !important;
}

.project-desc li img,
.mobile-project-images-slider li img {
    display: block;
}

.mobile-project-images-slider li.whiteOverRuled {
    background-color: #fff !important;
}

.project-images-slider {
    padding: 0;
    margin-bottom: 0px;
}

.about-container,
.project-desc-container {
    width: 960px;
    margin: 0px auto 30px;
    padding: 0px 5px;
}

.project-desc-container .social-icons {
    clear: both;
    display: block;
    float: none;
    height: 46px;
    width: 195px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto 0px;
}

.about-us-article .about-container,
.project-desc-container.normal-project-details {
    margin: 0px auto;
}

.mobile-project-images-slider {
    margin: 0px 0px 25px 0px;
    overflow: hidden;
}

.similar-projects,
.related-projects {
    width: 100%;
    float: left;
    margin: 0px 0px 40px 0px;
}

.similar-projects li div,
.related-projects li div {
    left: 0px;
    top: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block;
    position: absolute;
    opacity: 0.9;
    width: 100%;
    height: 150px;
}

.similar-projects h4,
.related-projects h4 {
    font-family: "roboto condensed bold", helvetica, arial, sans-serif;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 0.5px solid #575756;
    font-size: 14px;
    margin: 0;
}

.project-desc b,
.project-desc strong {
    clear: both;
    display: block;
    margin: 0px 0px;
    font-family: roboto, helvetica, arial, sans-serif;
}

.project-desc h4 strong {
    display: inline-block;
    margin: 0px;
}

.similar-projects li,
.related-projects li {
    overflow: hidden;
}

.level-3 li img,
.related-projects li img,
.similar-projects li img {
    object-fit: cover;
}

.project-desc {
    width: 100%;
    float: left;
    color: #575756;
    font-family: Roboto Condensed, helvetica, arial, sans-serif;
    font-weight: normal;
    margin-top: 0px;
}

.project-desc ul {
    list-style: none;
    margin: 32px 0px 32px -2px;
}

.project-desc ul .slick-prev {
    left: 8px;
}

.project-desc ul .slick-next {
    right: 8px;
}

.type-colors {
    height: 7px;
    width: 7px;
    background-color: #9D9D9C;
    float: left;
    margin: 10px 0px 10px;
    transition: none;
}

.type-text {
    font-family: Roboto Condensed, helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin: 6px 0px 0px 20px;
    font-weight: bold;
    color: #575756;
    position: absolute;
}

.type-container {
    float: none;
    min-width: 150px;
    cursor: pointer;
    height: 25px;
    position: relative;
}

.types-container {
    height: auto;
    overflow: hidden;
    transition: none;
    float: left;
    margin-top: 25px;
}

.project-info-container.fixed .types-container {
    margin-top: 30px;
}

.project-info-container.animateTo {
    animation-name: projectDescAnimateOnHover;
    width: 950px;
    height: 70px;
}

.project-info-container.fixed .type-container {
    display: none;
}

.project-info-container.fixed.mouse-over .type-container {
    display: block;
}

.type-colors.hover {
    animation-name: typeAnimateOnHover;
}

.type-colors.hhoverr {
    height: 1px !important;
}

.type-colors.hhoverrHeight100 {
    height: 100% !important;
}

.type-colors.hhoverrWidth100 {
    width: 100% !important;
}

.project-info-container {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

@media screen and (max-width:500px) {
    .project-info-container {
        clear: both;
    }
}

.aFamilyProject .project-info-container {
    margin-bottom: 50px;
}

.project-info-container.fixed {
    position: fixed;
    top: 0px;
    background-color: #fff;
    z-index: 99;
    opacity: 0.9;
    height: 70px;
    width: 950px;
}

.aFamilyProject .type-container {
    opacity: 1;
}

.aFamilyProject .fixed:hover .type-container {
    opacity: 0.9;
}

.aFamilyProject .finaly-project-other-than-first {
    display: block;
    overflow: hidden;
    height: 100px;
    width: 100px;
    clear: both;
}

.aFamilyProject .project-info-details-types-container {
    display: block;
    overflow: hidden;
    background: #fff;
    width: 950px;
    height: auto;
}

.fixed .aFamilyProject .project-info-details-types-container {
    height: 70px;
}

.fixed:hover .aFamilyProject .project-info-details-types-container {
    height: auto;
}

.aFamilyProject .project-info-details-types-container.animateTo {
    animation-name: projectDescAnimateOnHover;
}

.aFamilyProject .project-info-details-types-container.fixed {
    margin: 0 auto;
    position: fixed;
    top: 0;
    opacity: 0.96;
    height: 70px;
    background: #fff;
    z-index: 1;
}

.aFamilyProject .project-info-details-types-container.fixed:hover {
    height: auto;
}

.aFamilyProject .project-info-types.animateTo,
.aFamilyProject .project-info-details.animateTo {
    animation-name: projectDescAnimateOnHover;
}

.fixed .aFamilyProject .project-info-types,
.fixed .aFamilyProject .project-info-details {
    position: relative;
    background-color: #fff;
    z-index: 99;
    height: 70px;
    width: 600px;
    overflow: hidden;
    opacity: 0.9;
}

.fixed .aFamilyProject .project-info-types {
    position: relative;
    float: right;
    width: 350px;
    height: 70px;
}

.aFamilyProject .project-info-details-types-container.fixed:hover .project-info-types {
    height: auto;
}

.fixed .which-container {
    display: none;
}

.aFamilyProject .project-info-details.fixed.mouse-over {
    overflow: visible;
    height: 200px;
}

.aFamilyProject .project-info-types.fixed.mouse-over {
    overflow: visible;
    height: 200px;
}

.fixed .project-info-details:before {
    content: "";
    position: absolute;
    top: 0px;
    background: url("../images/logo.png");
    height: 70px;
    width: 70px;
}

@media screen and (max-width:960px) {
    .aFamilyProject .project-info-details-types-container.fixed {
        left: 0px;
    }
}

.project-info-container.fixed:hover {
    height: auto;
}

.project-info-container.fixed:before {
    content: "";
    position: absolute;
    top: 0px;
    background: url("../images/logo.png");
    height: 70px;
    width: 70px;
}

.project-info-details {
    width: 100%;
    float: left;
    color: #575756;
    font-family: roboto condensed, helvetica, arial, sans-serif;
}

.about-detail-desc div sub,
.end-project-line,
.section-process .text-title,
.tab-content>.tab-pane .image-header,
.careers-lists aside.title,
.news-detail aside h3,
.people-detail-desc h1,
.project-info-details .title,
.grid-container-button .title {
    color: #575756;
    margin-left: 160px;
    font-size: 26px;
    font-family: roboto condensed bold, helvetica, arial, sans-serif;
    margin-bottom: 12px;
    position: relative;
    top: 0px;
    padding-bottom: 5px;
    border-bottom: 0.5px solid #575756;
    line-height: 40px;
    font-weight: normal;
    margin-right: 160px;
    overflow: hidden;
    margin-top: 25px;
}

.grid-container-button .title {
    margin: 0;
    border: none;
}

.end-project-line {
    margin: 0px 160px 72px;
}

.section-process .text-title,
div.careers-lists aside.title {
    margin: 0;
    top: 0;
    border: none;
}

.project-info-details .title .sub-title,
.grid-container-button .title .sub-title {
    font-size: 18px;
    line-height: 25px;
    font-family: roboto condensed, helvetica, arial, sans-serif;
    margin: 0px 0px 10px 0px;
}

.project-info-types {
    width: 350px;
    float: left;
}

.project-title {
    color: #575756;
    font-family: Roboto Condensed, helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    width: 100%;
    margin-bottom: 30px;
}

.project-title.animateYo {
    animation-name: onDownScrollFixProjectHeader;
}

.project-title.fixed {
    position: fixed;
    top: 0px;
    width: 930px;
    background: #fff;
    z-index: 99;
    opacity: 0.8;
    height: 80px;
    padding-top: 25px;
}

.project-title .ng-bind {
    width: 60%;
    float: left;
}

.project-title .type-title {
    width: 40%;
    float: right;
}

.project-info {
    width: 60%;
    float: left;
    font-family: Roboto Condensed, helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.project-info.fixed {
    position: fixed;
    top: 80px;
    background: #fff;
    z-index: 99;
    opacity: 0.8;
    width: 930px;
}

.project-info .info {
    font-size: 1em;
    margin-right: 10px;
    min-width: 150px;
    overflow: hidden;
    float: left;
    position: relative;
}

.project-info .info.animateYo {
    animation-name: onDownScrollFixInfoHeader;
}

.project-info .info.animateResetYo {
    animation-name: onUpScrollFixInfoHeader;
}

.project-info div {
    margin-bottom: 15px;
}

.project-type {
    width: 40%;
    float: right;
    margin-bottom: 25px;
    height: 100px;
}

.project-type.fixed {
    position: fixed;
    top: 80px;
    right: 400px;
    width: 300px;
    background: #fff;
    z-index: 99;
    opacity: 0.8;
}

span.ans.ng-binding.animateYo {
    animation-name: onDownScrollFixInfoOther;
}

span.ans.ng-binding.animateResetYo {
    animation-name: onUpScrollFixInfoOther;
}

.which-container {
    position: relative;
    width: 100%;
}

.fixed .which-container {
    display: none;
    opacity: 0;
}

.fixed:hover .which-container {
    display: block;
    opacity: 0.9;
}

.mouse-over .which-container {
    display: block;
}

.project-desc h4,
.project-desc h4 strong,
.about-us-article .about-us-landing h4,
.people-detail-desc div,
.project-desc h3,
.about-detail-desc h3,
.project-desc h4,
.which-container .info {
    width: 130px;
    min-width: 130px;
    text-align: right;
    float: left;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-family: "roboto condensed bold", helvetica, arial, sans-serif;
    line-height: 24px;
}

.people-detail-desc section aside span,
.people-detail-desc h6,
.people-detail-desc ul,
.which-container span.ans,
.tag-container {
    position: relative;
    margin: 0px 30px;
    font-size: 14px;
    display: block;
    padding: 0px 0px 0px 0px;
    width: 75%;
    min-width: 400px;
    float: left;
    line-height: 24px;
}

.people-detail-desc section aside {
    overflow: hidden;
}

.which-container div {
    float: none;
    overflow: hidden;
    display: block;
}

.project-info-container.fixed .which-container {
    display: none;
}

.project-info-container.fixed.mouse-over .which-container,
.project-info-container.fixed .which-container.show {
    display: block;
    margin-top: 35px;
}

.tag-container {
    overflow: hidden;
    float: left;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: 23px;
    width: 70%;
}

.tag-container.animateYo {
    animation-name: onDownScrollFixTagInfo;
}

.tag {
    position: relative;
}

.tag span {
    transition: all .2s ease-in-out;
    position: relative;
    font-size: 11px;
    background: #D9D9D9;
    background: #eeeeee;
    overflow: hidden;
    border-left: 10px;
    border-right: 10px;
    margin: 0px 2px 2px;
    padding: 0px 5px;
    cursor: pointer;
    width: auto;
    float: left;
}

.tag::before {
    content: "";
    position: absolute;
    width: 0;
    height: 24px;
    transition: all .25s ease-in-out;
    left: 2px;
}

.tag:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    background: #BED901;
}

.tag:hover span {
    background: rgba(0, 0, 0, 0);
}


/*.tag:hover{color:#ffffff;}*/

.project-info-types .type-title {
    font-family: roboto condensed, helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #575756;
    margin-bottom: 20px;
    position: relative;
    top: 37px;
    left: 20px;
}

.project-info-container.fixed .project-info-types .type-title {
    top: 35px;
}

.dive.tab-pane p,
.project-desc .modern-desc-yo blockquote p u em,
.careers-lists aside,
.about-container,
.project-desc,
.news-detail .news-detail-spec,
.people-detail-desc,
.tab-content>.tab-pane,
.contact-lists div.address {
    color: #575756;
    font-family: roboto light, helvetica, arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin: 0px 0px 40px 0px;
}

.share-plugins {
    margin: 20px 0px 20px 0px;
}

.project-desc .old-desc-yo {
    margin: 0px 160px;
    display: block;
    overflow: hidden;
}

.project-desc ul {
    background-color: #d9d9d9 !important;
}

.project-desc .old-desc-yo a {
    margin: 10px 0px;
}

.project-desc.margin-top {
    margin-top: 20px;
}

.about-container h2,
.about-container div h2,
div.project-desc .modern-desc-yo p u,
.about-detail-desc p u,
div.project-desc .modern-desc-yo div u {
    color: #FD0866;
    font-size: 21px;
    margin: 0px 160px 25px 160px;
    font-family: "roboto condensed", helvetica, arial, sans-serif;
}

div.project-desc .modern-desc-yo p u,
.about-detail-desc p u,
div.project-desc .modern-desc-yo div u {
    margin: 0;
    text-decoration: none;
}

div.project-desc .modern-desc-yo blockquote {
    padding: 0px 20px;
    position: relative;
    top: -2px;
}

.about-container h3,
.about-container h4,
.project-desc h4,
.project-desc h4 strong {
    font-family: "roboto condensed bold", helvetica, arial, sans-serif;
    font-weight: normal;
}

.about-container div em,
.project-desc .modern-desc-yo em {
    margin: 20px 160px 25px;
    display: block;
}

.about-detail-desc div.project-desc .modern-desc-yo div sub,
.about-detail-desc div,
.project-desc .modern-desc-yo blockquote p em strong,
div.project-desc .modern-desc-yo blockquote p,
div.project-desc .modern-desc-yo blockquote em,
div.project-desc .modern-desc-yo div strong,
.about-detail-desc div strong,
.project-desc .modern-desc-yo em {
    margin: 0;
}

.about-detail-desc div.project-desc .modern-desc-yo div,
.about-detail-desc div.project-desc .modern-desc-yo div sub {
    border: none;
    line-height: 36px;
    bottom: 0;
    display: block;
    padding: 0;
}

div.project-desc .modern-desc-yo div {
    margin: 0px 160px 0px 160px;
}

div.project-desc .modern-desc-yo div.slick-list.draggable {
    margin: 0;
    overflow: visible;
}

div.project-desc ul.slick-initialized.slick-slider div {
    margin: 0px;
}

.contact-lists div.address,
.about-container div ul,
.about-container p,
.project-desc .modern-desc-yo p,
.project-desc .modern-desc-yo p strong,
.project-desc .modern-desc-yo div,
.project-desc .modern-desc-yo blockquote {
    position: relative;
    font-size: 16px;
    font-size: 16px;
    margin: 0px 160px 10px 160px;
}

div.project-desc .modern-desc-yo p s {
    text-decoration: none;
    font-size: 12px;
    position: relative;
    top: -30px;
    margin: 0;
}

.project-desc .modern-desc-yo blockquote p u em,
.project-desc .modern-desc-yo blockquote p em strong {
    font-size: 14px;
}

.contact-lists div.address {
    margin: 0px 160px 0px 160px;
}

.about-container div a,
.project-desc .modern-desc-yo a,
.about-detail-desc a,
.project-desc .old-desc-yo a {
    color: #FD0866;
    display: inline-block;
}

.project-desc .modern-desc-yo a.exlink,
.about-detail-desc a.exlink {
    padding: 4px 6px;
    background: #d9d9d9;
    color: #3c3c3b;
    font-family: roboto condensed;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    margin: 0px 0px 5px 0px;
}

.people-detaill h3 {
    font-size: 14px;
    color: #FE0966;
    padding-top: 10px;
}

.people-detaill h4 {
    width: 413px;
    float: left;
    display: block;
    overflow: hidden;
    margin: 27px 100px 0px 160px;
}

.people-detaill a {
    display: block;
    margin: 20px 0px;
}

.people-detail-desc {
    color: #575756;
    margin: 5px 0px 0px 0px;
    float: left;
    display: block;
    padding: 0;
    font-size: 14px;
    position: relative;
}

.people-detail-desc p {
    display: block;
    clear: both;
    margin: 0px 160px 10px 160px;
    font-size: 16px;
    line-height: 25px;
}

.people-detail-desc ul,
.people-detail-desc ol {
    float: left;
    list-style: none;
}

.people-detail-desc h1,
.people-detail-desc h2,
.people-detail-desc h5 {
    padding: 0;
    margin: 0px 160px 0px 160px;
    top: 0px;
    color: #575756;
    font-weight: normal;
    font-family: roboto condensed, helvetica, arial, sans-serif;
    font-size: 30px;
    line-height: 40px;
    border: none;
}

.people-detail-desc h4,
.people-detail-desc h3 {
    margin: 20px 0 5px;
}

.people-detail-desc h3 {
    margin: 0px 0px 5px;
}

.people-detail-desc ul li {
    float: left;
    padding: 0px 5px 0px 0px;
}

.people-detail-desc ol,
.people-detail-desc ul {
    margin: 5px 20px 10px;
    width: 700px;
    padding: 0px 10px;
}

.people-detail-desc ol li {
    float: left;
    font-family: roboto condensed, helvetica, arial, sans-serif;
}

.project-desc .modern-desc-yo p s,
.people-detail-desc h6 {
    padding: 0px;
    margin: 10px 160px 0px 160px;
    font-size: 14px;
    font-family: roboto, helvetica, arial, sans-serif;
    line-height: 18px;
    overflow: hidden;
}

.people-detaill .margin-right-30 {
    position: absolute;
}

.about-container div ul li {
    background-color: #d9d9d9;
}

.about-container div ul li img {
    width: 100% !important;
    height: auto !important;
}

@media screen and (max-width:768px) {
    div.tab-pane section,
    div.project-title,
    .project-desc,
    .project-info {
        width: 100%;
        float: none;
    }
    div.tab-pane section {
        margin: 0px 0px 25px 0px;
    }
}

@media screen and (max-width:768px) {
    .people-detail-desc h1,
    .people-detail-desc h2,
    .people-detail-desc h5,
    .people-detail-desc h6 {
        margin: 0px;
    }
    .about-container div a,
    .project-desc .modern-desc-yo a,
    .about-detail-desc a,
    .project-desc .old-desc-yo a {
        width: 100%;
        overflow: hidden;
    }
    aside.employee-image {
        margin: 0px;
    }
    .people-detail-desc div {
        text-align: left;
    }
    .people-detail-desc p {
        margin: 10px 0px;
    }
    .about-container,
    .project-desc {
        min-height: 0px;
        height: auto;
    }
    .careers-lists aside,
    div.tab-pane section,
    .end-project-line,
    .project-desc .modern-desc-yo blockquote,
    .process-page ul li.section-process,
    div.first-process.section-process div.text,
    .about-container,
    .about-container div h2,
    .about-container p,
    .about-container div em,
    .share-plugins,
    .project-desc .modern-desc-yo p,
    .project-desc .old-desc-yo div,
    .project-desc .old-desc-yo p,
    .project-desc .modern-desc-yo em,
    .project-desc .modern-desc-yo h2 {
        margin: 0px 0px 25px 0px;
        font-size: 15px;
        line-height: 22px;
    }
    .section-process.ng-scope:nth-child(even) .image,
    li.section-process.ng-scope:nth-child(odd) .image,
    li.section-process.ng-scope:nth-child(odd) .text.ng-binding,
    li.section-process.ng-scope:nth-child(even) .text.ng-binding {
        border: none;
        left: -36px;
        float: left;
        padding: 5px;
        text-align: left;
        font-size: 15px;
        line-height: 22px;
        margin: 0px 0 15px;
    }
    li.section-process:nth-of-type(odd) .text-title {
        float: left;
    }
    li.section-process.ng-scope:nth-child(odd) .text.ng-binding,
    li.section-process.ng-scope:nth-child(even) .text.ng-binding {
        padding: 5px 0px 0px 70px;
    }
    div.common-page.process-page section div.image span,
    .common-page.process-page .tab-pane aside div.image span {
        height: 60px;
        width: 60px;
    }
    .process-page .tab-pane.active section,
    .process-page div.tab-content>.tab-pane {
        overflow: visible;
    }
    .end-project-line {
        margin: 0px 30px
    }
    ;
    div.project-desc .modern-desc-yo div {
        margin: 0px 0px 0px 0px;
    }
    div.process-page ul li.section-process {
        width: 100%;
        margin: 0;
        padding: 30px 30px 0px 26px;
    }
    .which-container {
        margin-top: 0px;
    }
    article.about-us-article .about-us-landing h4,
    .project-desc h3,
    .about-detail-desc h3,
    .which-container .info {
        margin: 0px 10px 0px 0px;
        display: block;
        text-align: left;
        line-height: 24px;
        font-size: 14px;
    }
    article.about-us-article .about-us-landing h4,
    .project-desc h4,
    .project-desc h3,
    .about-detail-desc h3 {
        float: none;
        width: 100%;
    }
    .people-detail-desc section aside span,
    .people-detail-desc h6,
    .people-detail-desc ol,
    .people-detail-desc ul,
    .which-container span.ans.ng-binding,
    .tag-container {
        margin: 0px 0px 0px 10px;
        float: left;
        width: 75%;
        line-height: 24px;
        min-width: 200px;
    }
    div.careers-lists article,
    .aFamilyProject .project-info-details-types-container,
    .which-container div,
    .project-info-details {
        width: 100%;
    }
    div.careers-lists article {
        margin: 10px 0px;
    }
    aside.people-detail-desc div,
    .which-container span.info {
        width: 14%;
        min-width: auto;
        margin: 0;
        min-width: 80px;
    }
    .project-info-container {
        display: block;
        float: none;
        clear: both;
        padding: 0px 30px 0px;
    }
    .tag-container {
        overflow: hidden;
        display: block;
        position: relative;
        width: 60%;
        float: left;
    }
    .about-detail-desc div.project-desc .modern-desc-yo div,
    .about-us-article .about-us-landing h4,
    .about-container h2,
    .about-container div h2,
    .project-desc .modern-desc-yo h2,
    .about-container>h3,
    .project-info-details .title,
    section.news-detail aside,
    section.news-detail div.news-detail-spec {
        margin: 0px 0px 20px 0px;
    }
    .about-detail-desc div.project-desc .modern-desc-yo div {
        margin: 0px;
    }
    .about-container div ul,
    .project-desc ul {
        list-style: none;
        left: -10px;
        margin: 32px 0px;
    }
    .about-container div ul li,
    .project-desc ul li {
        float: left;
        background-color: #d9d9d9;
        width: 100%;
    }
    .project-desc ul li img {
        width: 100%;
        height: auto;
    }
    .about-container div ul li img {
        width: 100% !important;
    }
    .project-desc .old-desc-yo {
        margin: 0px;
    }
    .about-detail-desc div.project-desc .modern-desc-yo div sub,
    .about-us-article .about-us-landing h4,
    .section-process .text-title,
    .tab-content>.tab-pane .image-header,
    div.careers-lists aside.title,
    .about-container>h3,
    .people-detail-desc h1,
    .title span.ng-binding,
    section.news-detail aside h3 {
        font-size: 21px;
        font-family: roboto condensed bold, helvetica, arial, sans-serif;
        overflow: hidden;
        display: block;
        line-height: 25px;
    }
    div.careers-lists aside.title,
    div.section-process .text-title,
    .about-detail-desc div.project-desc .modern-desc-yo div sub {
        font-size: 18px;
    }
    .about-container h2,
    .about-container div h2,
    .project-desc .modern-desc-yo h2 {
        font-size: 18px;
    }
    .project-info-container.animateTo .title .sub-title,
    .project-info-container.fixed .title .sub-title,
    .project-info-container.animateTo .title span.ng-binding,
    .project-info-container.fixed .title span.ng-binding {
        line-height: 40px;
    }
    .careers-lists h4,
    aside.people-detail-desc h2,
    .project-info-details .title .sub-title {
        font-size: 14px;
        margin: 5px 0px 10px 0px;
        line-height: 20px;
    }
}

@media screen and (max-width:768px) {
    div.contact-lists div.address {
        width: 100%;
        margin: 0px;
    }
    .about-container div ul,
    .project-desc ul {
        margin: 32px -35px;
        overflow: hidden;
    }
    .first-process.section-process,
    .section-process,
    .contact-lists div.address,
    .people-detaill aside.people-detail-desc,
    .about-container,
    section.news-detail,
    .project-desc {
        padding: 0px 30px 0px;
        margin: 0;
    }
    .level-2 ul {
        padding: 30px 0px 0px;
        margin: 0px 15px;
    }
    .clients-page .client-list {
        margin: 30px 0px;
    }
    .careers-lists.project-desc,
    .about-detail-desc.about-container .project-desc,
    .clients-page .client-list.client-project-tile-list {
        padding: 0;
    }
    .similar-projects h4,
    .related-projects h4 {
        padding: 0;
        margin: 30px 30px 0px;
    }
    .project-desc-container .social-icons {
        margin: 30px auto 0px;
    }
    .clients-page ul.level-3 li {
        margin: 20px 5px 0px 5px;
        padding: 0;
    }
    .clients-page div.client-list {
        width: 100%;
    }
    .about-us-landing .article-image.mobile-article-image {
        display: block;
        width: 70px;
        height: 100%;
        float: left;
        margin: 0;
        position: fixed;
        top: 70px;
    }
    .about-us-landing .article-image {
        display: none;
    }
    .about-us-landing .about-detail-desc.about-container {
        display: block;
        padding: 0px 5px 0px 106px;
        float: right;
        position: relative;
        clear: none;
    }
    .about-us-landing .about-detail-desc.about-container .project-desc {
        display: block;
        padding: 0;
    }
}


/* No greater than 992px, no less than 780px */

@media (max-width:992px) and (min-width:780px) {
    .careers-lists .main-container {
        margin: 10px 100px !important;
    }
}

.tab-content>.tab-pane {
    font-size: 16px;
    margin: 0px auto;
    display: block;
    line-height: 24px;
    position: relative;
    float: none;
    width: 700px;
    overflow: hidden;
}

.tab-content>#diverge.tab-pane,
.tab-content>#dive.tab-pane {
    width: 100%;
}

.common-page.about-page {
    padding: 0px 10px;
}

.common-page.about-page p {
    position: relative;
}

.about-container>h3 span {
    position: absolute;
    right: 25px;
    background: url(../images/load-more.png) 0/cover no-repeat;
    height: 25px;
    width: 25px;
}

.about-container>h3 span.ui-icon-circle-arrow-e {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

aside.article-image {
    margin-bottom: 25px;
}

.about-us-landing aside.article-image {
    -webkit-background-position: 50% 30% !important;
    background-position: 50% 30% !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    min-height: 540px;
}

@media screen and (max-width:768px) {
    .about-container div.ui-accordion-content-active {
        opacity: 1;
    }
}

div.common-page,
.limelites-page {
    width: 960px;
    margin: 20px auto;
    display: block;
    position: relative;
    padding: 0;
    overflow: hidden;
    float: none;
}

section.limelites-page {
    margin: 0px auto;
    top: 75px;
}

.common-page.work-page {
    padding: 80px 0px;
    height: 700px;
}

div.common-page {
    width: 950px;
    min-height: 135px;
    margin: 0px auto;
    padding: 80px 0px;
}

div.common-page.contact-page {
    padding: 70px 0px;
}

div.common-page.people-page {
    min-height: 500px;
}

.submenu-list.nav.nav-tabs,
.submenu.col-xs-12.col-sm-12.col-lg-8.col-lg-offset-2.ng-scope {
    clear: both;
    float: none;
    border: none;
}

.nav.submenu-list li span,
.nav.submenu-list li a {
    color: #000;
    font-size: 14px;
    font-family: roboto condensed, helvetica, arial, sans-serif;
    padding: 0px 15px;
    text-transform: lowercase;
    cursor: pointer;
}

.nav.submenu-list li span:hover,
.nav.submenu-list li span:focus,
.submenu-list.nav>li>a:hover,
.nav>li>a:focus {
    font-family: roboto condensed bold, helvetica, arial, sans-serif;
    background: rgba(0, 0, 0, 0);
    font-size: 14px;
}

.submenu-list.nav-tabs>li.active>span,
.submenu-list.nav-tabs>li.active>span:hover,
.submenu-list.nav-tabs>li.active>span:focus,
.submenu-list.nav-tabs>li.active>a,
.submenu-list.nav-tabs>li.active>a:hover,
.submenu-list.nav-tabs>li.active>a:focus {
    margin-right: 0px;
    font-size: 14px;
    font-family: roboto condensed bold, helvetica, arial, sans-serif;
    border: none;
    background: rgba(0, 0, 0, 0);
}

.submenu-list.nav.nav-tabs li a {
    height: 36px;
    padding: 0px 5px 0px 5px;
}

.submenu-list.nav.nav-tabs li:first-of-type {
    margin-left: 5px;
}

.submenu ul {
    clear: both;
    float: none;
    overflow: hidden;
    border: none;
    margin: 0px auto;
    height: 20px;
    width: 950px;
    position: relative;
    display: block;
    padding-left: 115px;
}

.submenu ul li {
    margin: 0px 0px 0px 0px;
}

.work-moto,
ul.level-1 li:hover .work-moto {
    opacity: 1;
    padding-left: 10px;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    transition: all 0.2s cubic-bezier(0, .5, .5, 1);
}

.work-moto {
    opacity: 0;
    position: relative;
    width: 400px;
    padding: 0;
}

.tab-pane.aboutus img {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: -1;
}

.tab-pane.aboutus h2 {
    color: #FE0966;
    font-size: 1em;
    line-height: 40px;
}

.tab-pane.aboutus h1 {
    color: #FE0966;
    font-size: 22px;
    line-height: 26px;
    font-weight: lighter;
    font-family: 'Economica', sans-serif;
}

.tab-content .tab-pane img {
    width: 100%;
    height: auto;
}

.common-page.work-page ul.level-1 li>span {
    font-family: Roboto Thin, helvetica, arial, sans-serif;
    font-size: 28px;
    text-decoration: none;
    color: #575756;
    display: block;
    overflow: hidden;
    margin: 0px auto;
    padding: 0px 5px 0px 80px;
    cursor: default;
    position: relative;
    line-height: 100px;
    height: 69px;
    float: none;
    clear: both;
}

@media screen and (max-width:778px) {
    div.common-page,
    .common-page.work-page {
        margin: 0px;
        padding: 130px 0px 0px;
    }
    .common-page.work-page {
        top: 0px;
        margin: 0px;
        padding: 130px 0px 0px;
    }
    div.dive-page.common-page,
    div.common-page.news-page {
        padding: 80px 30px;
    }
}

.common-page,
.common-page.people-page {
    width: 960px;
}

.employee-image {
    margin: 0px 0px 0px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.employee-image img {
    visibility: hidden;
}

.common-page.people-page.people-detail-page {
    padding: 0;
}

.common-page.people-page h5 {
    color: #575756;
}

.people-page,
.news-page,
.work-page,
.clients-page {
    padding: 0;
    margin-top: 90px;
    position: relative;
    display: block;
    height: 100%;
    min-height: 800px;
}

.clients-page {
    margin-top: 0px;
    padding: 80px 0px 0px;
}

.people-detaill {
    display: block;
    padding: 0px 5px;
}

.people-lists div div {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 5px 5px 5px 5px;
}

.people-lists div div img {
    width: 100%;
}

.people-lists div div a {
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
}

.people-lists div div span,
.people-lists div div a span {
    font-family: roboto condensed bold, helvetica, arial, sans-serif;
    padding: 5px;
    font-size: 14px;
    left: 0px;
}

.people-lists h3 {
    text-transform: lowercase;
    font-weight: 300;
    padding: 15px 0 0 165px;
    font-size: 20px;
    line-height: 36px;
    width: 795px;
    margin: 0 auto;
}

.people-detail-desc h2 {
    border-bottom: 0.5px solid #444;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 10px;
}

.people-detail-desc div {
    margin: 0px 0px 0px;
    display: block;
    float: left;
    overflow: hidden;
    width: 80px;
    line-height: 24px;
}

.people-detail-desc p:first-of-type {
    padding-top: 25px;
    overflow: hidden;
    display: block;
    clear: both;
    float: none;
    top: 0px;
}

@media screen and (max-width:700px) {
    .people-detaill {
        margin-left: 0px;
        padding: 0px;
    }
}

.contact-lists div {
    float: left;
    width: 500px;
    display: block;
    overflow: hidden;
}

.contact-lists div.address {
    width: 310px;
    font-size: 14px;
    margin: 0px 160px 0px 160px;
}

.contact-lists div.address h1 {
    font-family: roboto bold, helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
}

@media screen and (max-width:500px) {
    .contact-lists article,
    .contact-lists div.address,
    .contact-lists div,
    .contact-lists div.address h1,
    .contact-lists h3 {
        width: 100%;
    }
}

.common-page.contact-page section {
    width: 100%;
}

.contact-lists article {
    float: none;
}

.news-lists,
.careers-lists {
    font-family: "Roboto Condensed", helvetica, arial, sans-serif;
    color: #575756;
}

.news-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.news-lists h2 {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.news-lists h4.careers-lists aside {
    font-family: roboto, helvetica, arial, sans-serif;
}

.careers-lists button,
.careers-lists a.apply,
.careers-lists a.view_desc {
    background: #fff;
    outline: none;
    border: none;
    color: #FD0866;
    float: left;
    margin-right: 30px;
}

.careers-lists .disabled {
    pointer-events: none;
}

.careers-lists button:hover,
.careers-lists button,
.careers-lists a.apply:hover,
.careers-lists a.view_desc:hover {
    color: #BED901;
}

.careers-lists article {
    width: 630px;
    margin: 20px 160px;
    border-bottom: 0.5px solid #575756;
    padding-bottom: 20px;
}

.careers-lists h4 {
    color: #575756;
    display: block;
    clear: both;
    float: none;
    text-align: left;
}

.news-lists article.ng-scope.right {
    padding: 0px 0px 0px 0px;
    float: right;
}

.news-lists article.ng-scope.left {
    padding: 0px 0px 0px 0px;
    float: left;
    clear: right;
}

@media screen and (max-width:949px) {
    .news-lists article.ng-scope.left,
    .news-lists article.ng-scope.right {
        float: left;
        width: 48%;
        margin: 0px 5px;
    }
}

@media screen and (max-width:700px) {
    .careers-lists article,
    .news-lists article.ng-scope.left,
    .news-lists article.ng-scope.right {
        padding: 0px;
        float: left;
        width: 100%;
    }
    .news-lists article div img {
        float: right;
    }
}

@media screen and (max-width:500px) {
    div.news-lists article div img {
        float: right;
        clear: both;
        display: block;
        width: 150px;
        height: auto;
        overflow: hidden;
    }
    div.news-lists article div.news-header-desc {
        width: 50%;
        float: left;
        clear: none;
        display: block;
        font-family: roboto condensed;
        font-weight: normal;
        font-size: 15px;
        position: absolute;
        bottom: 0px;
    }
    div.news-lists article div div.on_date {
        overflow: hidden;
        display: block;
        float: left;
        clear: none;
        height: 30px;
        position: absolute;
        width: 47%;
    }
}

.news-lists article {
    width: 450px;
    margin: 5px 5px 20px 0px;
    position: relative;
    display: block;
    overflow: hidden;
}

.news-lists img {
    height: 150px;
    width: auto;
    float: right;
}

.news-lists article div {
    display: block;
    float: left;
    margin: 10px 0px;
    position: relative;
    width: 100%;
}

.news-lists article div div.on_date {
    overflow: hidden;
    display: block;
    float: left;
    clear: none;
    height: 30px;
    position: absolute;
    width: 45%;
}

.news-lists article div.news-header-desc {
    width: 285px;
    width: 45%;
    float: left;
    clear: none;
    display: block;
    font-family: roboto condensed;
    font-weight: normal;
    font-size: 15px;
    position: absolute;
    bottom: 5px;
}

.news-lists article div div.on_date h4 {
    float: left;
    text-align: -webkit-auto;
    font-size: 18px;
    font-family: roboto condensed bold;
    padding: 0px
}

.news-lists .on_date span {
    font-size: 18px;
    font-family: roboto condensed bold;
    display: block;
    float: left;
    margin: 0px 5px;
}

.news-lists .on_date span.month {
    left: 45px;
}

.news-lists a,
.news-lists a:hover {
    text-decoration: none;
    color: #575756;
}

.news-lists h2 {
    padding: 0;
    margin: 0;
}

.news-image {
    overflow: hidden;
    height: auto;
    clear: both;
    left: 0px;
    margin-top: 0px;
    position: relative;
    display: block;
}

.news-detail {
    width: 950px;
    margin: 0 auto;
    display: block;
    float: none;
    position: relative;
    left: 0px;
    padding: 0px 10px;
    color: #575756;
}

.news-detail-container .go-back {
    width: 950px;
    display: block;
    margin: 100px auto 0px;
    font-family: "Roboto Condensed", helvetica, arial, sans-serif;
}

.news-lists article,
.news-detail aside h3 {
    font-size: 30px;
    line-height: 40px;
    border-bottom: 1px solid #444;
    margin: 10px 0 15px;
    top: 0;
    color: #575756;
}

.news-detail aside,
.news-detail aside h1,
.news-detail aside h2,
.news-detail aside p {
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    color: #444;
    font-family: roboto, helvetica, arial, sans-serif;
    font-size: 12px;
}

.news-detail aside {
    margin-left: 160px;
}

.news-detail .news-detail-spec h1,
.news-detail .news-detail-spec h2,
.news-detail .news-detail-spec {
    font-size: 16px;
    margin: 0px 160px 10px 160px;
    line-height: 25px;
    font-weight: 300;
}

.news-detail .news-detail-spec h1,
.news-detail .news-detail-spec h2 {
    margin: 0;
}

.news-detail-container {
    clear: both;
}

.limelites-page .project-grid.ng-scope {
    margin: 5px;
    min-height: 310px;
    min-width: 310px;
    overflow: hidden;
}

.limelites-page .project-grid.ng-scope a {
    overflow: hidden;
    float: left;
    height: 310px;
    width: 310px;
    background-position: center center;
}

.dive.tab-pane {
    margin: 30px 0px 0px;
}

.dive-page .tab-pane.dive h2 {
    margin: 0px;
    color: #bdd01c;
    font-size: 24px;
    font-family: roboto, helvetica, arial, sans-serif;
    font-weight: 100;
}

.dive-page .tab-pane.dive h2.d-in-dive {
    font-family: roboto black, helvetica, arial, sans-serif;
    padding: 0px 0px 0px 70px;
    margin: 20px 0px;
}

.who-icons {
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    width: 960px;
}

.who-icons div {
    height: 150px;
    width: 150px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
    background: #f9f9f9;
    position: relative;
}

div.breadcrumb span.icon {
    font-size: 25px;
    color: #000;
    display: block;
    float: left;
    line-height: 0;
    height: 15px;
    width: 15px;
    position: relative;
    top: 0;
    overflow: hidden;
    display: block;
    cursor: pointer;
    z-index: 99;
}

div.breadcrumb {
    left: 175px;
    display: none;
    opacity: 0;
}

.breadcrumbIsOn div.breadcrumb {
    left: 75px;
}

.hideMe:hover .breadcrumb-sibling {}

.hideMe.breadcrumbIsOn .breadcrumb-sibling,
.hideMe .breadcrumb {
    opacity: 0;
}

.breadcrumbIsOn .breadcrumb-sibling,
.hideMe.breadcrumbIsOn:hover .breadcrumb-sibling {
    opacity: 1;
    display: block;
}


/*.footer span.icon{font-size:24px;width:11px;float:left;color:#868686;margin-right:10px;line-height:0.6;top:0px;position:relative;text-align:left;display:inline-block;}*/

.footer span.i-text {
    font-size: 13px;
}

article.address div,
article.contact div {
    font-family: Roboto Condensed, helvetica, arial, sans-serif;
    font-size: 13px;
    line-height: 1.9;
}

article.contact div.footer-small-border,
article.link div.footer-small-border {
    border-bottom: 1.5px solid #575756;
    margin-right: 10px;
    padding: 0px 0px;
    display: block;
    overflow: hidden;
    width: 47.61%;
    position: relative;
    float: left;
    bottom: -15px;
    left: 0px;
}

article.link div.footer-small-border {
    border-bottom: 1px solid #575756;
}

article.contact div.footer-small-border.border-right,
article.link div.footer-small-border.border-right {
    margin: 0;
    width: 48.39%;
}

.who-icons div.selected span.icon {
    color: #3c3c3b;
}

span.text {
    margin: 15px 0px 0px;
    display: block;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 16px;
    color: #3c3c3b;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.dive.tab-pane p {
    font-family: roboto, helvetica, arial, sans-serif;
    padding: 0px 15px 0px 0px;
}

.dive .left {
    float: left;
}

.dive .left {
    width: 66.66666666666667%;
}

.dive .right {
    width: 33.333333333333336%;
}

.dive .right {
    float: right;
    overflow: hidden;
    display: block;
    height: auto;
    margin: 40px 0px 0px;
    position: relative;
}

.dive .diff.left {
    width: 31.58%;
}

.dive-page .diff.left:nth-last-of-type(2) {
    margin: 0;
}

div.dive.tab-pane>div {
    padding: 0px 0px 0px 70px;
    margin: 20px 0px 0px;
    overflow: hidden;
}

div.dive.tab-pane>div.who-icons {
    height: auto;
    padding: 0px 0px 0px 0px;
}

.dive.tab-pane .right p {
    display: block;
    margin-bottom: 5px;
    height: auto;
}

.dive-img {
    height: 200px;
    position: relative;
    color: #fff;
}

.dive-img span.icon {
    width: 20px;
    height: 20px;
    font-size: 48px;
    position: absolute;
    line-height: 0;
    top: 25px;
    right: 30px;
    color: #fff;
}

.dive-img span.top-header {
    font-family: roboto bold, helvetica, arial, sans-serif;
    font-size: 16px;
    position: absolute;
    line-height: 0;
    top: 25px;
    left: 70px;
    display: block;
}

.dive-img div.bottom-header {
    font-family: roboto bold, helvetica, arial, sans-serif;
    font-size: 40px;
    font-weight: normal;
    position: absolute;
    line-height: 0;
    bottom: 13px;
    left: 70px;
    display: block;
}

.wts-inside-dive {
    position: absolute;
    left: 70px;
    top: 55px;
}

.dive-page,
.dive-page .observe h4 {
    line-height: 25px;
}

.dive-page .observe .right {
    margin: 0px 0px 0px;
}

.dive-page .observe .right div {
    margin-bottom: 5px;
}

.dive-page .observe h4 {
    font-family: roboto bold, helvetica, arial, sans-serif;
    font-size: 16px;
    margin: 0px 0px 5px;
}

.dive-page .observe .right span.dive-label {
    display: block;
    font-family: roboto bold, helvetica, arial, sans-serif;
    margin: 0px 0px 5px;
}

.dive-page .point {
    margin: 0px 0px;
    font-family: roboto bold, helvetica, arial, sans-serif;
    font-size: 24px;
}

.dive-page .dive-img.dive-roadblock {
    background: url(../images/dive/dive-roadblock.jpg) 50% 50%/1280px 720px no-repeat;
    background-attachment: fixed;
}

.dive-page .dive-img.dive-a-light {
    background: url(../images/dive/dive-a-light.jpg) 50% 50%/1280px 720px no-repeat;
    background-attachment: fixed;
}

.dive-page .dive-img.dive-the-one {
    background: url(../images/dive/dive-the-one.jpg) 50% 50%/1280px 720px no-repeat;
    background-attachment: fixed;
}

.dive-page .dive-img.dive-smile {
    background: url(../images/dive/dive-smile.jpg) 50% 50%/1280px 720px no-repeat;
    background-attachment: fixed;
}

.dive-page form textarea {
    resize: none;
    border: none;
    height: 166px;
    line-height: 40px;
    height: 265px;
    margin: 0px 0px;
    position: relative;
    outline: 0px;
    border: 1px solid #575756;
    width: 100%;
    overflow-y: hidden;
    padding: 23px 2px 0px;
}

.dive-page form {
    width: 100%;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    height: 520px;
}

.dive-page .first-col {
    width: 100%;
    position: relative;
    height: 50px;
    margin: 10px 0px;
}

.dive-page .first-col label {
    position: absolute;
    top: 10px;
    left: 0px;
}

.dive-page input[type="text"] {
    z-index: 0;
    position: relative;
    bottom: 2px;
    font-family: Roboto Light, helvetica, arial, sans-serif;
    font-size: 16px;
    color: #3C3C3B;
    outline: none;
    height: 40px;
    border: none;
    border-bottom: 1px solid #575756;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 0px;
}

.dive-page input[name="diverge[phone]"].input-main {
    bottom: 1px;
}

.dive-page input[type="text"].other-explain {
    display: none;
    height: 38px;
    width: 270px;
    margin: 5px auto 10px;
    float: none;
    padding: 0px 5px;
    border: none;
}

.dive-page div.selected input[type="text"].other-explain {
    display: block;
}

.dive-page input[type="text"].other-explain::-webkit-input-placeholder {
    font-family: Roboto Light, helvetica, arial, sans-serif;
    font-style: italic;
}

.dive-page input[type="text"].other-explain:-moz-placeholder {
    font-family: Roboto Light, helvetica, arial, sans-serif;
    font-style: italic;
}

.dive-page input[type="text"].other-explain::-moz-placeholder {
    font-family: Roboto Light, helvetica, arial, sans-serif;
    font-style: italic;
}

.dive-page input[type="text"].other-explain:-ms-input-placeholder {
    font-family: Roboto Light, helvetica, arial, sans-serif;
    font-style: italic;
}

.ui-datepicker {
    width: 100%;
    height: 265px;
}

.dive-page input[name="diverge[name]"] {
    padding-left: 50px;
}

.dive-page input[name="diverge[company]"],
.dive-page input[name="diverge[company]"] {
    padding-left: 70px;
}

.dive-page .third-col input {
    padding-left: 60px;
}

.dive-page .first-col label,
.dive-page .second-col label,
.dive-page .third-col label {
    z-index: 1;
    font-family: Roboto Light, helvetica, arial, sans-serif;
    color: #3C3C3B;
    position: absolute;
    top: -15px;
    left: 0px;
    font-size: 10px;
}

.dive-page .third-col label {
    margin: 0;
    padding: 0;
    top: -5px;
}

.input-select-details span {
    font-family: Roboto Light, helvetica, arial, sans-serif;
    font-size: 16px;
    color: #3C3C3B;
    cursor: pointer;
}

.dive-page div label,
.dive-page .first-col label.hover,
.dive-page .second-col label.hover,
.dive-page .third-col label.hover {}

.input-select {
    height: 40px;
    border-bottom: 1px solid #000;
    position: relative;
}

.input-select::after {
    position: absolute;
    top: 0px;
    right: 10px;
    background: url('../images/dive/select-down.png') no-repeat;
    content: "";
    height: 15px;
    width: 15px;
}

.dive-page .diff.left {
    width: 33.333333333333336%;
    float: left;
    padding: 15px 10px 15px 0px;
}

.dive-page .second-col,
.dive-page .third-col {
    position: relative;
}

.dive-page .third-col {
    width: 100%;
}

.dive-page .second-col span.note {
    display: block;
    overflow: hidden;
    position: relative;
    float: none;
    width: 100%;
    font-family: roboto light, helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
}

.dive-page .bottom-col.note {
    left: 33.333333333333336%;
    height: 60px;
    font-size: 11px;
    line-height: 16px;
    font-family: roboto light;
    overflow: hidden;
}

.dive-page .diff.left.off-top-textarea {
    position: relative;
    top: 0px;
    left: 0px;
}

.dive-page .third-col input {}

.dive-page .second-col label,
.dive-page .second-col label.hover {
    top: -5px;
    left: 10px;
}

input.btn-go {
    width: 100%;
    height: 60px;
    background: #9D9D9C;
    font-family: roboto condensed bold, helvetica, arial, sans-serif;
    font-size: 24px;
    outline: 0;
    border: none;
    color: #fff;
}

.input-select {
    cursor: pointer;
    padding-bottom: 0px;
}

.input-select div.selected-option {
    height: 40px;
    line-height: 40px;
}

.input-select[data="who-detail"] span.selected-option {
    padding-left: 145px;
}

.input-select-details {
    background: #ececec;
    z-index: 11;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.dive-page .diff.left:nth-last-of-type(2) table {
    height: 200px;
}

.input-select-details.who-detail {
    z-index: 12;
}

.input-select-details div {
    margin: 0px 0px 5px;
    cursor: pointer;
}

.dive-page .bottom-col {
    clear: both;
    display: block;
    position: absolute;
    bottom: 155px;
    right: 0px;
    width: 33.333333333333336%;
    padding: 0px 10px 0px 0px;
}

.dive-page label.error {
    top: -15px;
    color: #e72368;
    font-size: 10px;
    left: 50px;
}

.dive-page .second-col label.error {
    top: -5px;
    left: 90px;
}

.input-select-details input[type="radio"] {
    height: 0px;
    width: 0px;
    visibility: hidden;
}

span.checkbox {
    visibility: hidden;
    float: left;
    display: inline-block;
    padding: 3px 0px 0px 0px;
    margin: 0px 5px 0px 5px;
    font-family: entypo, helvetica, arial, sans-serif;
    font-size: 30px;
    line-height: 0;
}

div.onHover span.checkbox,
div.selected span.checkbox {
    visibility: visible;
}

 ::-moz-selection {
    background: #808080;
    color: #fff;
}

 ::selection {
    background: #808080;
    color: #fff;
}

.ui-datepicker-calendar thead th {
    text-align: left;
    color: #e72368;
    line-height: 1.9;
    width: 21.5px;
    font-size: 12px;
}

.ui-datepicker-calendar tbody {
    background: rgba(250, 250, 250, 0.9);
}

.ui-datepicker-calendar tbody td {
    padding: 0;
    width: 21.5px;
    font-size: 14px;
    font-family: Roboto, helvetica, arial, sans-serif;
}

span.ui-icon.ui-icon-circle-triangle-w {
    font-size: 10px;
    float: left;
    padding: 20px 0px 0px;
}

span.ui-icon.ui-icon-circle-triangle-e {
    font-size: 10px;
    float: right;
    padding: 20px;
}

.ui-datepicker-title {
    font-size: 19px;
    font-family: roboto condensed, helvetica, arial, sans-serif;
    text-align: center;
}

a.ui-state-default.ui-state-hover,
a.ui-state-default.ui-state-active {
    font-family: roboto condensed bold, helvetica, arial, sans-serif;
    color: #fd0866;
}

@keyframes spinMethodologyResearchAnimation {
    90% {
        transform: rotate(1790deg);
        opacity: 1;
    }
    100% {
        transform: rotate(1788deg);
        opacity: 1;
    }
}

@keyframes spinMethodologyAnalysisAnimation {
    50% {
        transform: rotate(-35deg);
        opacity: 1;
    }
    100% {
        transform: rotate(-37deg);
        opacity: 1;
    }
}

@keyframes spinMethodologyInsightStrategyAnimation {
    100% {
        transform: rotate(-62deg);
        opacity: 1;
    }
}

@keyframes spinMethodologyArchitectureAnimation {
    100% {
        transform: rotate(-89deg);
        opacity: 1;
    }
}

@keyframes spinMethodologyRoadmapMilestoneAnimation {
    100% {
        transform: rotate(-114deg);
        opacity: 1;
    }
}

@keyframes spinMethodologyIdeasConceptsAnimation {
    100% {
        transform: rotate(-137deg);
        opacity: 1;
    }
}

@keyframes spinMethodologyDesignDetailingsAnimation {
    100% {
        transform: rotate(-164deg);
        opacity: 1;
    }
}

@keyframes spinMethodologyDesignDocumentationAnimation {
    100% {
        transform: rotate(-193deg);
        opacity: 1;
    }
}

@keyframes spinMethodologySoftwareAnimation {
    50% {
        transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        transform: rotate(143deg);
        opacity: 1;
    }
}

@keyframes spinMethodologyHardwareAnimation {
    100% {
        transform: rotate(118deg);
        opacity: 1;
    }
}

@keyframes spinMethodologyTechnicalSupportAnimation {
    100% {
        transform: rotate(85deg);
        opacity: 1;
    }
}

@keyframes spinMethodologyProjectManagementAnimation {
    100% {
        transform: rotate(60deg);
        opacity: 1;
    }
}

@keyframes spinMethodologySourcingAnimation {
    100% {
        transform: rotate(40deg);
        opacity: 1;
    }
}

@keyframes spinMethodologyTestingRolloutAnimation {
    100% {
        transform: rotate(15deg);
        opacity: 1;
    }
}

.tab-content .tab-pane img.svg-methodology,
.svg-methodology {
    width: 500px;
    height: auto;
    transform: rotate(0deg);
    float: none;
    margin: 0 auto;
    display: block;
}

.common-page.process-page section div.image span,
.common-page.process-page .tab-pane aside div.image span {
    background: url(../images/lemon-process.png);
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    border-radius: 50px;
    float: left;
}

.common-page.process-page section div.image span.Research,
.common-page.process-page .tab-pane aside div.image span.Research {
    background-position: -330px -50px;
}

.common-page.process-page section div.image span.Analysis,
.common-page.process-page .tab-pane aside div.image span.Analysis {
    background-position: -422px -96px;
}

.common-page.process-page section div.image span.InsightStrategy,
.common-page.process-page .tab-pane aside div.image span.InsightStrategy {
    background-position: -485px -177px;
}

.common-page.process-page section div.image span.Architecture,
.common-page.process-page .tab-pane aside div.image span.Architecture {
    background-position: -506px -276px;
}

.common-page.process-page section div.image span.RoadmapMilestone,
.common-page.process-page .tab-pane aside div.image span.RoadmapMilestone {
    background-position: -484px -376px;
}

.common-page.process-page section div.image span.IdeasConcepts,
.common-page.process-page .tab-pane aside div.image span.IdeasConcepts {
    background-position: -420px -455px;
}

.common-page.process-page section div.image span.DesignDetailings,
.common-page.process-page .tab-pane aside div.image span.DesignDetailings {
    background-position: -330px -500px;
}

.common-page.process-page section div.image span.DesignDocumentation,
.common-page.process-page .tab-pane aside div.image span.DesignDocumentation {
    background-position: -227px -504px;
}

.common-page.process-page section div.image span.Software,
.common-page.process-page .tab-pane aside div.image span.Software {
    background-position: -134px -455px;
}

.common-page.process-page section div.image span.Hardware,
.common-page.process-page .tab-pane aside div.image span.Hardware {
    background-position: -71px -376px;
}

.common-page.process-page section div.image span.TechnicalSupport,
.common-page.process-page .tab-pane aside div.image span.TechnicalSupport {
    background-position: -48px -276px;
}

.common-page.process-page section div.image span.ProjectManagement,
.common-page.process-page .tab-pane aside div.image span.ProjectManagement {
    background-position: -70px -180px;
}

.common-page.process-page section div.image span.Sourcing,
.common-page.process-page .tab-pane aside div.image span.Sourcing {
    background-position: -135px -95px;
}

.common-page.process-page section div.image span.TestingRollout,
.common-page.process-page .tab-pane aside div.image span.TestingRollout {
    background-position: -223px -55px;
}

.process-page .tab-content>.tab-pane aside {
    width: 350px;
    float: right;
    margin: 20px 0px;
}

.common-page.process-page .tab-pane aside div.text {
    clear: both;
    float: none;
    margin: 90px 0px;
}

.common-page.process-page .tab-pane aside div.image-header {
    float: left;
    margin: 10px 0px 0px 0px;
    top: 0px;
    left: 20px;
}

.common-page.process-page .tab-pane aside div.image {
    margin: 0px 0px 0px 10px;
}

.svg-methodology.spinForResearchMethodology {
    animation-name: spinMethodologyResearchAnimation;
}

.svg-methodology.spinForAnalysisMethodology {
    animation-name: spinMethodologyAnalysisAnimation;
}

.svg-methodology.spinForInsightStrategyMethodology {
    animation-name: spinMethodologyInsightStrategyAnimation;
}

.svg-methodology.spinForArchitectureMethodology {
    animation-name: spinMethodologyArchitectureAnimation;
}

.svg-methodology.spinForRoadmapMilestoneMethodology {
    animation-name: spinMethodologyRoadmapMilestoneAnimation;
}

.svg-methodology.spinForIdeasConceptsMethodology {
    animation-name: spinMethodologyIdeasConceptsAnimation;
}

.svg-methodology.spinForDesignDetailingsMethodology {
    animation-name: spinMethodologyDesignDetailingsAnimation;
}

.svg-methodology.spinForDesignDocumentationMethodology {
    animation-name: spinMethodologyDesignDocumentationAnimation;
}

.svg-methodology.spinForSoftwareMethodology {
    animation-name: spinMethodologySoftwareAnimation;
}

.svg-methodology.spinForHardwareMethodology {
    animation-name: spinMethodologyHardwareAnimation;
}

.svg-methodology.spinForTechnicalSupportMethodology {
    animation-name: spinMethodologyTechnicalSupportAnimation;
}

.svg-methodology.spinForProjectManagementMethodology {
    animation-name: spinMethodologyProjectManagementAnimation;
}

.svg-methodology.spinForSourcingMethodology {
    animation-name: spinMethodologySourcingAnimation;
}

.svg-methodology.spinForTestingRolloutMethodology {
    animation-name: spinMethodologyTestingRolloutAnimation;
}

#methodology {
    margin: 0;
}

svg circle {
    cursor: pointer;
}

.process-page .tab-content>.tab-pane {
    width: 950px;
}

.section-process.ng-scope:nth-child(even) {
    float: right;
    clear: left;
}

.first-process.section-process {
    margin-top: 50px;
    margin-bottom: 50px;
    clear: none;
    float: left;
    overflow: hidden;
}

.first-process.section-process div.text {
    width: 950px;
    height: 100%;
    margin: 0px;
    padding: 0;
}

.tab-pane section ul,
.tab-pane section {
    overflow: hidden;
    display: block;
    width: 950px;
    margin: 0px;
}

.tab-pane section ul {
    height: 100%;
    padding: 0;
    margin: 0px;
    position: relative;
    clear: both;
    width: 100%;
    overflow: visible;
}

.process-page ul li.section-process {
    margin: 0px 0px 0px;
    width: 50%;
    float: left;
    clear: right;
    overflow: visible;
    display: block;
    position: relative;
}

.image {
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
    left: -33px;
}

.section-process.ng-scope:nth-child(odd) .image {
    float: right;
    left: 33px;
}

.section-process.ng-scope:nth-child(odd) .text.ng-binding {
    border-right: 1px solid #575756;
    text-align: right;
}

.section-process.ng-scope:nth-child(even) .text.ng-binding {
    border-left: 1px solid #575756;
}

.section-process.ng-scope:last-child .text.ng-binding {
    border: none;
}

.text.ng-binding {
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0px 70px 0px;
    margin: 85px 0px 15px;
}

.section-process .text-title {
    top: 15px;
    left: 0px;
    overflow: hidden;
    float: right;
    margin: 0px;
    display: block;
    font-size: 21px;
}

.section-process:nth-of-type(even) .text-title {
    float: left;
}

.section-process:nth-of-type(odd) .text-title {
    float: right;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
}

@media screen and (max-width:800px) {
    .process-page .tab-content>.tab-pane .svg-methodology {
        margin: 0 auto;
        display: block;
        float: none;
    }
    .first-process.section-process {
        width: 100%;
    }
    .first-process.section-process div.text {
        margin: 0px 30px;
        width: auto;
        padding: 0;
    }
    .section-process:nth-of-type(even) .text-title {
        margin-right: 0;
        left: 0;
        margin: 0px 0px;
        float: left;
    }
}

@media screen and (max-width:700px) {
    .section-process:nth-of-type(even) .text-title {
        left: 0px;
        margin-right: 0%;
        margin: 13px 0px 0px 0px;
    }
    .section-process:nth-of-type(odd) .text-title {
        left: 0px;
        margin-right: 0%;
        margin: 13px 0px 0px 0px;
        float: left;
    }
    .section-process .text-title {
        left: 0px;
        margin-right: 0%;
        font-size: 18px;
    }
    .text.ng-binding {
        padding: 0px 30px 0px 70px;
        margin: 0px;
    }
    .common-page.process-page section div.image span,
    .common-page.process-page .tab-pane aside div.image span {}
}

.level-1>li.hoverrr div,
.level-1>li:hover {
    max-height: 250px;
    height: 250px;
}

.level-1>li.packaging.hoverrr div,
.level-1>li.packaging:hover,
.level-1>li.interfaces.hoverrr div,
.level-1>li.interfaces:hover {
    max-height: 240px;
    height: 240px;
}

.limelites-page .project-list {
    min-height: auto;
}

.proj-services span {
    cursor: auto;
}

@media screen and (max-width:949px) {
    .about-us-article .about-container,
    .process-page .tab-content>.tab-pane,
    .common-page.people-page,
    div.common-page.people-page,
    .news-detail,
    .dive-page form,
    .dive-page .observe .left,
    .who-icons,
    .people-lists h3,
    div.common-page.people-page,
    .tab-content>.tab-pane,
    div.common-page,
    .project-desc-container,
    .footer footer {
        width: 100%;
    }
    .process-page .tab-content>.tab-pane .svg-methodology {
        width: 50%;
    }
    .process-page .tab-content>.tab-pane aside {
        width: 50%;
    }
    div.common-page {
        padding: 80px 10px;
    }
    .people-lists h3 {
        padding: 0px 0px 0px 70px;
    }
    .wts-inside-dive {
        left: 20px;
    }
    .dive-page .diff.left {
        width: 50%;
    }
    .dive-page .diff.left.off-top-textarea {
        width: 50%;
        height: 400px;
        padding: 0px 0px 35px 0px;
    }
    .dive-page form textarea,
    .dive-page .second-col,
    .dive-page .third-col {
        position: relative;
        overflow: hidden;
        height: 100%;
    }
    .dive-page form {
        height: 100%;
    }
    .dive-page .bottom-col.note,
    .dive-page .bottom-col {
        bottom: 0px;
        right: 0px;
        width: 50%;
    }
    .dive-page .bottom-col.note {
        bottom: 200px;
        right: 0px;
        left: initial;
    }
    body .lemon-nav {
        width: 100%;
    }
    .clients-page .client-list {
        width: 100%;
    }
}

@media screen and (max-width:735px) {
    .process-page .tab-content>.tab-pane .svg-methodology {
        width: 100%;
    }
    .process-page .tab-content>.tab-pane aside {
        width: 100%;
        padding: 0px 30px;
    }
}

@media screen and (max-width:799px) {
    div.common-page,
    .limelites-page {
        width: 100%;
    }
}

@media screen and (max-width:639px) {
    div.common-page,
    .limelites-page {
        width: 100%;
    }
}

@media screen and (max-width:479px) {
    div.common-page,
    .limelites-page {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .navbar-nav {
        display: none;
    }
    .nav-mobile-menu {
        display: block;
    }
    .navbar-header div.navbar-brand {
        display: block;
    }
    .navbar-header a.navbar-brand {
        display: none;
    }
    .navbar-header .navbar-brand {
        background-size: 100%;
        width: 35px;
        height: 35px;
    }
    .fixed .project-info-details:before {
        content: "";
        position: absolute;
        top: 0px;
        background-size: 100%;
        height: 70px;
        width: 70px;
    }
    .nav-mobile-menu .nav.navbar-nav a {
        display: block;
        float: none;
        margin-left: 35px;
    }
    body .lemon-nav {
        height: 70px;
        width: 100%;
        min-height: 70px;
    }
    section.lemon-navbar-container .navbar.lemon-nav.hideMe:hover {
        background: #fff !important;
    }
    .fifteenyrs {
        display: none;
        opacity: 0;
        height: 35px;
        width: 70px;
        top: 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: -35px 0px;
        min-height: 35px;
    }
    .lemon-navbar-container {
        height: 70px;
        z-index: 2;
    }
    ul.navbar-nav {
        width: 100%;
        min-width: 200px;
        margin: 70px 0px 0px 0px;
        padding: 0;
        float: left;
        position: absolute;
        top: 0px;
        left: 0px;
        text-align: left;
        opacity: 1;
        clear: both;
        float: none;
        display: block;
        background: #BED901;
        -webkit-transition: all 1000ms cubic-bezier(.52, .12, .35, 1);
        -moz-transition: all 1000ms cubic-bezier(.52, .12, .35, 1);
        -o-transition: all 1000ms cubic-bezier(.52, .12, .35, 1);
        transition: all 1000ms cubic-bezier(.52, .12, .35, 1);
    }
    .hideMe.breadcrumbIsOn:hover .breadcrumb-sibling,
    .hideMe.breadcrumbIsOn:hover .breadcrumb-sibling,
    .hideMe.breadcrumbIsOn:hover .breadcrumb,
    div.breadcrumb,
    .breadcrumbIsOn div.breadcrumb,
    .navbar.lemon-nav.breadcrumbIsOn .breadcrumb-sibling {
        opacity: 0;
    }
    .navbar.lemon-nav.show .breadcrumb-sibling {
        opacity: 1;
        left: 80px;
        bottom: 0px;
        top: 45px;
    }
    section.lemon-navbar-container .navbar.lemon-nav.hideMe:hover .nav.navbar-nav,
    section.lemon-navbar-container .navbar.lemon-nav.hideMe:hover .nav.navbar-nav.dissapear-for-a-minute {
        display: none;
    }
    .level-2 p {
        width: 100%;
        margin: 15px 0px 15px 0px;
        padding: 0px 30px;
    }
    .project-info-container.fixed {
        height: 70px;
        width: 100%;
        left: 0px;
    }
    .project-info-container.fixed:before {
        background: url("../images/logo.png") 0 0/100% no-repeat;
        height: 35px;
        width: 35px;
    }
    .project-info-details .title {
        top: 5px;
    }
    .project-info-details.fixed:before {
        content: "";
        position: absolute;
        top: 0px;
        background: url("../images/logo.png") 0 0/100% no-repeat;
        height: 35px;
        width: 35px;
    }
    .project-info-container.fixed:hover {
        height: auto;
    }
    .project-info-container.fixed:before {
        content: "";
        position: absolute;
        top: 0px;
        background: url("../images/logo.png") 0 0/100% no-repeat;
        height: 35px;
        width: 35px;
    }
    .aFamilyProject .project-info-types.fixed,
    .aFamilyProject .project-info-details.fixed {
        height: 35px;
    }
    .lemon-container .project-list .project-grid.limelites.thisWorks,
    .lemon-container .project-list .project-grid.normal.thisWorks {
        width: 100%;
        left: 0px;
    }
    .level-1>li.hoverrr div,
    .level-1>li:hover,
    .level-1>li.interfaces.hoverrr div,
    .level-1>li.interfaces:hover,
    .level-1>li.hoverrr div,
    .level-1>li:hover {
        max-height: 300px;
        height: 300px;
    }
    .level-1>li:hover div {
        height: 100%;
    }
    .common-page.work-page {
        padding: 80px 0px;
        height: 100%;
        min-height: 640px;
    }
    /* clients page */
    .clients-page {
        padding: 80px 30px 0px!important;
    }
    /* footer section*/
    section.footer {
        z-index: 1;
    }
    .common-page.process-page section div.image span.Research,
    .common-page.process-page .tab-pane aside div.image span.Research {
        background-position: -333px -56px;
    }
    .common-page.process-page section div.image span.Analysis,
    .common-page.process-page .tab-pane aside div.image span.Analysis {
        background-position: -424px -96px;
    }
    .common-page.process-page section div.image span.InsightStrategy,
    .common-page.process-page .tab-pane aside div.image span.InsightStrategy {
        background-position: -489px -182px;
    }
    .common-page.process-page section div.image span.Architecture,
    .common-page.process-page .tab-pane aside div.image span.Architecture {
        background-position: -510px -280px;
    }
    .common-page.process-page section div.image span.RoadmapMilestone,
    .common-page.process-page .tab-pane aside div.image span.RoadmapMilestone {
        background-position: -488px -382px;
    }
    .common-page.process-page section div.image span.IdeasConcepts,
    .common-page.process-page .tab-pane aside div.image span.IdeasConcepts {
        background-position: -425px -460px;
    }
    .common-page.process-page section div.image span.DesignDetailings,
    .common-page.process-page .tab-pane aside div.image span.DesignDetailings {
        background-position: -333px -504px;
    }
    .common-page.process-page section div.image span.DesignDocumentation,
    .common-page.process-page .tab-pane aside div.image span.DesignDocumentation {
        background-position: -230px -507px;
    }
    .common-page.process-page section div.image span.Software,
    .common-page.process-page .tab-pane aside div.image span.Software {
        background-position: -138px -460px;
    }
    .common-page.process-page section div.image span.Hardware,
    .common-page.process-page .tab-pane aside div.image span.Hardware {
        background-position: -75px -381px;
    }
    .common-page.process-page section div.image span.TechnicalSupport,
    .common-page.process-page .tab-pane aside div.image span.TechnicalSupport {
        background-position: -50px -281px;
    }
    .common-page.process-page section div.image span.ProjectManagement,
    .common-page.process-page .tab-pane aside div.image span.ProjectManagement {
        background-position: -75px -182px;
    }
    .common-page.process-page section div.image span.Sourcing,
    .common-page.process-page .tab-pane aside div.image span.Sourcing {
        background-position: -139px -99px;
    }
    .common-page.process-page section div.image span.TestingRollout,
    .common-page.process-page .tab-pane aside div.image span.TestingRollout {
        background-position: -227px -56px;
    }
}

@media screen and (max-width:590px) {
    .dive .left,
    .dive .right {
        float: none;
        width: 100%;
        margin: 20px 0px 20px;
    }
    div.dive.tab-pane>div {
        height: auto;
        padding: 0px 0px 0px 0px;
    }
    div.dive.tab-pane>div.dive-img,
    .dive-page .observe h4 {
        padding: 0px;
    }
    .dive-img div.bottom-header {
        left: 20px;
        font-size: 28px;
        bottom: 8px;
    }
    .dive-img span.top-header {
        font-size: 16px;
        left: 20px;
    }
    table.ui-datepicker-calendar {
        width: 100%;
    }
    div.dive.tab-pane>div.dive-img {
        height: 180px;
    }
    .dive-page .diff.left {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    .dive-page .diff.left.off-top-textarea {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .dive-page .bottom-col {
        bottom: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        float: none;
        clear: both;
        width: 100%;
    }
    .dive-page .diff.left:nth-last-of-type(2) {
        width: 100%;
        margin: 15px 0px 0px;
    }
    .dive-page form {
        height: auto;
        overflow: hidden;
        padding: 15px 0px 90px;
    }
    .ui-datepicker {
        opacity: 1;
        background: #fff;
        width: 100%;
    }
    .who-icons div {
        height: 120px;
        width: 120px;
    }
    .wts-inside-dive {
        position: absolute;
        left: 20px;
    }
    .dive-page .point {
        font-size: 18px;
    }
    .project-desc .old-desc-yo {
        margin-left: 0px;
        width: 100%;
    }
    .similar-projects li div,
    .related-projects li div {
        left: 0px;
        top: 100%;
        display: block;
        position: absolute;
        opacity: 0.9;
    }
    .clients-page ul li {
        font-family: roboto condensed, helvetica, arial, sans-serif;
        width: 160px;
        float: left;
        list-style: none;
        height: auto;
        cursor: pointer;
        text-transform: lowercase;
        margin: 0px 0px 10px 0px;
        padding: 0px 15px 0px 0px;
    }
    .news-detail aside,
    .project-slider,
    .news-image,
    .project-desc-container .project-info-container {
        display: none;
    }
    .news-detail.mobile-news-detail aside,
    .mobile-project-desc-container .project-info-container,
    .mobile-project-images-slider {
        display: block;
    }
}

@media screen and (max-width:480px) {
    .level-1>li:hover div {
        height: 100%;
        max-height: 100%;
    }
    /* brands override*/
    .level-1>li.brands:hover {
        height: 440px;
        max-height: 440px;
    }
    /* spaces override*/
    .level-1>li.spaces:hover {
        height: 440px;
        max-height: 440px;
    }
    /* interfaces  override*/
    .level-1>li.interfaces:hover {
        height: 440px;
        max-height: 440px;
    }
    .level-1>li.interfaces.hoverrr div {
        height: 100%;
        max-height: 100%;
    }
    /* packaging  override*/
    .level-1>li.packaging:hover {
        height: 420px;
        max-height: 420px;
    }
    .level-1>li.packaging.hoverrr div {
        height: 100%;
        max-height: 100%;
    }
    /* products  override*/
    .level-1>li.products:hover {
        height: 420px;
        max-height: 420px;
    }
    /* passion-projects override*/
    .level-1>li.passion-projects:hover {
        height: 330px;
        max-height: 330px;
    }
    .common-page.work-page {
        padding: 80px 0px;
        height: 100%;
        min-height: 640px;
    }
}

@media screen and (max-width:560px) {
    .common-page.work-page ul.level-1 li>span {
        font-size: 20px;
    }
    .work-moto {
        font-size: 0.6em;
    }
}


/* New dive page style*/

@font-face {
    font-family: 'poppins-bold';
    src: url('fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'poppins-black';
    src: url('fonts/Poppins/Poppins-Black.ttf');
}

@font-face {
    font-family: 'poppins-bold';
    src: url('fonts/Poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'poppins-light';
    src: url('fonts/Poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: 'poppins-thin';
    src: url('fonts/Poppins/Poppins-Thin.ttf');
}

@font-face {
    font-family: 'poppins-extra-bold';
    src: url('fonts/Poppins/Poppins-ExtraBold.ttf');
}

.dive-page-container .box-width {
    width: 100%;
    padding: 33px 0 50px 0;
    overflow: hidden;
}

@media(min-width: 992px) {
    .dive-page-container .box-width {
        width: 950px;
        margin: 0px auto;
    }
}

.dive-page-container section {
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.main-section {
    background-image: url('../images/dive/blue-blur-color-dark.png');
    padding-top: 25px;
}

.discovery-section {
    background-image: url('../images/dive/people-snorkeling-in-the-sea.png');
}

.inspiration-section {
    background-image: url('../images/dive/dandelion-photo.png');
}

.creation-section {
    background-image: url('../images/dive/abstract-adventure-bright-canvas.png');
}

.execution-section {
    background-image: url('../images/dive/person-rock-climbing.png');
}

.take-dive-section {
    background-image: url('../images/dive/snow-covered-mountain.png');
}

.dive-page-container .logo {
    margin-bottom: 20px;
}

.dive-page-container .logo ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.dive-page-container .logo ul li {
    display: inline-block;
    margin-right: 10px;
}

.dive-page-container .logo .design-thinking {
    margin-bottom: 10px;
}

.dive-page-container .discovery-section .logo .design-thinking,
.dive-page-container .inspiration-section .logo .design-thinking,
.dive-page-container .creation-section .logo .design-thinking,
.dive-page-container .execution-section .logo .design-thinking,
.dive-page-container .take-dive-section .logo .design-thinking {
    margin-bottom: 0;
}

.dive-page-container .discovery-section .logo .lmn-logo,
.dive-page-container .inspiration-section .logo .lmn-logo,
.dive-page-container .creation-section .logo .lmn-logo,
.dive-page-container .execution-section .logo .lmn-logo,
.dive-page-container .take-dive-section .logo .lmn-logo {
    height: 37px;
}

@media(max-width: 767px) {
    .dive-page-container .main-section .logo {
        margin-bottom: 16px;
    }
    .dive-page-container .main-section .content .values {
        margin-bottom: 16px;
    }
    .dive-page-container .main-section .content .main-content-text {
        margin-bottom: 10px;
    }
}

.dive-page-container .content {
    padding: 0 15px;
}

@media(min-width:992px) {
    .dive-page-container .content {
        padding-left: 70px;
    }
}

.dive-page-container .content .values {
    font-family: 'Poppins-Bold';
}

.dive-page-container .content .values .number {
    font-size: 40px;
    line-height: 1;
}

@media(min-width:992px) {
    .dive-page-container .content .values .number {
        font-size: 72px;
    }
}

.dive-page-container .content .values .value {
    font-size: 18px;
    line-height: 1;
}

@media(min-width:992px) {
    .dive-page-container .content .values .value {
        font-size: 24px;
    }
}

.dive-page-container .content .discovery {
    color: #FFC300;
}

.dive-page-container .content .inspiration {
    color: #F0760B;
}

.dive-page-container .content .value-creation {
    color: #E65656;
}

.dive-page-container .content .execution {
    color: #F90053;
}

.dive-page-container .content .main-content-text {
    margin-top: 10px;
    margin-bottom: 21px;
    color: #FFF;
    font-family: 'Poppins-Light';
}

.dive-page-container .content .bottom-content-text {
    color: #FFF;
}

.dive-page-container .content .bottom-content-text p {
    color: #FFF;
    font-family: 'Poppins-Thin';
    font-size: 30px;
}

.dive-page-container .content .bottom-content-text .find-more {
    text-align: left;
}

@media(min-width: 992px) {
    .dive-page-container .content .bottom-content-text .find-more {
        text-align: center;
    }
}

.dive-page-container .content .bottom-content-text .find-more img {
    padding-left: 30px;
}

.dive-page-container .content .bottom-content-text a {
    color: #FFF;
    font-family: 'poppins-extra-bold';
    font-size: 30px;
}

.dive-page-container .discovery-section .box-width {
    padding-top: 42px;
}

.dive-page-container .discovery-section .logo {
    margin-bottom: 40px;
}

.dive-page-container .discovery-section .content {
    color: #fff;
}

.dive-page-container .discovery-section .content p {
    margin: 0;
    font-family: 'Poppins-Bold';
    font-size: 18px;
}

.dive-page-container .discovery-section .content .discovery {
    margin-bottom: 16px;
}

.dive-page-container .discovery-section .content .day-container,
.dive-page-container .discovery-section .content .hour-container {
    float: left;
    width: 50px;
    clear: right;
    padding-top: 24px;
    font-family: 'Poppins-Bold';
}

.dive-page-container .discovery-section .content .day-container {
    margin-right: 16px;
}

.dive-page-container .discovery-section .content .day-container .title,
.dive-page-container .discovery-section .content .hour-container .title {
    font-size: 14px;
    margin-bottom: 12px;
}

.dive-page-container .discovery-section .content .day-container .day,
.dive-page-container .discovery-section .content .hour-container .hour {
    font-size: 40px;
    line-height: 1;
}

.dive-page-container .discovery-section .content .discovery-info {
    margin-top: 18px;
    float: left;
}

.dive-page-container .discovery-section .content .discovery-info p {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    margin-bottom: 24px;
}

.dive-page-container .discovery-section .content .discovery-info p span {
    display: block;
    color: #FFC300;
}

.dive-page-container .inspiration-section .box-width {
    padding-top: 42px;
}

.dive-page-container .inspiration-section .logo {
    margin-bottom: 40px;
}

.dive-page-container .inspiration-section .content {
    color: #fff;
}

.dive-page-container .inspiration-section .content p {
    margin: 0;
    font-family: 'Poppins-Bold';
    font-size: 18px;
}

.dive-page-container .inspiration-section .content .inspiration {
    margin-bottom: 16px;
}

.dive-page-container .inspiration-section .content .day-container,
.dive-page-container .inspiration-section .content .hour-container {
    float: left;
    width: 50px;
    clear: right;
    padding-top: 24px;
    font-family: 'Poppins-Bold';
}

.dive-page-container .inspiration-section .content .day-container {
    margin-right: 16px;
}

.dive-page-container .inspiration-section .content .day-container .title,
.dive-page-container .inspiration-section .content .hour-container .title {
    font-size: 14px;
    margin-bottom: 12px;
}

.dive-page-container .inspiration-section .content .day-container .day,
.dive-page-container .inspiration-section .content .hour-container .hour {
    font-size: 40px;
    line-height: 1;
}

.dive-page-container .inspiration-section .content .discovery-info {
    margin-top: 18px;
    float: left;
}

.dive-page-container .inspiration-section .content .discovery-info p {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    margin-bottom: 24px;
}

.dive-page-container .inspiration-section .content .discovery-info p span {
    display: block;
    color: #F0760B;
}

.dive-page-container .creation-section .box-width {
    padding-top: 42px;
}

.dive-page-container .creation-section .logo {
    margin-bottom: 40px;
}

.dive-page-container .creation-section .content {
    color: #fff;
}

.dive-page-container .creation-section .content p {
    margin: 0;
    font-family: 'Poppins-Bold';
    font-size: 18px;
}

.dive-page-container .creation-section .content .value-creation {
    margin-bottom: 16px;
}

.dive-page-container .creation-section .content .value-creation .value {
    color: #F90053;
}

.dive-page-container .creation-section .content .day-container,
.dive-page-container .creation-section .content .hour-container {
    float: left;
    width: 50px;
    clear: right;
    padding-top: 24px;
    font-family: 'Poppins-Bold';
}

.dive-page-container .creation-section .content .day-container {
    margin-right: 16px;
}

.dive-page-container .creation-section .content .day-container .title,
.dive-page-container .creation-section .content .hour-container .title {
    font-size: 14px;
    margin-bottom: 12px;
}

.dive-page-container .creation-section .content .day-container .day,
.dive-page-container .creation-section .content .hour-container .hour {
    font-size: 40px;
    line-height: 1;
}

.dive-page-container .creation-section .content .discovery-info {
    margin-top: 18px;
    float: left;
}

.dive-page-container .creation-section .content .discovery-info p {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    margin-bottom: 24px;
}

.dive-page-container .creation-section .content .discovery-info p span {
    display: block;
    color: #F90053;
}

.dive-page-container .creation-section .content .discovery-info p .text-white {
    display: block;
    color: #FFF;
}

.dive-page-container .execution-section .box-width {
    padding-top: 42px;
}

.dive-page-container .execution-section .logo {
    margin-bottom: 40px;
}

.dive-page-container .execution-section .content {
    color: #fff;
}

.dive-page-container .execution-section .content p {
    margin: 0;
    font-family: 'Poppins-Bold';
    font-size: 18px;
}

.dive-page-container .execution-section .content .execution {
    margin-bottom: 16px;
}

.dive-page-container .execution-section .content .day-container,
.dive-page-container .execution-section .content .hour-container {
    float: left;
    width: 50px;
    clear: right;
    padding-top: 24px;
    font-family: 'Poppins-Bold';
}

.dive-page-container .execution-section .content .day-container {
    margin-right: 16px;
}

.dive-page-container .execution-section .content .day-container .title,
.dive-page-container .execution-section .content .hour-container .title {
    font-size: 14px;
    margin-bottom: 12px;
}

.dive-page-container .execution-section .content .day-container .day,
.dive-page-container .execution-section .content .hour-container .hour {
    font-size: 40px;
    line-height: 1;
}

.dive-page-container .execution-section .content .discovery-info {
    margin-top: 18px;
    float: left;
}

.dive-page-container .execution-section .content .discovery-info p {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    margin-bottom: 24px;
}

.dive-page-container .execution-section .content .discovery-info p span {
    display: block;
    color: #F90053;
}

.dive-page-container .take-dive-section {
    height: 1042px;
}

.dive-page-container .take-dive-section .box-width {
    padding-top: 42px;
}

.dive-page-container .take-dive-section .logo {
    margin-bottom: 40px;
}

.dive-page-container .take-dive-section .content h2 {
    margin: 0 0 32px 0;
    font-family: 'poppins-black';
    font-size: 72px;
    line-height: 1;
    color: #262626;
}

.dive-page-container .take-dive-section .dive-content {
    margin-bottom: 76px;
}

.dive-page-container .take-dive-section .dive-content table {
    font-family: 'poppins-bold';
    color: #262626;
}

.dive-page-container .take-dive-section .dive-content table th {
    font-size: 16px;
    padding-bottom: 18px;
}

.dive-page-container .take-dive-section .dive-content table th.days-head,
.dive-page-container .take-dive-section .dive-content table th.hour-head,
.dive-page-container .take-dive-section .dive-content table th.session-head {
    width: 80px;
}

.dive-page-container .take-dive-section .dive-content table tbody tr td {
    padding-bottom: 20px;
}

.dive-page-container .take-dive-section .dive-content table tbody td.work-shop {
    font-size: 24px;
}

.dive-page-container .take-dive-section .dive-content table tbody td.work-shop-value {
    font-size: 40px;
    line-height: 1;
}

.dive-page-container .take-dive-section .other-dive-content {
    width: 100%;
    font-size: 18px;
    color: #262626;
}

@media(min-width: 992px) {
    .dive-page-container .take-dive-section .other-dive-content {
        width: 470px;
        margin-left: 16%;
    }
}

.dive-page-container .take-dive-section .other-dive-content p {
    font-family: 'Poppins-Regular';
    margin-bottom: 24px;
}

.dive-page-container .take-dive-section .other-dive-content p span {
    display: block;
    font-family: 'poppins-bold';
}

@media(max-width: 767px) {
    .dive-page-container .discovery-section .box-width,
    .dive-page-container .inspiration-section .box-width,
    .dive-page-container .creation-section .box-width,
    .dive-page-container .execution-section .box-width,
    .dive-page-container .take-dive-section .box-width {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .dive-page-container .discovery-section .box-width .logo,
    .dive-page-container .inspiration-section .box-width .logo,
    .dive-page-container .creation-section .box-width .logo,
    .dive-page-container .execution-section .box-width .logo,
    .dive-page-container .take-dive-section .box-width .logo {
        margin-bottom: 20px;
    }
    .dive-page-container .take-dive-section .content h2 {
        font-size: 52px;
    }
    .dive-page-container .take-dive-section .dive-content table th.days-head,
    .dive-page-container .take-dive-section .dive-content table th.hour-head,
    .dive-page-container .take-dive-section .dive-content table th.session-head {
        width: 60px;
    }
    .dive-page-container .take-dive-section .dive-content table tbody td.work-shop {
        font-size: 20px;
    }
    .dive-page-container .take-dive-section .dive-content table tbody td.work-shop-value {
        font-size: 32px;
    }
}

@media(max-width: 320px) {
    .main-section {
        padding-top: 0;
    }
    .dive-page-container .main-section .box-width {
        padding: 80px 0 50px 0;
    }
    .dive-page-container .main-section .logo .lmn-logo {
        height: 37px;
    }
    .dive-page-container .main-section .logo .design-thinking {
        margin-bottom: 0;
    }
    .dive-page-container section {
        height: 650px;
    }
    .dive-page-container .take-dive-section {
        height: 1110px;
    }
}

/* new list adjustment for devices */

@media(max-width: 949px) {
    .news-lists {
        display: block;
        width: 100%;
    }
    .news-lists img {
        width: 180px;
    }
}

/* process device adjustment */

@media(max-width: 992px) {
    .first-process.section-process div.text {
        width: auto;
    }
    .process-page .tab-pane section {
        width: 100%;
    }
}