html, body {
    width: 100vw;
    height: 100vh;
}

body{
    overflow-x: hidden;
}
/* @media (hover: none) {
    html.has-scroll-smooth{
        overflow:unset;
    }
    .has-scroll-smooth body{
        overflow-y: scroll;
        background:rgb(198, 238, 20);
    }
}
@media (hover: hover) {  
    .has-scroll-smooth body{
        background:pink;
    }
}
@media (hover: none) and (pointer: coarse) {
    html.has-scroll-smooth{
        overflow:unset;

    }
    .has-scroll-smooth body{
        overflow-y: scroll;
        background:blue;
    }
} */

html.has-scroll-smooth.my-touch{
    overflow:unset;
}
.has-scroll-smooth.my-touch body{
    overflow-y: scroll;
}


.site-header .toggle-menu{
    display: flex;
}

.site-header__toggle--secondary{
    flex-direction: column;   
}

.site-header__toggle--secondary svg{
    margin-right: 0;
    margin-bottom: 12px;
}
/* Hide Scrollbars But Keep Functionality */
.main-nav{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */  
}
.main-nav::-webkit-scrollbar {
    display: none;
  }
.heading--xl{
    line-height: 1.35;
}

.base-text-darker {
    color: #101011
}
.font-weight-medium{
    font-weight: 500; 
}
.font-weight-bold{
    font-weight: 600; 
}
.no-max-width {
    max-width: 100% !important;
}

.custom-heading{
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.08em;
}
/* Home  */


/* IMAGES */

.tabbed-content__link img{
    width: 100%;
}

.comingsoon{
    position: absolute;
    top:40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size:1.2rem;
    text-align: center;
    padding:5px 15px;
    color:#6c757d;
    z-index: 100;
}

@media (min-width: 992px){
    .base-text {
        font-size: 16px;
    }
}

.site-header__aside .login-link {
    margin-right: 15px;
}

.accordion__row--flex .accordion__row__title {
    margin-right: 173px;
}

.accordion__title {
    text-transform: uppercase;
}

.accordion .tab-content__title{
    height: 30px;
}

@media (min-width: 768px) {
    .entry-summary__title {
        font-size: 62px;
        white-space: nowrap;
        
    }
}

@media (min-width: 1200px) {
    .entry-summary__title {
        font-size: 100px;
        white-space: nowrap;
        
    }
}

.quotes-slider{
    margin-top: 40px;
}

.quotes-slider .heading--xxl{
    line-height: 1.2;
}

[data-component="HoverGridBackground"] .heading--md{
    line-height: 1;
}

.tabs--nav-light .nav-pills .nav-link:last-child{
    margin-right: 0;
}

.tabs--nav-light .nav-pills a.nav-link{
    opacity: 1;
    visibility: visible;
    /* width: 125px; */
    text-align: center;
    white-space: normal;
    margin: 0 30px;
}

.tabs--nav-light .nav-pills .nav-item:first-child{
    /* margin-right: 40px; */
}

.combo-image-desc {
    position: relative;
    top: 3px;
    display: block;
    text-align: right;
    font-size: 15px;
    margin-right: 3px;
}

@media screen and (max-width: 700px) {
    .combo-image-desc {
        font-size: 14px;
    }
}

.hover-grid__image-wrapper--hover{
    padding-bottom: 95.2%;
}

.lang-switch {
    font-size: 12px;
    margin-right: 20px;
    margin-top: -5px;
    height: 20px;
    cursor: pointer;
    width: 30px;
    padding: 3px;
    text-align: center;
}

.lang-switch:hover .btn-active {
    color: dimgray;
    transition: all .3s;
}

.lang-switch .btn-active {
    color: dimgray;
    border: 1px solid lightgray
}

.lang-switch .btn-hidden {
    display: none;
}

.lang-switch:hover .btn-hidden {
    display: block;
    color: white;
    background: black;
}

.lang-switch:hover .btn-hidden a {
    color: white;
}

.is-light  .lang-switch:hover  .btn-active{
    color: #fff;
}

.is-light  .lang-switch  .btn-active{
    color: #fff;
    border: 1px solid #fff;
}

.no-serif {
    font-family: proxima-nova, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}


table.fixed{
    min-width: 1100px;
    /* overflow-x: scroll; */
}

.page-nav.page-nav-space-between {
    justify-content: space-between;
}

@media screen and (max-width: 767px){
    .site-footer{
        padding-top: 32px;
    }
}

/* Home Page */

.home .entry-summary__scroll-indicator.scroll-indicator{
    right: 73px;
}

/* Windows Page */

.windows .hover-grid__image-wrapper--hover{
    padding-bottom: 100%;
}

.windows .image-reveal{
    position: relative;
}

.windows .image-reveal img:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.36s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.windows .image-reveal:hover img:nth-child(2){
    opacity: 1;
}

.windows .accordion__title a {
    width: 100%;
}

.windows .hero-parallax-image__wrap {
    font-size: 88px;
    display: inline-flex;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    position: absolute;
    font-family: minion-pro-display,Georgia,Times New Roman,Times,serif;
    /* font-size: 40vw; */
    line-height: 1;
    color: #fff;
    mix-blend-mode: difference;
}

@media screen and (min-width: 992px){
    .windows .hero-parallax-image__wrap{
        font-size: 100px;
    }
}

.windows .accordion__content-wrapper {
    background: #fafafc;
}

.windows .wrapper-table{
    overflow-x: auto;
}

@media screen and (max-width: 992px){
    .windows .hero-parallax-image__wrap {
        top: 55%;
    }
}

/* Color Correction */
.color-collection .accordion__content-wrapper {
    background: #fff;
}
.color-collection .accordion__content{
    padding-top: 0 !important;
}

.color-collection .accordion__description{
    margin-bottom: 40px !important;
}

.color-collection .accordion__description {
    font-size: 16px;
    /* margin-left: 50%;
    transform: translate(-55%); */
}

@media screen and (max-width: 600px){
    .color-collection .heading--xl{
        font-size: 21px;
    }

    .technologies .heading--xxl{
        font-size: 30px;
    }
}


/* Technologies */
@media (max-width: 768px){

    .technologies .hover-grid__item-background {
        display: none;
    }

    .technologies .hover-grid__item {
        position: relative;
        visibility: visible!important;
        opacity: 1!important;
        display: block;
    }

    .technologies .hover-grid__row{
        padding-bottom: 0;
    }

    .technologies .product-pagination__link{
        font-size: 50px;
    }
}

@media (max-width: 500px){

    .technologies .product-pagination__link{
        font-size: 34px;
    }
}

/* I2 Page */


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

    .i2 .heading--xxl{
        font-size: 30px;
    }

    .i2 .product-pagination__link{
        font-size: 34px;
    }
}

@media screen and (min-width: 768px){
    .i2 .entry-summary__title {
        font-size: 63px !important;
    }
}

@media screen and (min-width: 1230px){
    .i2 .entry-summary__title {
        font-size: 78px !important;
    }
}

@media screen and (min-width: 1400px){
    .i2 .entry-summary__title {
        font-size: 92px !important;
    }
}

/* Preanodizing */

.preanodizing .page-nav{
    justify-content: flex-end;
}


/* Blog */

.blog .product-pagination{
    margin: 100px auto 30px;
}
.product-pagination__link {
    font-size: 8vw;
}
.blog .product-pagination .product-pagination__item{
    margin-right: 30px;
}

@media (min-width: 992px){
    .product-pagination__link {
        font-size: 7vw;
    }
    .blog .product-pagination{
        margin: 140px auto;
    }

    .blog .product-pagination .product-pagination__item{
        margin-right: 60px;
    }
   
}

.blog .product-pagination__link{
    font-size: 50px;
}

@media (min-width: 768px){
    .blog .product-pagination__link {
        font-size: 70px;
    }
    .product-pagination__link {
        font-size: 8vw;
    }
}

@media (min-width: 992px){
    .blog .product-pagination__link {
        font-size: 90px;
    }
}

.articles-grid{
    width: 90%;
    max-width: 1350px;
    margin: 80px auto;
    display: flex;
    flex-wrap: wrap;
}

.articles-grid article{
    width: 33.3%;
    padding: 32px;
    position: relative;
    margin-bottom: 10px;
}
.articles-grid article::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.33s, transform 0.33s 0.33s;
    transform: scale(0.85);
}

.articles-grid article:hover::before{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.33s, transform 0.33s;
}

.articles-grid article .article-image img{
    width: 100%;
}

.articles-grid article .article-title{
   margin-top: 11px;
   transition: color 0.33s;
}

.articles-grid article .article-title h4{
    font-family: 'proxima-nova';
}

.articles-grid article .article-excerpt{
    font-size: 14px;
    /* margin-top: 13px; */
    transition: color 0.33s;
    color: #707070;
}

.articles-grid article .article-decor-line{
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-top: 17px;
    transition: background-color 0.33s;
}

.articles-grid article:hover .article-title,
.articles-grid article:hover .article-excerpt{
    color: #fff;
}

.articles-grid article:hover .article-decor-line{
    background-color: #fff;
}

.blog-pagination{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.blog-pagination ul{
    list-style: none;
    padding-left: 0;
    display: flex;
}

.blog-pagination ul li{
    list-style: none;
    padding-left: 0;
    display: flex;
    font-weight: 400;
    margin: 0 8px;
    position: relative;
    width: 20px;
    height: 20px;
    /* border: 1px solid; */
    align-items: center;
    justify-content: center;
}

.blog-pagination ul li.active{
    background-color: #000;
}

.blog-pagination ul li:first-of-type{
    margin-right: 210px;
}

.blog-pagination ul li:first-of-type::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 10px);
    width: 200px;
    height: 2px;
    background-color: #000;
}

.blog-pagination ul li a{
    font-size: 14px;
}

.blog-pagination ul li.active a{
    color: #fff;
}

@media (max-width: 768px){
    .articles-grid{
        margin: 40px auto;
    }
    .articles-grid article{
        width: 50%;
        padding: 15px;
    }
    .articles-grid article::before{
        background-color: transparent;
    }

    .articles-grid article:hover .article-title,
    .articles-grid article:hover .article-excerpt{
        color: #000;
    }

    .articles-grid article:hover .article-decor-line{
        background-color: #000;
    }
}

@media (max-width: 550px){
    .articles-grid article{
        width: 100%;
        padding: 15px;
    }

    .articles-grid article::before{
        background-color: transparent;
    }
}

.explore-more{
    text-align: center;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 40px;
}

/* Single Post  */

.single-post .entry-summary{
    margin-bottom: 25px;
}

@media screen and (max-width: 992px){
    .single-post .entry-summary{
        margin-bottom: 65px;
    }    
}

.single-post .post-date{
    width: 90%;
    margin: 0 auto;
    max-width: 1500px;
    letter-spacing: 0.56;
}

.single-post .post-content{
    max-width: 830px;
    width: 90%;
    margin: 70px auto 130px; /* Needs responsive */
}

.single-post .post-content figure{
    margin-top: 35px;
    margin-bottom: 35px;
}

.single-post .post-content figure img{
    max-width: 100%;
}

.single-post .post-content figure figcaption{
    margin-top: 5px;
    font-size: 14px;
}

.single-post-outro{
    margin: 80px auto 0;
    width: 90%;
    max-width: 830px;
}

.single-post-outro .socials{
    margin-top: 37px;
}

.single-post-outro .socials .social-link{
    margin-top: 6px;
}


.single-post-outro .share-copy,
.single-post-outro .read-more-copy{
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 15px;
}

.single-post-outro .read-more-section{
    margin-top: 55px;
}

.single-post-outro .articles-grid{
    width: 100%;
    margin: 10px auto;
}

.single-post-outro .articles-grid article{
    width: 50%;
}

@media (max-width: 550px){
    .single-post-outro .articles-grid article{
        width: 100%;
        padding: 15px;
    }
}

.single-post-slider .full-slider__gallery__item__highlight{
    background-color: rgba(181, 195, 202, 0.5);
}

/* Industrial Page  */

.industrial .hover-grid__image-title{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.industrial .entry-summary{
    margin-bottom: 25px;
}

@media screen and (max-width: 992px){
    .industrial .entry-summary{
        margin-bottom: 65px;
    }    
}

#industrial-page-slider{
    padding: 40px 0 74px;
    pointer-events: none;
}

#industrial-page-slider .carousel-cell{
    /* width: 100%; */
    margin: 0 60px;
    font-size: 30px;
    white-space: nowrap;
    letter-spacing: 0.06em;
    font-weight: 100;
    opacity: 0.3;
    transition: opacity 0.3s;
}

#industrial-page-slider .carousel-cell.is-selected{
    opacity: 1;
}
#industrial-page-slider2{
    padding: 40px 0 74px;
    pointer-events: none;
}

#industrial-page-slider2 .carousel-cell{
    /* width: 100%; */
    margin: 0 60px;
    font-size: 30px;
    white-space: nowrap;
    letter-spacing: 0.06em;
    font-weight: 100;
    opacity: 0.3;
    transition: opacity 0.3s;
}

#industrial-page-slider2 .carousel-cell.is-selected{
    opacity: 1;
}

/* Industrial sub-page  */

.industrial .entry-summary__title.smaller, .entry-summary__title.smaller{
    font-size: 30px;
}

@media (min-width: 768px){
    .industrial .entry-summary__title.smaller, .entry-summary__title.smaller {
        font-size: 52px;
    }
}

@media (min-width: 1200px){
    .industrial .entry-summary__title.smaller, .entry-summary__title.smaller {
        font-size: 64px;
        margin-bottom: 50px;
    }
}

.industrial .subpage .st__line{
    white-space: unset;
}
@media only screen and (max-width: 479px){
    .st__line {
        white-space: unset;
    }
}

@media (max-width: 991px){
    .industrial.subpage .combo-image__picture,
    .careers .combo-image__picture {
        position: relative;
    }
}

.table-section table{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.table-section tr{
    border-bottom: 2px solid #fff;
}

.table-section tr.no-border{
    border-bottom: 0;
}

.table-section td{
    color: #fff;
    padding: 16px;
}

.table-section tr td:nth-of-type(1){
    font-weight: 500;
}

.table-section tr td:nth-of-type(2){
    text-align: center;
    font-weight: 100;
}

.table-section tr td:nth-of-type(3),
.table-section tr td:nth-of-type(4),
.table-section tr td:nth-of-type(5){
    background: #000;
    text-align: center;
    font-weight: 100;
}


/* Careers */

.reap-the-benefits{
    width: 95%;
    max-width: 1400px;
    margin: 50px auto;
}

.reap-the-benefits > div > div{
    margin-bottom: 60px;
    padding: 0 3.6%;
}

.reap-the-benefits h6{
    font-family: 'proxima-nova';
    color: #353535;
}

.reap-the-benefits p{
    font-family: 'proxima-nova';
    color: #353535;
}

.careers .accordion__title{
    text-transform: unset;
}

@media (min-width: 992px){
    .combo-image .bigger-max-width.base-text{
        max-width: 500px;
    }
}

.socials-careers{
    text-align: center;
}

.safety-boxes{
    margin-top: 90px;
}

.safety-boxes div[class^="col-"]{
    margin-bottom: 30px;
}

.safety-boxes .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FAFAFA;
    padding: 30px 35px;
    margin-bottom: 30px;
    transition: background-color 0.2s;
    height: 100%;
}

.safety-boxes .box:hover{
    background-color: #EBF0F4;
}

.safety-boxes .box img{
    max-width: 110px;
    margin: 50px 0 15px;
}

.safety-boxes .box p{
    line-height: 1.45;
}

.safety-boxes .box a{
    margin-top: auto !important;
}

.table-section{
    background-color: #101011;
    padding: 70px 0;
}




/* Selected Work */

.projects-grid{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 30px auto;
    max-width: 1300px;
    width: 90%;
}

.projects-grid .project{
    width: 45%;
    padding: 27px;
    position: relative;
}


.projects-grid .project::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000;
    z-index: -1;
    transform: scale(0.9);
    opacity: 0;
    transition: all .34s;
}

.projects-grid .project:hover::before{
    transform: scale(1);
    opacity: 1;
}

.projects-grid .project:nth-of-type(even){
    margin-top: 140px;
}

.projects-grid .project .project-image img{
    width: 100%;
}

.projects-grid .project .project-title{
    font-size: 23px;
    margin-top: 17px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: color 0.34s;
}


.projects-grid .project .project-description{
    max-width: 260px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    transition: color 0.34s, background-color 0.34s;
}

.projects-grid .project:hover .project-title,
.projects-grid .project:hover .project-description{
    color: #fff;
}

.projects-grid .project a{
   margin-top: 14px;
   background-color: 0.34s;
}

.projects-grid .project:hover a{
    background: white;
    color: #000;
}

@media screen and (max-width: 768px){
    .projects-grid .project{
        width: 100%;
    }
    .projects-grid .project:nth-of-type(even){
        margin-top: 0;
    }
    .projects-grid .project{
        margin-bottom: 30px;
    }
}

.selected-work-pagination{
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

.selected-work-pagination ul{
    list-style: none;
    padding-left: 0;
    display: flex;
}

.selected-work-pagination ul li{
    list-style: none;
    padding-left: 0;
    display: flex;
    font-weight: 400;
    margin: 0 8px;
    position: relative;
    width: 20px;
    height: 20px;
    /* border: 1px solid; */
    align-items: center;
    justify-content: center;
}

.selected-work-pagination ul li.active{
    background-color: #000;
}

.selected-work-pagination ul li:first-of-type{
    margin-right: 210px;
}

.selected-work-pagination ul li:first-of-type::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 10px);
    width: 200px;
    height: 2px;
    background-color: #000;
}

.selected-work-pagination ul li a{
    font-size: 14px;
}

.selected-work-pagination ul li.active a{
    color: #fff;
}

.selected-work-outro{
    text-align: center;
    margin-top: 60px;
}

.selected-work-outro span{
    display: inline-block;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.selected-work-outro span:first-of-type{
    font-size: 15px;
}

.selected-work-outro .or{
    margin: 25px 0;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
}


/* Partners */

.partners [data-component="EntrySummary"]{
    /* display: inline-block; */
    margin: 0 20px;
    height: 100px;
}

.partners .choose-region{
    display: flex;
    justify-content: center;
}

.partners main,
.partners .page-section,
.partners #partners{
    height: 100%;
}

.partners .site-header.is-dark{
    background-color: transparent;
}

.partners{
    height: 100vh;
    background-color: #000;
}

.partners .site-header .toggle-menu,
.partners .site-header .site-header__aside .login-link{
    color: #fff;
}

.partners .site-header .site-header__aside .toggle-menu--active{
    color: #000 !important;
}

.partners .site-header .toggle-menu svg,
.partners .site-header__logo svg{
    fill: #fff;
}

.partners header .toggle-menu span:after, .partners header .toggle-menu span:before{
    border-top: 1px solid #fff !important;
}

.partners header .toggle-menu--active span:before,
.partners header .toggle-menu--active span:after{
    border-top: 1px solid #000 !important;
}

.partners .site-header .site-header__aside > *:not(:last-child){
/*    display: none !important;*/
}

#partners{
    margin-top: 80px;
}


.choose-region{
    text-align: center;
}

.choose-region span .st__line{
    color: #fff;
    letter-spacing: 0.05em;
    /* color: #302d2a; */
    text-align: center;
    font-size: 91px;
    line-height: 1.2;
    text-transform: uppercase;
    transition: opacity 0.36s;
    opacity: 0.2;
    cursor: pointer;
}

.choose-region span.active .st__line{
    opacity: 1;
}

.choose-region span:first-of-type{
    margin-right: 25px;
}

.modal-partners{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    transition: opacity 0.8s, visibility 0.8s;
}

.modal-partners.modal-1{
    opacity: 1;
    visibility: visible;
    font-family: proxima-nova,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

/* Modal 1 */

#partners input[name="choose-location"]{
    display: block;
    max-width: 890px;
    display: block;
    width: 100%;
    margin: 23vh auto;
    outline: none;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 2px;
}




.input-address{
    position:relative;
    max-width: 890px;
    margin: 0 auto;
}
.auto-address{
    position:absolute;
    right:0;
    top:0;
    z-index: 10;
}

#partners input::placeholder{
    color: #fff;
    font-weight: 100;
    letter-spacing: 2px;
}

#partners .next-modal-button{
    background-color: #E2E2E8;
    display: inline-block;
    padding: 12px 15px;
    font-size: 13px;
    margin: 0 auto;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.6s;
    width: 100%;
max-width: 200px;
}

#partners .next-modal-button:hover{
    background-color: #ffffff;
    transition: all 0.6s;
    
}

#partners .backbtnc{
    position:relative;
    display:block;
    width:100%;
    text-align: center;
}


#partners .back-modal-button{
    background-color: #3d3d3d;
    display: inline-block;
    padding: 12px 15px;
    font-size: 13px;
    margin: 0 auto;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.6s;
    color:#fff;
    width: 100%;
    max-width: 200px;
}

#partners .back-modal-button:hover{
    background-color: #222222;
    transition: all 0.6s;
    
}

#partners .hdiv{
    position:relative;
    display:block;
    width:100%;
    height:0px;
}

.red-search{
    transition: all 0.6s;
}

.red-search:hover{
    transition: all 0.6s;
    background-color: #ffffff !important;
}

.partner-location{
    transition: all 0.6s;
}

.partner-location:hover{
    transition: all 0.6s;

}

.partner:hover *{
    color:#fff !important;
}

#input-address-field{    
    transition: all 0.6s;
}

#input-address-field:focus{
    border-color: #000 !important;
    transition: all 0.6s;
}


/* Modal 2 */

.select-partners{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin: 14vh 0;
}

.select-partner-row{
    display: flex;
    align-items: center;
    position: relative;
    margin: 20px 0;
}

.select-partner-row input:checked ~ .checkmark{
    background-color: white;
}

.select-partners label{
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 100;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.select-partners label{
    cursor: pointer;
}

.select-partners input{
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.select-partner-row .checkmark{
    position: relative;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    margin-right: 15px;
}

.select-partner-row input:checked ~ .checkmark:after{
    display: block;
}

.select-partner-row .checkmark:after{
    content: "";
    position: absolute;
    display: none;
    left: 15px;
    top: 10px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Modal 3 */

.select-categories{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin: 7vh 0;
    opacity:1;
}

.select-categories.active{
    opacity:1;
    transition: opacity 0.3s, margin 0.8s;
    margin: 7vh 0;
}

.select-categories-row{
    display: flex;
    align-items: center;
    position: relative;
    margin: 20px 0;
}

.select-categories-row input:checked ~ .checkmark{
    background-color: white;
}

.select-categories label{
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 100;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.select-categories label{
    cursor: pointer;
}

.select-categories input{
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.select-categories-row .checkmark{
    position: relative;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    margin-right: 15px;
}

.select-categories-row input:checked ~ .checkmark:after{
    display: block;
}

.select-categories-row .checkmark:after{
    content: "";
    position: absolute;
    display: none;
    left: 15px;
    top: 10px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Modal 4  */

.show-results{
    max-width: 1000px;
    width: 95%;
    margin: 30px auto 0;
}

.show-results .filters{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.show-results .filters .filter{
    color: #fff;
    font-weight: 100;
    margin: 0 15px;
    font-size: 13px;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: relative;
    padding-right: 15px;
}

.show-results .filters .filter::before,
.show-results .filters .filter::after{
    content: '';
    position: absolute;
    right: 0;
    top: 46%;
    width: 10px;
    height: 1px;
    background-color: #fff;
    transform: rotate(50deg);
}

.show-results .filters .filter::after{
    transform: rotate(-50deg);
    right: -6px;
}

.show-results .show-selected-filters{
    border-bottom: 2px solid #fff;
    display: flex;
    padding-bottom: 15px;
    margin-top: 30px;
}

.show-results .show-selected-filters .selected-filter{
    background-color: #E2E2E8;
    font-size: 12px;
    margin: 0 3px;
    padding: 6px 30px;
    /*width: 200px;*/
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    /*cursor: pointer;*/
    text-transform: uppercase;
}

/*.show-results .show-selected-filters .selected-filter:before,
.show-results .show-selected-filters .selected-filter::after{
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 2px;
    background-color: #000;
}*/

.show-results .show-selected-filters .selected-filter::after{
    transform: translateY(-50%) rotate(-45deg);
}

.show-results .show-partners-table{
    margin-top: 25px;
}

.show-results .show-partners-table .partner{
    display: flex;
    margin-bottom: 25px;
    cursor: pointer;
	border-bottom: 1px solid #404040;
	padding-bottom: 18px;
}

.show-results .show-partners-table .partner-name{
    color: #E2E2E8;
    font-size: 15px;
    width: 20%;
    letter-spacing: 0.07em;
    padding:0 10px;
/*    font-family: 'Roboto', sans-serif;
font-weight: 400;*/
font-family: 'Ubuntu Condensed', sans-serif;
font-weight: bold;
}

.partner-name a{
    color:#fff;
}

.show-results .show-partners-table .partner-address{
    color: #E2E2E8;
    font-size: 15px;
    font-weight: 100;
    width: 20%;
    letter-spacing: 0.03em;
    padding:0 10px;
    
}
.show-results .show-partners-table div{
    color: #E2E2E8;
    font-size: 15px;
    font-weight: 100;
}

.show-results .show-partners-table .partner-cat{
    width:20%;
}


.show-results .show-partners-table .partner-details{
    color: #E2E2E8;
    font-size: 15px;
    width: 20%;    
    letter-spacing: 0.05em;
    padding-right: 0px;
	padding-left:10px;
}

.show-results .show-partners-table .partner-details span{
    font-style: italic;
    /* margin-left: 10px; */
}

.show-results .show-partners-table .partner-location{
    color: #E2E2E8;
    font-weight: 100;
    width: 20%;
    text-align: right;
    font-size: 15px;
    letter-spacing: 0.06em;
}


#partners  #partner-search-btn{
    display:none;
}

#partners  #partner-search-btn.active{
    display:inline-block;
}


/* Custom Margins  */

.margin-top-medium{
    margin-top: 120px;
}

.partners-popup{
position: fixed;
width: 100%;
height:100%;
top:0;
left: 0;
z-index: 15;
background: transparent;
padding: 100px 0;
display: none;
}

/*.partners-popup.active{
    display: table;
}*/

.partners-popup > div{
   display: table;
    width:100%;
    height: 100%;
    vertical-align: middle;
    
}

.partners-popup > div > div{
    display: table-cell;
    width:100%;
    height: 100%;
    vertical-align: middle;
    
}

.show-partners-table.hidden{
    opacity:0.18;
}

body.no-overflow{
    overflow:hidden !important;
}
.popup-content{
    position: relative;
    width:100%;
    max-width: 1040px;
    margin:25px auto;
    background: #000;
    padding: 40px 20px;
    margin-top: 50px;
    
}

.back-to-results{
    /*margin-top: -40px;*/
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 40px;
    line-height: 25px;
}
.back-to-results:hover{
    text-decoration: underline;
     color: #fff;
}
.pp-partner{
    color:#fff;
}

.pp-partner .partner-location{
    position: absolute;
    top: 50%;
    right: 20px;
}

.map-popup{
    background: rgba(0,0,0,0.4);
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    z-index:100;
    display: none;
}

.map-popup.active{
    display:table;
}

.map-popup > div{
    display: table-cell;
    width:100%;
    height: 100%;
    vertical-align: middle;
    text-align:center;
    position: relative;
}

.map-map{
    display: block;
    width:90%;
    max-width: 600px;
    height:400px;
    background: white;
    margin:0 auto;
    position: relative;
}

.close-map-popup{
    color: #fff;
    font-size: 20px;
    display: block;
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    position: absolute;
    top: -40px;
    right: -50px;
    border-radius: 100px;
    z-index: 10;
    line-height: 35px;
    border: 1px solid #fff;
    
}

.close-map-popup:hover{
    background: #000;
    color:#fff;
}

.map-container{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.partner-location{cursor:pointer;}

/* .main-nav__list.row .offset-lg-2{
    margin-left: 8.3%;
}
.main-nav__list.row .offset-lg-1{
    margin-left: 4.15%;
} */

@media screen and (max-width: 992px){
    .margin-top-medium{
        margin-top: 80px;
    }
    
}

@media screen and (max-width: 991px){
.main-nav__list.row .offset-lg-2{
    margin-left: 0%;
}
.main-nav__list.row .offset-lg-1{
    margin-left: 0%;
}
}

/* Typography */
@media screen and (max-width: 768px){
    .heading--xl{
        font-size: 24px;
    }
}
/* tabs wrap on smaller screens */
@media screen and (max-width: 1280px){
.tabs .nav-pills{
    flex-wrap: wrap; 
    }
    .tabs .nav-pills li.nav-item{
        flex-wrap: wrap; 
        margin-bottom: 20px;
        }
}
/* TABS IN PRODUCTS isothrmic view in gr shows scroller - try to fix */
.tabs__inner {
    overflow: inherit;
}

/* #secondary-nav ul li:last-child{display:none !important;} */

.subscribe-validation-error{
    font-size: 12.5px;
    padding: 3px 20px;
    color: red;
    opacity:0;
    transition: opacity 0.33s;
}

.subscribe-success{
    font-size: 12.5px;
    padding: 10px 0;
    color: #464648;
    opacity:0;
    transition: opacity 0.33s;
    line-height: 14px;
    display: block;
    
}

.subscribe-success.sent{
    color:green;
}
/* MINIMAL LOOK */
.page-section--dark.page-section--green{
    background-color: #636461;
}
.hyper-hero.dark-texts{
    background:#FFF;
}
.hyper-hero.dark-texts .hyper-hero__description{
    color:#000;
}
a.product-grid__link:hover{
    color:#fff;
}
.multiview-slider__gallery__item figcaption{
    margin-right: 15px;
    font-size: 14px;
}
.multiview-slider__gallery__item video {
    display: block;
    height: 260px;
    width:274px;
    /* width: auto; */
    margin-right: 15px;
}
.slider__gallery video {
    height: 100%;
    width: auto;
}
@media (min-width: 768px){
    .multiview-slider__gallery__item figcaption{
        margin-right: 30px;
    } 
    .multiview-slider__gallery__item video {
        height: 320px;
        width:337px;
        margin-right: 30px;
    }
    .slider__gallery video {
        margin-right: 30px;
        height: 100%;
        width: auto;
    }

}
@media (min-width: 992px){
    .multiview-slider__gallery__item figcaption{
        margin-right: 30px;
    } 
    .multiview-slider__gallery__item video {
        height: 430px;
        width:453px;
    }

}

/* ZOOM IN */
.zoom-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor:pointer;
}
.magnify{
    position: absolute; 
}
.magnify > .magnify-lens {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 85%), 0 0 1px 1px rgb(0 0 0 / 25%), inset 0 0 1px 1px rgb(0 0 0 / 25%);
    cursor: none;
    display: none;
    z-index: 99;
}

/* magnific popup */
.magnific-link{
    cursor: pointer;
    /* display: block; */
    display: none;
    position: relative;
    text-align: center;
}
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;  
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  /* overlay animate in */
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  /* overlay animate out */
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }
  
  /* content at start */
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
  
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  /* content animate it */
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  /* content animate out */
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
  
.selected-filter.guideme{
    position: absolute;
    bottom: 10%;
    left: 37%;
    z-index: 100;
    background: #000;
    padding: 5px 15px; 
    color: #fff;
}
.selected-filter.guideme a{
    color: #fff;
    text-decoration: none;
}

/* image-map hide numbers */
.hide-numbers .image-map__legend__item:before{
    visibility:hidden;
}

@media all and (max-width: 600px){
	#partners input[name="choose-location"]{
		width:90%;
		font-size:11px;
	}
	.auto-address {
		position: absolute;
		right: 10px;
		top: -10px;
		z-index: 10;
	}
	.select-partner-row {		
		margin: 20px 15px;
	}
	.show-results .show-selected-filters{
		display:block;
	}
	.show-results .show-selected-filters .selected-filter {
		display: inline-block;
		width:100%;
		margin-bottom: 15px;
		font-size: 10px;
		/*height: 46px;*/
		vertical-align: top;
	}
	.show-results .show-selected-filters .selected-filter.red-search {
		width:100%;
	}
	
	.show-results .show-partners-table .partner{
		display:block;
		width:100%;
	}	
	.show-results .show-partners-table .partner-name{
		display:inline-block;
		width:100%;
	}
	.show-results .show-partners-table .partner-address{
		display:inline-block;
		width:100%;
	}
	.show-results .show-partners-table .partner-details{
		display:inline-block;
		width:100%;
	}
	.show-results .show-partners-table .partner-cat{
		display:inline-block;
		width:100%;
		padding-left:15px;
	}
	.show-results .show-partners-table .partner-location{
		width:100%;
		display:none;
	}
	.main-nav{
		z-index:11;
	}
	
}
