:root {
    --col1: #4e4e4e;
    --col2: rgba(89, 151, 146, 1);
    --col3: rgba(211, 220, 219, 1);
    --col-text-light: #888888
}

body {
    background-color: #fff;
    font-family: Lato;
}

h2 {
    border-left: 10px solid #3e3e3e;
    padding-left: 10px;
    margin-top: 40px;
    font-size: 20px;
    text-transform: uppercase;
}

a {
    color: var(--col2);
}

table {
    margin-top: 20px;
}

tr {
    border-bottom: 1px solid rgb(218, 216, 216);
}

td {
    padding: 5px;
}

.back-arrow {
    width: 20px;
}

ul.footer {
    padding: 0;
    list-style: none;
    color: #eee;
}

ul.footer a {
    color: #eee !important;
}

ul.footer a:hover {
    color: var(--col2) !important;
}

.graysc-img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.graysc-img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.hidden {
    display: none;
}

.err_msg {
    font-size: xx-large;
    margin-top: 300px;
}

.flex {
    display: flex;
}

.flex.row {
    flex-direction: row;
}

.flex.col {
    flex-direction: column;
}

.flex.wrap {
    flex-wrap: wrap;
}

.flex.center {
    justify-content: center;
}

.flex.vcenter {
    align-items: center;
}

.flex.space {
    justify-content: space-between;
}

.flex.reverse {
    flex-direction: row-reverse;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 100px 0 100px;
    overflow: hidden;
}

.navbar {
    position: fixed;
    z-index: 200;
    width: inherit;
    border-bottom: 2px solid var(--col2);
    min-height: 70px;
    float: right;
}

.navbar-nmm {
    background-color: rgba(0, 0, 0, 0);
}

.col-sm-12 {
    align-self: flex-start;
    padding: 0;
}

.nmm-main {
    margin: 130px 0 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 100px 0 100px;
}

.nmm-content {
    margin-top: 130px;
}

.nmm-post {
    margin: 50px 0 50px;
    padding: 0 100px 0 100px;
}

.nmm-text {
    font-size: 13px;
    line-height: 1.7;
    font-weight: 300;
    color: var(--col1);
}

.nmm-text-abstract {
    font-size: 14px;
    font-style: italic;
}

.double-col {
    width: 100%;
    column-count: 2;
    column-gap: 20px;
    text-align: justify;
}

.nmm-active {
    color: var(--col2) !important;
    cursor: pointer;
    text-decoration: none !important;
}

.nmm-active:hover {
    font-weight: bold;
    text-decoration: none !important;
    color: var(--col2) !important;
}

.nmm-nav-active {
    color: #302f2f !important;
    background-color: var(--col3) !important;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.7;
    font-family: Lato-Bold;
}

.nav>li>a {
    text-transform: uppercase;
    color: var(--col1);
    margin-top: 16px;
}

.nav>li>a:hover {
    color: var(--col2);
    background-color: rgba(0, 0, 0, 0);
}

.filter-container {
    width: 100%;
    margin: 0 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow: hidden;
}

.tag-base {
    margin: 0 0 0 30px;
    transition: all;
    transition-duration: 0.4s;
}

.tag-base>div {
    margin: 5px;
    padding: 0 5px 0 5px;
    border-radius: 2px;
    text-transform: uppercase;
    color: var(--col1);
    transition: all;
    transition-duration: 0.4s;
}

.tag-base>div:hover {
    cursor: pointer;
    /* background: #eeeeee; */
}

.tag-active {
    /* background: var(--col2); */
    color: #000 !important;
    font-weight: bold;
}

.showroom-gallery {
    width: 100%;
    overflow: unset !important;
}

.sr-tile {
    margin: 10px;
    width: 300px;
    height: 300px;
    overflow: hidden;
    background-color: transparent;
    transition: all;
    transition-duration: 0.6s;
    overflow: hidden;
    /* -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2); */
}

.sr-tile-delimiter {
    margin: 10px;
}

.sr-tile-green:hover {
    background-color: var(--col2);
}

.sr-img-label {
    width: 100%;
    height: 30%;
    margin-top: -60%;
    padding-left: 5px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: full-width;
}

.sr-list-item {
    padding: 5px;
    z-index: 5;
    color: var(--col2);
    font-weight: bold;
    /* border-bottom: 1px solid #cccccc; */
}

.gallery-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 300px;
    height: 300px;
}

.gallery-img:hover .gallery-img-label {
    opacity: 1;
}

.gallery-img-label {
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: full-width;
    padding-top: 50%;
    font-weight: bold;
    opacity: 0;
    transition: all;
    transition-duration: 0.5s;
}

.gallery-img-label>span {
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 5px;
}

.iimg {
    position: relative;
    cursor: pointer;
    transition: all;
    transition-duration: 0.5s;
    z-index: 10;
    opacity: 1;
}

.iimg:hover {
    scale: 1.1;
    z-index: 1;
    opacity: 0.3;

}

.gall-nav-tile {
    margin: -60px 5px 0 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.3);
    display: none;
}

.gall-nav-tile:hover,
.gall-nav-tile-active {

    background-color: rgba(255, 255, 255, 0.7);
}

.gall-base-unlimited:hover div.gall-nav-arrow-base {
    opacity: 1;
}

.gall-nav-arrow-base {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.5;
    transition: all;
    transition-duration: 0.3s;
    background-image: url('/static/application/source/arrowleft-light.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.gall-nav-arrow-base:hover {
    opacity: 1;
}

.gall-nav-arrow {
    fill: #383838;
    opacity: 0.7;
    stroke: #000;
    stroke-width: 10px;
    stroke-opacity: 0.6;
}

.gall-nav-arrow.r {
    transform: rotate(180deg);
}

.gall-nav-arrow:hover {
    opacity: 1;
}

.force-no-opac {
    opacity: 1 !important;
}

.gall-base {
    width: 100%;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.gall-base-unlimited {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.tag-burger {
    transition: all;
    transition-duration: 0.4s;
    cursor: pointer;
}

.tags-second {
    transition: all;
    transition-duration: 0.4s;
}

.burger-trigger {
    display: none;
    position: absolute;
    top: 0px;
    right: 15px;
    margin-top: 10px;
    /* width: 50px; height: 50px; */
    opacity: 0.7;
    transition: all;
    transition-duration: 0.4s;
}

.nav-head-img {
    height: 30px;
}

.nav-head-img-foto {
    height: 45px;
}

.date-tag {
    font-size: 13px;
    color: var(--col1);
}

.flip {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}

.sm-list {
    display: flex;
    flex-direction: column;
    /* width: 100%;  */
    margin-top: 30px;
    /* text-align: center; */
}

.sm-list>div>a>svg {
    fill: #eeeeee;
    width: 22px;
    height: 22px;
    margin: 5px;
}

.sm-list>div>a>svg:hover {
    fill: var(--col2);
    cursor: pointer;
}

.sm-list-ele>a,
span {
    text-decoration: none;
    color: #eee;
    font-size: 14px;
    /* font-weight: bold; */
}

.sm-list-ele>a:hover {
    cursor: pointer;
    color: var(--col2);
    border-collapse: unset;
}

.foot-table {
    color: #eeeeee;
    margin: unset
}

.foot-table>tbody>tr {
    border: 0;
}

.foot-table>tbody>tr>td {
    height: 20px;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    color: #eeeeee;
}

.foot-table-sm {
    fill: #eeeeee;
    margin: 5px;
    margin-left: 20px;
    vertical-align: middle;
}

.foot-table-sm:hover {
    /* fill: var(--col2); */
    cursor: pointer;
}

.photo-sm {
    fill: #4e4e4e;
    width: 30px;
    height: 30px;
    margin: 5px;
    vertical-align: middle;
}

.photo-sm:hover {
    /* fill: var(--col2); */
    cursor: pointer;
}

.nmm-narrow {
    padding: 0 250px 0 250px;
}

.nmm-back {
    fill: var(--col2);
    width: 20px;
    height: 20px;

}

.nmm-back:hover {
    fill: var(--col1);
}

.section_about {
    max-height: 350px;
    overflow-y: auto;
    padding: 10px 35px 10px 35px;
    background-color: rgb(247, 247, 247);
}

.tbl-about>tbody>tr>td {
    vertical-align: top;
}

.team-layout-reverse {
    flex-direction: row-reverse !important;
}

.vita-container {
    width: 100%;
    scrollbar-width: thin;

}

.vita-container::-webkit-scrollbar {
    width: 10px;
    height: 100px;
}

.team-layout .team-text {
    padding-left: 15px !important;
}

.member-pic {
    padding: 0;
}

.member-pic>img {
    max-height: 400px;
    max-width: 100%;
}

.gallery-extra-padding {
    padding: 0 110px 0 110px !important;
}

.team-layout .team-text {
    padding-left: 15px !important;
}

.burger-extra {
    display: none !important;
}

.load-external-cover {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    /* background-image: url("/static/application/source/nmmlogo.svg"); */
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center bottom;
    background-blend-mode: normal;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.fake-btn {
    padding: 10px;
    color: #eee;
    background-color: var(--col2);
    border: 1px solid var(--col2);
    border-radius: 4px;
}

.fake-btn:hover {
    background-color: #eee;
}

@media only screen and (min-width: 1024px) {

    .tags-first {
        width: 50px;
    }

    .tags-second {
        width: calc(100% - 50px);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between !important;
    }

}

@media only screen and (max-width: 1200px) {

    .gallery-extra-padding {
        padding: 0 10px 0 10px !important;
    }
}

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

    .burger-trigger {
        position: absolute;
        display: block;
        z-index: 1000;
        cursor: pointer;
        margin: 50px;
    }

    .nmm-main {
        margin-top: 200px;
        padding: 20px;
    }

    .double-col {
        column-count: 1;
    }

    .nav-head-img {
        height: 90px;
    }

    .nav-head-img-foto {
        height: 100px;
    }

    .navbar {
        /* margin-top: 20px; */
        min-height: 180px;
        position: absolute;
        border: 0;
    }

    .navbar-header {
        margin-top: 30px !important;
    }

    .navbar-nav>li {
        float: unset !important;
    }


    .burger-extra {
        display: block !important;
    }

    #_nav {
        display: none;
        position: absolute;
        width: 100%;
        height: 100vh;
        right: 0;
        top: 130px;
        left: 0;
        background: #fff;
        z-index: 100;
    }

    #_nav>li,
    .burger-extra {
        margin-top: 30px;
        font-size: 40px;
        text-align: center;
        padding: 40px 0 45px;
        border: 3px solid var(--col2);
    }

    #_nav>li.active {
        background-color: var(--col2);
    }

    .nmm-footer {
        flex-direction: column !important;
        align-items: center !important;
    }

    .nmm-footer>ul {
        margin: 40px 0 40px;
        width: 80% !important;
        text-align: center;
    }

    .nmm-footer li {
        font-size: 30px;
    }

    .nmm-footer img {
        width: 40px !important;
        height: 40px !important;
    }

    .nmm-footer ul.spaced li {
        margin-bottom: 50px !important;
    }

    .footer-header {
        font-size: 40px !important;
    }

    .social-footer-unit {
        justify-content: center;
    }

    .sm-list>div>a>svg {
        fill: #eeeeee;
        width: 50px;
        height: 50px;
        margin: 20px;
    }

    .nmm-narrow {
        padding: 20px;
    }

    h2 {
        font-size: 50px;
    }

    .nmm-text {
        font-size: 30px;
    }

    .date-tag {
        font-size: 25px;
    }

    .nmm-text-abstract {
        font-size: 30px;
    }

    .nmm-active {
        font-size: 40px;
    }

    .flex-row {
        padding: 5px;
    }

    .foot-table-sm {
        width: 40px;
        height: 40px;
    }

    .tag-base>div {
        font-size: 12px;
    }

    .filter-container {
        justify-content: flex-end;
    }

    .filter-container {
        justify-content: flex-end;
        display: none;
    }

    .member {
        flex-wrap: wrap;
    }

    .member-pic {
        width: 100%;
    }

    .member-pic>img {
        max-height: unset !important;
        width: 100%;
    }

    .member-text {
        width: 100%;
        margin-top: 40px;
    }

    .tbl-about p,
    .tbl-about td {
        font-size: 30px;
    }

    .back-arrow {
        width: 50px;
        margin-bottom: 30px;
    }

    .cta-photography-page {
        font-size: 30pt !important;
    }

    .flexy-box > div {
        flex: 100% !important;
    }

    .fake-btn {
        font-size: 40px;
    }

    .photo-header-mobile {
        display: block !important;
        text-align: center;
    }

    .photo-header-mobile > h3 {
        font-size: 40px;
    }

    .revoke_consent_external_label {
        font-size: 30px !important;
        margin-top: 25px;
        display: block;
    }

}

@media only screen and (max-width: 768px) {

    .team-layout-reverse {
        flex-direction: row !important;
        justify-content: center;
    }

    .team-layout {
        flex-direction: row !important;
        justify-content: center;
    }

    .team-text {
        margin: 50px;
    }

    .tag-base>div {
        font-size: 12px;
    }

    .gallery-extra-padding {
        display: none;
    }

}

.nmm-footer {
    margin-top: 100px;
    /* min-height: 200px; */
    padding: 50px 0 50px 0;
    background: #302f2f;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: flex-end;
}

.footer-header {
    font-size: 18px;
}

.nmm-footer img {
    width: 18px;
    height: 18px;
}

.nmm-footer ul.spaced li {
    margin-top: 10px;
}

.inline-sm-link {
    color: #4e4e4e;
    text-transform: uppercase;
    font-size: 12px;
}

.inline-sm-link:hover {
    color: var(--col2);
}

.cta-photography-page {
    margin-top: 20px;
    font-size: 20px;
    color: var(--col3);
}

.slider {
    position: absolute;
    left: 0;
    width: 100vw;
    transition: all;
    transition-duration: 2s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.flexy-box {
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

.flexy-box img {
    padding: 5px;
    margin: 5px;
}

.flexy-box > div {
    flex: 45%
}

.photo-header-mobile {
    display: none;
}

.revoke_consent_external_label {
    font-size: 10px;
}