/* Reset Css */
.transitions {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.notransitions {
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}

html {
    scroll-behavior: smooth;
}

.align_content_center{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* New Hero Styles */

#annimation_2021 {
    width: 100%;
    height: 3000px;
    margin-top: 20vh;
}

#sticky_wrap {
    width: 100%;
    height: 60vh;
    position: sticky;
    top: 20vh;
    overflow: hidden;
}

.scrollhero_section2021--img {
    width: 20%;
    height: calc(20vw * 1.34);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border: 2px solid #fff;
    position: absolute;
}

.scrollhero_section2021--col {
    width: 20%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
}

.column_hero_section2021--img {
    width: 100%;
    height: calc(20vw * 1.34);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border: 2px solid #fff;
}

.grouphero_2021_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;    
}

.hero_section2021--col {
    width: 20%;
    height: auto;
    display: flex;
    flex-direction: column;
}

#image1 {
    transform: scale(4);
    top: 0px; /* calc(100vh - ((40vw * 1.34) / 2)); */
    left: 40%;
    opacity: 1;
    transform-origin: top;
    z-index: 20000;
}

#image_group1 {
    top: 0px;
    opacity: 0;
    left: 40%;
}

#image_group2 {
     top: 150px;
     opacity: 0;
}

#image_group3 {
     top: 250px;
     opacity: 0;
}

.scrollhero_2021-headline1 {
    color: #fff;
    font-size: calc(40px + (90 - 40) * ((100vw - 300px) / (1600 - 300)));
    text-shadow: 1px 1px 5px #000;
    letter-spacing: -1px;
    font-weight: 800;
    position: absolute;
    top: 25vh;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1em;
    opacity: 0;
    z-index: 25000;
    transform: scale(0.5);
}

.scrollhero_2021-headline2 {
    color: #fff;
    font-size: calc(40px + (90 - 40) * ((100vw - 300px) / (1600 - 300)));
    text-shadow: 1px 1px 5px #000;
    letter-spacing: -1px;
    font-weight: 800;
    position: absolute;
    top: 25vh;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1em;
    opacity: 0;
    z-index: 25000;
    transform: scale(0.5);
}



/* New Index Specific Styles ------- */

.intro2021 {
    color: #c0605b;
    border-top: #c0605b 5px solid;
    font-size: calc(30px + (60 - 30) * ((100vw - 300px) / (1600 - 300)));    
    font-weight: 700;
    height: auto;
    line-height: 1em;
    width: 100%;
    padding: 25px 0px;
}

.intro2021 { opacity: 0;}
.intro2021 .animated-fast {opacity:1; }


.index_feature2021 {
    background-color: white;
    position: relative;
    padding-bottom: 0px;
    border-bottom: 1px solid #e1e1e1;
}

.index_feature2021--textblock {
    height: auto;
    min-height: 350px;
    background-color: #ebbcc2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 5%;
}

.index_feature2021--textblock h2 {
    color: #c0605b;
    text-align: center;
    font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 800;
    line-height: 1em;
    margin: 10px 0px 5px;
}

.index_feature2021--textblock p {
    color: #c0605b;
    text-align: center;
    line-height: 1em;
    margin: 10px 0px;
}

.cpfg_small_black {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../img/cpfg-logo-black.png")
}

.index_feature2021--img {
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../img/feature2021.jpg");
}

.hvr-back-pulse--solid {
    width: 50%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #c0605b;
    border: 1px solid #c0605b;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
}

.brand_allies_wrapper h2 {
    color: #c0605b;
    font-size: calc(30px + (60 - 30) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 700;
    height: auto;
    line-height: 1em;
    width: 100%;
    padding: 25px 0px;
    text-align: center;
}

.brand_allies_logo_wrap {
    width: 100%;
    height: auto;
    margin: 50px 0px;
    display: flex;
    flex-wrap: wrap;
}

.brand_allies_logo {
    width: 50%;
    height: 50vw;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px #fff solid;
}



/* New Header Styles ------- */

.header_2021 {
    width: 100%;
    height: 90px;
    background-color: #18b843;
    position: fixed;
    display: flex;
    align-items: center;
    top: 0px;
    z-index: 50000; 
    border-bottom: 1px #ebbcc2 solid;
}

.header_2021_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header_menu_btn {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c0605b;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
}

.header_menu_btn:hover {
    transform: scale(1.1);
}

.header_menu_btn_close {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c0605b;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
}

.header_menu_btn_close:hover {
    transform: scale(1.1);
}

.header_menu_btn_hide {
    display: none; 
}

.main_nav_wrap {
    width: 80vw;
    right: -80vw;
    opacity: 1;
    top: 0px;
    position: fixed;
    z-index: 40000;
    background-color: rgba(205,90,87,0.9);
	border-left: 2px #c0605b solid;
    height: 100vh;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-image: url("../img/menu-bg.jpg");*/
}

.main_nav_wrap--show {
    right: 0px;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main_nav_links {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    margin: 150px 30px;
}

.main_nav_links a {
    font-size: 1.5em;
    line-height: 2em;
    color: #fff;
    width: 100%;
    text-align: left;
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: left center;
	background-image: url("../img/cpfg-logo-sm_pink.png");
	padding-left: 50px;
}

.main_nav_links a:hover {
    letter-spacing: 0.1em;
    color: #ebbcc2;
	background-size: 28px;
}


.header_2021_left {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header_2021_right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_2021_wrap--logo {
    width: 150px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../img/cpfg-logo-pink.png");
}

.header_2021_wrap--logo:hover {
    transform: scale(1.1);
}

/* New Hero Styles ------- */

.benefit_page {
	background-size: contain;
	height: calc(100vw * 0.3);
	background-position: center;
}

.product_page {
	background-size: contain;
	background-position: top center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}


.plastictoy_nav .product_cover {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    width: 100%;
    padding: 53px 43px 63px;
    text-align: center;
    position: absolute;
    top: calc(100vw * 0.3);

}

.plastictoy_nav .product_cover h2 {
    color: #fff;
}
 
.plastictoy_nav .product_cover p {
    color: #fff;
    padding-bottom: 10px;
}

.science_img {
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	background-image: url("../img/the_science_diagram2.png");
}

.hero_2021 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-bottom: 100px;
    background-color: #fff;
}

.hero_2021_wrapper {
    width: 100%;
    height: auto;
    position: absolute;
    display: flex;
}

.hero_2021-headline1 {
    color: #fff;
    font-size: calc(40px + (90 - 40) * ((100vw - 300px) / (1600 - 300)));
    text-shadow: 1px 1px 5px #000;
    letter-spacing: -1px;
    font-weight: 800;
    position: fixed;
    top: 50vh;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1em;
    opacity: 0;
    z-index: 5000;
}

.hero_2021-headline2 {
    color: #fff;
    font-size: calc(40px + (90 - 40) * ((100vw - 300px) / (1600 - 300)));
    text-shadow: 1px 1px 5px #000;
    letter-spacing: -1px;
    font-weight: 800;
    position: fixed;
    top: 50vh;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1em;
    opacity: 0;
    z-index: 5000;
}



.second_section {
    margin-top: -150px; 
}

#hero_2021_wrapper--top {
    transform-origin: top;
    opacity: 1;
    top: 120px;
}

#hero_2021_wrapper--mid {
    transform-origin: top;
    opacity: 1;
    top: 120px;
}

#hero_2021_wrapper--bot {
    transform-origin: top;
    opacity: 1;
    top: 120px;
}

.image_one {
    position: absolute;
    width: 20%;
    aspect-ratio: 1 / 1.3; 
    left: 40%;
    top: 150px;
    transform: scale(2);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image:url(../img/hero10.jpg);
    border: 2px #fff solid;   
}

#img_block1 {
  top: 500px;
  left: -30%;
  opacity: 0.5;
  transform: scale(2);
  transform-origin: top center;
}

#img_block2 {
  top: 300px;
  left: 10%;
  opacity: 0.5;    
  transform: scale(2);
  transform-origin: top center;
}

#img_block3 {
  top: 100px;
  left: 40%;
  opacity: 0.5;    
  transform: scale(2);
  transform-origin: top center;
}

#img_block4 {
  top: 300px;
  left: 70%;
  opacity: 0.5;    
  transform: scale(2);
  transform-origin: top center;
}

#img_block5 {
  top: 500px;
  left: 110%;
  opacity: 0.5;    
  transform: scale(2);
  transform-origin: top center;
}

.img_block--endpoint {
  top: 0px !important;
  opacity: 0.8 !important;    
}

#img_block6 {
  width: 34%;
  top: 0px;
  left: 33%;
  opacity: 0.8; 
  z-index: 5000;    
}

.img_block6--endpoint {
  width: 20% !important;
  top: 0px !important;
  left: 40% !important;
  opacity: 0.8;    
}


/* New Footer Styles ------- */

.footer2021 {
	width: 100%;
	height: auto;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	background-color: #12243d;
	color: #cdd5df;
}

.footer2021 p {
	color: #cdd5df;
	font-size: 1.5em;
	line-height: 1em;
    width: 100%;
    text-align: center;
}

.footer2021_logo {
    width: 100%;
    height: 130px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-image: url("../img/cpfg-logo-greyscale.png");
}

.footer2021_plastic_ocean_logo {
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-image: url("../img/plastic-ocean-logo.png");
}

.footer2021_links {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    margin: 50px 0px;
}

.footer2021_links a {
    font-size: 1.5em;
    line-height: 2em;
    color: #6D728C;
    width: 100%;
    text-align: center;
}

.footer2021_links a:hover {
    letter-spacing: 0.2em;
    color: #c0605b;
}

.footer2021_social {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.footer2021_social .fab {
    font-size: 2em;
    padding: 0px 10px;
}

.footer2021_top {
	width: 100%;
	height: auto;
    margin: 50px 0px;
	display: flex;
    flex-direction: column;
	justify-content: space-between;
    align-items: center;
}

.footer2021_bottom {
	width: 100%;
    height: auto;
    padding-bottom: 10px;
	min-height: 50px;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
	align-content: center;
	font-size: 12px;
}

.footer2021_bottom--left, .footer2021_bottom--right {
    text-align: center;
}

.footer2021_bottom a {
	font-size: 12px;
}

.footer2021_large_col {
    width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.footer2021_small_col {
	width: 100%;
    height: auto;
	display: flex;
	flex-direction: column;
}

.movement_block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
	margin-bottom: 50px;
}

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

.movement_block--txt {
    width: 100%;
    height: auto;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5%;
}

.founder_block_upper {
	width: 100%;
	height: auto;
	min-height: 350px;
	display: flex;
	flex-direction: column;
}

.founder_block_upper h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.founder_block_textbox {
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}

.founder_block_combobox {
	width: 100%;
	height: auto;
    display: flex;
	flex-direction: column;
}

.founder_block--founder1img {
	width: 100%;
	height: calc(100vw * 1.1);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-image: url("../img/ryan_jesse.jpg");
}

.founder_block_lower {
	width: 100%;
	height: auto;
	min-height: 350px;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

.founder_cob {
	background-color: #c0605b;
	color: #fff;
	width: 100%;
	padding: 5%;
	font-weight: 700;
	line-height: 1.2em;
	font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1600 - 300)));
	height: auto;
	margin-top: 30px;
}

.founder_cob a {
    color: #FFF;
    border: 1px solid #FFF;
    padding: 8px 16px;
    margin: 0px;
    margin-top: 10px;
	font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
    float: right;
}


.movement_foot_banner {
	width: 100%;
	height: auto;
	display: flex;
}

.movement_foot_banner--block1 {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../img/move2.jpg");
	border: 2px solid #fff;
	display: none;
}

.movement_foot_banner--block2 {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../img/move1.jpg");
	border: 2px solid #fff;
	display: none;
}

.movement_foot_banner--block3 {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../img/move3.jpg");
	border: 2px solid #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5%;
	color: #000;
}

.alertsmall {
	font-size: 35px;
	color: #484848;
	font-weight: 700;
	padding: 10px 0px 0px;
}


.alertbig {
	font-size: 50px;
	color: #484848;
	font-weight: 700;
	padding: 10px 0px 0px;
}


.new-gallery h3 {
    text-align: center;
}

.flex-gallery-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
    margin-top: 20px;
    margin-bottom: 50px;
    justify-content: space-around;
}
    
.flex-gallery-img {
    height: 320px;
    min-width: 30%;
    margin: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
    
.flex-gallery-img--a {
    background-image: url(../supreme/img/Yogamat.png);
    background-size: contain;
}
    
.flex-gallery-img--b {
    background-image: url(../supreme/img/Toys.JPG);        
}

.flex-gallery-img--c {
    background-image: url(../supreme/img/supreme-016877.JPG);        
}

.flex-gallery-img--d {
    background-image: url(../supreme/img/PROTECxlc-lifestyle.JPG);        
}
 
.flex-gallery-img--e {
    background-image: url(../supreme/img/PROTECnet-lifestyle.JPG);        
}

.flex-gallery-img--f {
     background-image: url(../supreme/img/PROTEClitelon-application.JPG);       
}

.flex-gallery-img--g {
    background-image: url(../supreme/img/kickboard.JPG);        
}


@media only screen and (max-width: 1290px) {
        
   .flex-gallery-img {
        height: 320px;
        min-width: 45%;
    }   

}

@media only screen and (max-width: 850px) {
        
   .flex-gallery-img {
        height: 320px;
        min-width: 96%;
        margin: 2%;     
    }   
        
   .new-gallery h3 {
        text-align: left;
    }

}


/************************************************************************************
	small tablet
*************************************************************************************/
@media screen and (min-width: 576px) {

.footer2021_logo {
    height: 200px;
}
    
.brand_allies_logo {
    width: 33%;
    height: 30vw;
}
    
.index_feature2021--textblock h1 {
    margin: 10px 0px 5px;
}

.index_feature2021--textblock p {
    margin: 10px 0px;
}

.cpfg_small_black {
    height: 80px;
}
    
.main_nav_wrap {
    width: 70vw;
}
    
.movement_block--img {
    height: 380px;
}
    

.movement_foot_banner--block1 {
	width: 50%;
	height: 400px;
	display: block;
}

.movement_foot_banner--block3 {
	width: 50%;
	height: 400px;
}
	
.hero_section2021--img {
    height: 50vh;
}
	
.hero_2021 {
    height: 200vh;
}
	
.hero_2021-headline2 {
    color: #fff;
    text-shadow: 1px 1px 5px #000; 
}

/*    
.plastictoy_nav .product_cover {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    max-width: 560px;
    padding: 53px 43px 63px;
    text-align: center;
    position: absolute;
    top: 90px;

}    
*/    
    
	
}


/************************************************************************************
	tablet
*************************************************************************************/
@media screen and (min-width: 768px) {

.footer2021_bottom {
    flex-direction: row;
}    
    
.footer2021_bottom--left {
    text-align: left;
}
    
.footer2021_bottom--right {
    text-align: right;
}
    
.brand_allies_logo {
    width: 20%;
    height: 20vw;
}
    
.cpfg_small_black {
    height: 50px;
}
    
.header_2021 {
    height: 120px;
}
    
.header_2021_wrap--logo {
    width: 180px;
    height: 120px;    
}
    
.main_nav_wrap {
    width: 50vw;
}
 
.movement_block {
    flex-direction: row;
}

.movement_block:nth-child(even) {
    flex-direction: row-reverse
}

.movement_block--img {
    width: 50%;
    height: 350px;
}

.movement_block--txt {
    width: 50%;
    height: 350px;
}
    
.movement_foot_banner--block1 {
	width: 50%;
	height: 550px;
	display: block;
}

.movement_foot_banner--block3 {
	width: 50%;
	height: 550px;
}
	
#annimation_2021 {
    height: 4000px;
    margin-top: 10px;
}

#sticky_wrap {
    top: 120px;
}
    
#image1 {
    transform: scale(2);
}
    
#sticky_wrap {
    height: 100vh;
}
    
.scrollhero_2021-headline1 {
    top: 40vh;
}

.scrollhero_2021-headline2 {
    top: 40vh;
}

.plastictoy_nav .product_cover {
    padding: 43px 43px 43px;
    top: calc(100vw * 0.25);
}
 
    
    
}


/************************************************************************************
	laptop
*************************************************************************************/
@media screen and (min-width: 992px) {

.brand_allies_logo {
    width: 16.5%;
    height: 14vw;
}
    
.main_nav_wrap {
    width: 40vw;
}
    
	
.founder_block_upper {
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 50px;
}

.founder_block_textbox {
	width: 65%;
	height: auto;
	padding-bottom: 50px;
}

.founder_block_combobox {
	width: 30%;
	height: auto;
    display: flex;
	flex-direction: column;
}

.founder_block--founder1img {
	width: 100%;
	height: calc(30vw * 0.8);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-image: url("../img/ryan_jesse.jpg");
}
	
	
.movement_foot_banner--block1 {
	width: 33%;
	height: 650px;
	display: block;
}
	
.movement_foot_banner--block2 {
	width: 33%;
	display: block;
	height: 650px;
}

.movement_foot_banner--block3 {
	width: 33%;
	height: 650px;
}
	
	
	
}

/************************************************************************************
	desktop
*************************************************************************************/
@media screen and (min-width: 1200px) {
    
.footer2021_top {
    flex-direction: row;
    margin: auto;
}
    
.footer2021_logo {
    height: 160px;
}    
    
.footer2021_plastic_ocean_logo {
    height: 280px;
}
 
.brand_allies_logo {
    width: 12.5%;
    height: 10vw;
}
    
.main_nav_wrap {
    width: 30vw;
}
    
.plastictoy_nav .product_cover {
    background: rgba(0, 0, 0, 0.68) none repeat scroll 0 0;
    width: 45%;
    max-width: 580px;
    padding: 53px 43px 63px;
    text-align: center;
    position: static; 
}    
    
.product_page {
	background-size: cover;
	height: calc(100vw * 0.35);
    padding-right: 5%;
}    
    
    
}