:root {
    --pad-bottom: 4em;
	--color-highlight: #fbea5b;
    --color-red: #F4333D;
    --color-dark: #181b1e;
}
.red {
    color: var(--color-red);
}
.red2 {
    color: #ff343f;
}
.hide-m {
    display: none !important;
}
.show-m {
    display: block !important;
}

@media all and (min-width: 768px) {
    .hide-m {
        display: block !important;
    }
    .show-m {
        display: none !important;
    }	
}
@media all and (min-width: 992px) {
    :root {
		--pad-bottom: 5.5em;   
    }   
}

@media all and (min-width: 1400px) {
    :root {
		--pad-bottom: 6em;   
    }   
}

@media all and (min-width: 1600px) {
    :root {
		--pad-bottom: 6.5em;   
    }   
}  
@media all and (min-width: 1900px) {
    :root {
		--pad-bottom: 7em;   
    }   
}  

/* -----  Grid  ------------------------------------------- */

.container-fluid {
    max-width: 80em;
    padding-left: 6vw !important;
    padding-right: 6vw !important;
}

.container-fluid.pad-top {
    padding-top: var(--pad-bottom);
}
.container-fluid.pad-top-half {
    padding-top: calc(var(--pad-bottom)/2);
}
.container-fluid.pad-bottom{
    padding-bottom: var(--pad-bottom);
}
.container-fluid.pad-bottom-half{
    padding-bottom: calc(var(--pad-bottom)/2);
}
.container-fluid.mar-bottom {
    margin-bottom: var(--pad-bottom);
}
.container-fluid.mar-top {
    margin-top: var(--pad-bottom);
}
.container-gallery {
	max-width: 110em;
	margin: auto;
    margin-top: 1em;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0em !important;
    position: relative;
    overflow: hidden;
}
.container-gallery #slider_g {
    position: absolute; left:0; top:0;
    width:100%; 
    transform: translateY(0%);
    filter: brightness(0.7);
}

.container-gallery figure {
    width: 100%;
}
.container-gallery #slider_g img {
    width: 100%;
    object-fit: cover;
}

.container-gallery, .container-gallery #slider_g img {
    height: 400px;
   
}

.container-gallery {
    height: 500px;
    min-height: 500px;
   
}
.container-gallery iframe {
    height: 100% !important;
    min-height: 500px;
    margin-top: -50px;
}

.tnc {
    font-size: 0.85em;
    line-height: 145%;
    margin-top: 2.5em;
    max-width: 40em;
    width: 85%;
}
.tnc a {
    text-decoration:underline;
}
.anim5 {
    background: #fafafa;
}
@media all and (max-width: 767px) {

    #photographers {
        margin-top: 10px;
    }
}
@media all and (min-width: 540px) {

    .container-gallery, .container-gallery #slider_g img  {
        aspect-ratio: 3 / 2;
        height: auto;
    }
}

@media all and (min-width: 768px) {
    .container-fluid {
        padding-left: 7vw !important;
        padding-right: 7vw !important; 
    }
    .container-gallery {
        aspect-ratio: 3 / 1.6;
    }
    .container-gallery #slider_g img {
        aspect-ratio: 3 / 1.6;
    }
}
@media all and (min-width: 992px) {
    .container-fluid {
        padding-left: 5vw !important;
        padding-right: 5vw !important; 
    }
    .container-gallery  {
        aspect-ratio: 3 / 1.45;
    }
    .container-gallery #slider_g img  {
        aspect-ratio: 3 / 1.45;
    }
    .container-gallery #slider_g {
        transform: translateY(-7%);
        filter: brightness(0.8);
    }
	
}
@media all and (min-width: 1200px) {

    .g-custom {
        --bs-gutter-x: 5rem !important;
        --bs-gutter-y: 4rem !important;
    }    
}
@media all and (min-width: 1600px) {
	.container-gallery .fullbg {
        padding-left: 500px !important;
        padding-right: 500px !important;	
    }	
	.container-gallery {
        max-width: 1660px;
    }	
}   

.container-gallery iframe {
    display: none;
}	

/* -----  Helpers  ------------------------------------------- */

.col-sec {
	color: var(--color-highlight);
}
.font-sec {
	/*font-family:"Bodoni Moda";*/
	font-family: 'Metropolis';
    letter-spacing: 0.75px;
}
.textbox {
    font-size: 0.95em;
	line-height: 155%;
    font-weight: 400;
	color: #EAF8F7;
    letter-spacing:0.1px;
}
.textbox a {
	color: var(--color-red);
	transition:color .3s;
}
.textbox a:hover {
	color: #003300;
}
.notransit {
	transition: none !important;
}
.subttl {
	font-weight: 600;
    color: white;
}
.section-ttl {
    font-family: 'Metropolis Semi Bold';
	font-size: 1.4em;
    text-transform: uppercase;
    color: var(--color-dark);
    font-weight: 500;
}
.section-ttl.new-ttl {
    font-family: 'Metropolis Semi Bold';
    line-height: 140%;
    text-transform: uppercase;
}
.section-ttl.new-ttl span {
	font-size: 1.4em;
}
@media all and (min-width: 768px) {
    .textbox {
        font-size: 1em;
    }  
}
@media all and (min-width: 1400px) {
    .textbox {
        font-size: 1.05em;
    }    
}
@media all and (min-width: 1600px) {
    .textbox {
        font-size: 1.05em;
    }    
}
.doFade, .anim {
	transition:transform 0.6s, opacity 0.6s;
	transform:translateY(50px);
	opacity:0 !important;
}
.anim {
	transition:transform 0.6s, opacity 0.6s;
	transform:translateY(30px);
}
.fadein {
	transform:translateY(0);
	opacity:1  !important;
}


/* -----  Hero Background  ------------------------------------------- */
#fullbg-hero {
    position: relative;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 90vh;
}
#fullbg-hero .fullbg {
    position: relative !important;
    height: 110%;
    opacity: 0;
    transition: opacity .5s;
}
#fullbg-hero .bgimg {
    background-image:url("../images/bg-hero-m.jpg");
    filter: brightness(1); 
} 

@media all and (min-width: 992px) {
    #fullbg-hero .bgimg {
        filter: brightness(0.9);
        background-image:url(../images/bg-hero.jpg);
        transform: translateY(0);
        height: 110%;
    }  
    
}

.top-holder {
    padding-top: 0px;
    width: 100%;
    height: 65vh;
 
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 99;
} 
.top-container {
    transform: translateY(0%);
}
@media all and (min-width: 768px) {
.top-container {
    transform: translateY(10%);
}
    #fullbg-hero {
        justify-content: center;
        height: 65vh;
        align-items: center;
    }
}
@media all and (min-width: 992px) {
 .top-holder {
	/*padding-top: 135px;*/
  } 

}
@media all and (min-width: 1200px) {
 .top-holder {
	/*padding-top: 145px;*/
  }   
}
@media all and (min-width: 1600px) {
  .top-holder {
      /*padding-top: 170px;*/
  }  
}  

/* -----  Background  ------------------------------------------- */

.fullbg {
	position: absolute; left:0;
	width: 100%;
	height: 100%;
}
.container-gallery .fullbg {
    width: 96%;
    margin-left: 2%;
}
.bgimg {
    background-image:url("../images/bg-m2.jpg");
    width: 100%;
    transform: translateY(0%);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 50%;resize: both;
	filter: brightness(0.9);
} 



@media all and (min-width: 992px) {
    .bgimg {
        filter: brightness(0.9);
        background-image:url(../images/bg2.jpg);
        transform: translateY(-16%);
        height: 104%;
    }  
    
}


/* -----  Headline  ------------------------------------------- */

.headline-holder {
    display: flex;
    align-items: flex-end;
}
.headline {
    color:#fff;
    font-weight: 800;
    font-size: 11.5vw;
    line-height: 110%;  
    font-family: 'Metropolis Semi Bold';
    padding-bottom: 2em;
}
.headline .anim3 {
    /*color: var(--color-red);*/
}

.headline .head-short {
    display: none;
}



@media all and (min-width: 540px) {
    .headline {
        font-size: 8vw; 
        padding-bottom: 2.5em;
    }    
}
@media (orientation: landscape) and (min-width: 540px) {
    .headline {
        font-size: 6vw; 
        padding-bottom: 1em;
    } 
}
@media all and (min-width: 768px) {
    .headline {
        font-size: 7.5vw;
        line-height: 105%; 
        padding-bottom: 1.5em;
    }    
}
@media all and (min-width: 992px) {
    .headline {
        font-size: 4.2em;
        line-height: 90%;        
    }    
}
@media all and (min-width: 1200px) {

    .headline {
        font-size: 4.4em;        
    }      
}
@media all and (min-width: 1400px) {
    .headline {
        font-size: 4.6em;
    }        
}
@media all and (min-width: 1600px) {
     .headline {
        font-size: 4.8em;
    }  
}
@media all and (min-width: 1900px) {
    .headline {
        font-size: 5em;   
    }    
}

@media all and (min-width: 992px) and (max-height: 750px) {
    .headline span {
        display: none;
    }
    .headline .head-short {
        display: block;
    }

}


/* -----  Feature Box  ------------------------------------------- */

#photographers .feature-box {
	
}
#photographers .ico {
	position: absolute;
	top:.5em; right:.5em;
	background: var(--color-highlight);color:black;
	line-height: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width:1.5em; height: 1.5em;
	cursor: pointer;
}
#photographers .ico:hover {
	background: #111 ;color:white;
}

#photographers figure {
	overflow: hidden;
}
#photographers figure img {
	transition: transform .5s;
}
#photographers .feature-box:hover img {
	/*transform: scale(1.1);*/
}

.feature-box {
    /*background-color: rgba(0,0,0,0.8);*/
    padding: 0;
    padding-bottom: 1em;
	color:var(--color-highlight);
	position: relative;
	overflow: visible;
    border-top:0px solid var(--color-red);
}

.feature-box figure {
	background:#777;
	
}
.feature-box figure img {
    object-fit: cover;
    aspect-ratio: 3 / 3.25;
}

.feature-box .feature-info-holder {
    /*display: flex;
    flex-direction: row;*/
    text-align: center;
    padding: 0;
	padding: 0.75em 1em 0.25em;
	transform: translateY(-1.5em);
	width:100%;
	background: rgba(0,0,0,0);
}
.feature-box .feature-info {
    padding-left: 0em;
}
#features .feature-box .feature-info .ttl {
   
}
.feature-box .feature-num {
    font-size: 0.85em;
	display:none;
}
.feature-box .ttl {
	color: white !important;
    font-size: 1em;
    line-height: 140%;
    margin-bottom: 10px;
}
.feature-box a {
    color: #ffcc66;
    transition:color .3s;
}
.feature-box a:hover {
	color: #fc6e6e;
}


/** Photographers **/

#photographers figure img {
    aspect-ratio: 3 / 4;
}
#photographers .feature-info-holder {
    height: 100%;
    background: rgba(0,0,0,0.05);
}
#photographers .ttl {
	font-size: 1em !important;
	line-height: 140%;
    color: var(--color-dark) !important;
}
#photographers .ttl .ctry {
	font-size: 0.85em !important;
	line-height: 150%;
    color: var(--color-red);
}
#photographers .break {
    display: block;
}
@media all and (min-width: 450px) {
     #photographers .break {
        display: none;
    }
}

/** Features **/
#features {
	position: relative;
	overflow: hidden;
}
#features .ttl {
    font-family: 'Metropolis Regular';
	font-size: 1.4em !important;
	line-height: 140%;
    letter-spacing: 0.5px;
    font-weight: 600;
	margin-bottom: 0.2em;
}

#features .feature-info-holder {
	padding: 1.25em 1.5em 0 1.5em  !important;
}
#features .feature-box {
	color:white;
	font-weight: 400;
}
#features .feature-box a {
	color: var(--color-highlight);
	font-weight: 300;
}
#features .feature-box a:hover {
	color: #FD2748;
}
#features .feature-box figure {
	overflow: hidden;
}
#features .feature-box figure img {
    aspect-ratio: 3 / 2;
	transition:transform .4s;
}
#features .feature-box:hover img {
	transform: scale(1.05);
}

#features .ttl span {
	color: var(--color-highlight);
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 0.75em;
    margin-top: 1.5em;
}

@media all and (min-width: 768px) {
    #photographers .ico {
        top:.85em; right:.85em;
        width:1.6em; height: 1.6em;
        cursor: pointer;
    }
    .feature-box .ttl {
        font-size: 1.1em;
        line-height: 130%;
        margin-bottom: 10px;
    } 
    #photographers figure img {
        aspect-ratio: 3 / 4.1;
    }	
	#photographers .ttl {
        font-size: 1.1em !important;
        line-height: 140%;
    }
    .feature-box .feature-info-holder { /** Switch ttl **/
		position: relative;
        transform: translateY(-1.55em);
        padding: 1em 1em 0.5em 1em;
		width:100%;
    }
    #features .feature-info-holder {
        padding: 1.25em 10% 0  !important;
    }
}
@media all and (min-width: 992px) {
    
     #features .feature-box figure img {
        aspect-ratio: 3 / 1.6;
    }
    .feature-box .ttl {
        font-size: 1.1em;
        line-height: 130%;
        margin-bottom: 10px;
    } 
	#fb2, .fb2 {
		transition-delay:.15s;
	}
	
	#fb3, .fb3 {
		transition-delay:.3s;
	}
	#fb4, .fb4 {
		transition-delay:.4.5s;
	}
	#fb5, .fb5 {
		transition-delay:.15s;
	}
	#fb6, .fb6 {
		transition-delay:.3s;
	}		
}
@media all and (min-width: 1200px) {
    #features .ttl {
        font-size: 1.5em !important;
        line-height: 135%;
    }
    #features .feature-info-holder {
        padding: 1.25em 10% 0  !important;
    }
}
@media all and (min-width: 1400px) {
    #features .ttl {
        font-size: 1.7em !important;
        line-height: 135%;
    }
    #features .feature-info-holder {
        padding: 1.5em 5% 0  !important;
    }
	.feature-box .ttl {
        font-size: 1.1em;
        line-height: 130%;
        margin-bottom: 10px;
    }
    .feature-box figure img {
        aspect-ratio: 3 / 3.75;
    } 
}



.cell .feature-box {
	margin: 0 5px;
}
.arrs {
	position: absolute;
	width: 100%;
	height: calc(100%);
	z-index: 99;
	pointer-events: none;
	top:0;
	left: 0;
	display: none;
}
.arrs .dash {
	/*height: 2px;
	width: 100%;
	background: red;*/
	transform: translateY(-50%);
}
.arrs .arr {
	position: absolute;
	pointer-events: auto;
	padding: 1em 0;
	top:50%;
	
	width:3.5em;
	opacity: 0.5;
}
.arrs .arr-left {
	transform: translateX(30%);
}
.arrs .arr-right {
	right:0;
	transform: translateX(-30%);
}
.arrs .active {
	opacity: 1;
	cursor: pointer;
}
.arrs .active:hover img {
	filter:  invert(73%) sepia(80%) saturate(321%) hue-rotate(5deg) brightness(0%) contrast(97%);
}

/* -----  Panel  ------------------------------------------- */

#curtain {
	position: fixed;
	width:100%;
	height: 100vh;
	z-index: 9999;
    background: rgba(2,17,39,0.5);
	opacity: 0;
	transition: opacity .5s;
	pointer-events:none;
}
#panel {
	position: fixed;
	display: flex;
	align-items: center;
	width:90%;
	height: 100vh;
	z-index: 10000;
	right: 0;
    background: #ffffff;
	color: #233b52;
	font-size: 0.95em;
	line-height: 150%;
	font-weight: 400;
	transform: translateX(100%);
	transition: .6s transform cubic-bezier(0.83, 0, 0.17, 1);
}

#panel .ttl {
    font-size: 1.2em;
	font-weight: 600;
    line-height: 150%;
	color: #F4333D;
}
#panel .bio, #panel .img {
	opacity: 0;
	transition: opacity .5s;
}
 #panel .img {
	 
}
.close-btn {
	opacity: 0;
	transition: opacity .5s;
	cursor: pointer;
	display: inline-block;
}


@media all and (min-width: 768px) {

    .flickity-page-dots {
        display: none;
    }	
	.arrs {
		display: block}
    #panel {
        width:55%;
        font-size: 0.95em;
        line-height: 160%;
    }  
	#panel .ttl {
        font-size: 1.4em;
        line-height: 130%;
    }
    #panel .container-fluid {
        padding-left: 2.5vw !important;
        padding-right: 2.5vw !important;  
    }  
}
@media all and (min-width: 992px) { 
    #panel {
        width:55%;
    }
	 #panel .img {
         display: block;
    }
    #panel .container-fluid {
        padding-left: 3vw !important;
        padding-right: 3vw !important;  
    }  
}
@media all and (min-width: 1200px) {  

    #panel {
        width:45%;
    }  
    #panel .container-fluid {
        padding-left: 3vw !important;
        padding-right: 3vw !important;  
    }  
}
@media all and (min-width: 1600px) {  
    #panel {
        width:40%;
        font-size: 0.95em;
        line-height: 150%;
    }  
    #panel .ttl {
        font-size: 1.3em;
        line-height: 150%;
    }
    #panel .container-fluid {
        padding-left: 3vw !important;
        padding-right: 3vw !important;  
    }    

}

/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: var(--color-red);
  border: 2px solid var(--color-red);
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: var(--color-red);
}


/* -----  Timeline CTA  ------------------------------------------- */

#logos {
    background: #F4333D;
}
#logos .container-fluid {
	padding: 2em 0 2em;
}
#logos .unseen {

    float: none; text-align: center;
}
#logos img {
    margin: 1.5em 0;
}


@media all and (min-width: 640px) {
    
    #logos .doFade {
        display: flex;
        align-items: center;
    }

    #logos .container-fluid {
        padding: 2.3em 0 2.3em;
    }
    #logos .unseen {
        width: 80%;
    }

}

@media all and (min-width: 1200px) {
    
.about-brands .unseen {
    padding: 0 2em;
    
}

}

/* -----  Footer  ------------------------------------------- */

#footer-holder {
    background: #000;
}

.ttl {
	font-weight: 600;
}
.special {
   font-family: 'Arial' !important;
    font-weight: 400;

}

/* -----  BUTTON  ------------------------------------------- */

.gallery-title {
    display: flex;
    flex-direction: column;
    width: 100%; height: 100%; position: absolute;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 99;
    text-align: center;
}
.gallery-title .span {
    font-size: 2em;
    line-height: 120%;
}
.gallery-title .cta-button {
    font-weight: 400;
    color:#fff !important;
}
.gallery-title a:hover .cta-button {
    background: var(--color-highlight) !important;
    color:#111 !important;
}
.gallery-title .cta-button svg {
    fill:var(--color-highlight) !important;
}
.gallery-title a:hover .cta-button svg {
    fill:#111111;
}

/*#features  .feature-box:hover .cta-button {
    background: var(--color-highlight) !important;
    color:#111 !important;
}

#features .feature-box:hover .cta-button svg {
    fill:#111111;
}*/

.cta-button {
    font-size: 1.1em;
    transition: background .3s;
    font-weight: 600;
    border: 1px solid var(--color-red);
     color: var(--color-red);
     background: var(--color-red);
    padding: 8px 20px;
    line-height: 120%;  
    margin-top: 1em;
    display: inline-block;
}
.cta-button svg {
    width: 16px; height: 16px;
}

#features .isactive.feature-box:hover .cta-button {
    border: 2px solid var(--color-highlight);
    color: white;
    background: var(--color-dark);
}

#features .feature-info img {
    width: 16px; height: 16px;
     display: inline;
}

#features .cta-button {
    border: none;
    font-size: 1em;
    margin: 0;
    padding-bottom: 10px;
    
    background: none;
}
#features .isactive.feature-box .cta-button {
    border: 0px solid var(--color-highlight) !important;
    margin-top: 8px;
    color: #eaeaea;
    background: var(--color-red);
    font-size: 0.85em;
}

.theme-black .textbox {
    color:#081F42;
}
.theme-black .subttl {
    color:#081F42;
    margin-bottom: 2px;
}
.top-logos-holder {
    width:100%;
    display: flex;
    flex-direction: row;
}
.top-logos img {
    width:50%;
    height: auto;
}
	
@media all and (min-width: 768px) {
    .container-fluid {
        padding-left: 7vw !important;
        padding-right: 7vw !important; 
    }
}
@media all and (min-width: 992px) {
    .container-fluid {
        padding-left: 5vw !important;
        padding-right: 5vw !important; 
    }
    .top-logos-holder {
        flex-direction: column;
    }
    .top-logos img {
        width: 100%;
        margin-top: 0.75em;
    }

	
}
@media all and (min-width: 1200px) {

    .g-custom {
        --bs-gutter-x: 5rem !important;
        --bs-gutter-y: 4rem !important;
    }  
    .about-brands .textbox {
        font-size: 1em;
        letter-spacing: 0.2px;
    }
	.container-gallery {
        padding: 0 10px;
        
    }
}
@media all and (min-width: 1400px) {
    .top-logos-holder {
        padding-right: 10%;
    }
    .gallery-title .span {
        font-size: 2.5em;
        line-height: 120%;
    }
}
@media all and (min-width: 1600px) {

	.container-gallery {
        max-width: 1680px;
    }
	.container-gallery iframe {
        
    }
}  

.jump-msg {
    position: fixed;
    width:100%; height: 100%;
    z-index: 9999;
    background: rgba(2,17,39,0.7);
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    padding: 15px;
    display: none;
}
.jump-msg .box {
    text-align: center;
    padding: 1.3em;
    font-size: 0.85em;
    font-weight: 400;
    background: white;
    transform: translate(-50%,-50%);
    position: absolute;
    left:50%; top:50%;
    z-index: 3;
}
.jump-msg .box a {
    /*color: #ffcc00;*/
    text-decoration: underline;
}
.jump-msg-underlay {
    position: absolute;
    width:100%; height: 100%;
    z-index: 1;
}
@media all and (min-width: 1400px) {
    .jump-msg .box {
        padding: 1.5em;
        font-size: 0.85em;

    }
}

