/**
 * fullPage 1.6.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
 html, body {
    margin: 0;
    padding: 0;
	overflow:hidden;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #ff00b9 transparent transparent;
}

.col-5.left img {
    max-height: 64vh;
    width: auto;
}

.hq {
    margin-left: 5vh;
}

.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #ff00b9;
}


.section.custom-section.top.table {
     background-size: 58% !important;
    background-repeat: no-repeat !important;
    background-position: 50% 15% !important;
}

#superContainer {
    height: 100%;
    position: relative;
	
	/* Touch detection for Windows 8 */
	-ms-touch-action: none; 
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}

.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 47px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
    background: #333;
}
#fullPage-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fullPage-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
}
.fullPage-tooltip.right {
    right: 20px;
}
.fullPage-tooltip.left {
    left: 20px;
}


.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;	
}
p{
	font-size: 2em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	color: #000;
	background:#fff;
  float: left;
}
#menu li.active{
	background: #f00;
	background: rgb(51, 228, 207);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
  background-color: #fff;
  position:fixed;
  bottom: 0;
  left:0;
  height: 40px;
  z-index: 70;
  width: 100%;
  padding: 0;
  margin:0;
  box-shadow:3px 3px 12px #00000085;
  z-index: 100000000;
    
}
#section0 img,
#section1 img{
	margin: 20px 0 0 0;
}	
#section2 img{
	margin: 20px 0 0 52px;	
}
#section3 img{
	bottom: 0px;
	position:absolute;
	margin-left: -420px;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.twitter-share-button{
	position: absolute;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#fullPage-nav{
	position: absolute;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fullPage-nav li{
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
}
#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fullPage-nav li .active span{
	background: #333;
}
#fullPage-nav span{
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

/*! Basscss | http://basscss.com | MIT License */.h1{font-size:2rem}.h2{font-size:1.5rem}.h3{font-size:1.25rem}.h4{font-size:1rem}.h5{font-size:.875rem}.h6{font-size:.75rem}.font-family-inherit{font-family:inherit}.font-size-inherit{font-size:inherit}.text-decoration-none{text-decoration:none}.bold{font-weight:700}.regular{font-weight:400}.italic{font-style:italic}.caps{text-transform:uppercase;letter-spacing:.2em}.left-align{text-align:left}.center{text-align:center}.right-align{text-align:right}.justify{text-align:justify}.nowrap{white-space:nowrap}.break-word{word-wrap:break-word}.line-height-1{line-height:1}.line-height-2{line-height:1.125}.line-height-3{line-height:1.25}.line-height-4{line-height:1.5}.list-style-none{list-style:none}.underline{text-decoration:underline}.truncate{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-reset{list-style:none;padding-left:0}.inline{display:inline}.block{display:block}.inline-block{display:inline-block}.table{display:table}.table-cell{display:table-cell}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-auto{overflow:auto}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.left{float:left}.right{float:right}.fit{max-width:100%}.max-width-1{max-width:24rem}.max-width-2{max-width:32rem}.max-width-3{max-width:48rem}.max-width-4{max-width:64rem}.border-box{box-sizing:border-box}.align-baseline{vertical-align:baseline}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.m0{margin:0}.mt0{margin-top:0}.mr0{margin-right:0}.mb0{margin-bottom:0}.ml0,.mx0{margin-left:0}.mx0{margin-right:0}.my0{margin-top:0;margin-bottom:0}.m1{margin:.5rem}.mt1{margin-top:.5rem}.mr1{margin-right:.5rem}.mb1{margin-bottom:.5rem}.ml1,.mx1{margin-left:.5rem}.mx1{margin-right:.5rem}.my1{margin-top:.5rem;margin-bottom:.5rem}.m2{margin:1rem}.mt2{margin-top:1rem}.mr2{margin-right:1rem}.mb2{margin-bottom:1rem}.ml2,.mx2{margin-left:1rem}.mx2{margin-right:1rem}.my2{margin-top:1rem;margin-bottom:1rem}.m3{margin:2rem}.mt3{margin-top:2rem}.mr3{margin-right:2rem}.mb3{margin-bottom:2rem}.ml3,.mx3{margin-left:2rem}.mx3{margin-right:2rem}.my3{margin-top:2rem;margin-bottom:2rem}.m4{margin:4rem}.mt4{margin-top:4rem}.mr4{margin-right:4rem}.mb4{margin-bottom:4rem}.ml4,.mx4{margin-left:4rem}.mx4{margin-right:4rem}.my4{margin-top:4rem;margin-bottom:4rem}.mxn1{margin-left:-.5rem;margin-right:-.5rem}.mxn2{margin-left:-1rem;margin-right:-1rem}.mxn3{margin-left:-2rem;margin-right:-2rem}.mxn4{margin-left:-4rem;margin-right:-4rem}.ml-auto{margin-left:auto}.mr-auto,.mx-auto{margin-right:auto}.mx-auto{margin-left:auto}.p0{padding:0}.pt0{::0}.pr0{padding-right:0}.pb0{padding-bottom:0}.pl0,.px0{padding-left:0}.px0{padding-right:0}.py0{padding-top:0;padding-bottom:0}.p1{padding:.5rem}.pt1{padding-top:.5rem}.pr1{padding-right:.5rem}.pb1{padding-bottom:.5rem}.pl1{padding-left:.5rem}.py1{padding-top:.5rem;padding-bottom:.5rem}.px1{padding-left:.5rem;padding-right:.5rem}.p2{padding:1rem}.pt2{padding-top:1rem}.pr2{padding-right:1rem}.pb2{padding-bottom:1rem}.pl2{padding-left:1rem}.py2{padding-top:1rem;padding-bottom:1rem}.px2{padding-left:1rem;padding-right:1rem}.p3{padding:2rem}.pt3{padding-top:2rem}.pr3{padding-right:2rem}.pb3{padding-bottom:2rem}.pl3{padding-left:2rem}.py3{padding-top:2rem;padding-bottom:2rem}.px3{padding-left:2rem;padding-right:2rem}.p4{padding:4rem}.pt4{padding-top:4rem}.pr4{padding-right:4rem}.pb4{padding-bottom:4rem}.pl4{padding-left:4rem}.py4{padding-top:4rem;padding-bottom:4rem}.px4{padding-left:4rem;padding-right:4rem}.col{float:left}.col,.col-right{box-sizing:border-box}.col-right{float:right}.col-1{width:8.33333%}.col-2{width:16.66667%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.66667%}.col-6{width:50%}.col-7{width:58.33333%}.col-8{width:66.66667%}.col-9{width:75%}.col-10{width:83.33333%}.col-11{width:91.66667%}.col-12{width:100%}@media (min-width:40em){.sm-col{float:left;box-sizing:border-box}.sm-col-right{float:right;box-sizing:border-box}.sm-col-1{width:8.33333%}.sm-col-2{width:16.66667%}.sm-col-3{width:25%}.sm-col-4{width:33.33333%}.sm-col-5{width:41.66667%}.sm-col-6{width:50%}.sm-col-7{width:58.33333%}.sm-col-8{width:66.66667%}.sm-col-9{width:75%}.sm-col-10{width:83.33333%}.sm-col-11{width:91.66667%}.sm-col-12{width:100%}}@media (min-width:52em){.md-col{float:left;box-sizing:border-box}.md-col-right{float:right;box-sizing:border-box}.md-col-1{width:8.33333%}.md-col-2{width:16.66667%}.md-col-3{width:25%}.md-col-4{width:33.33333%}.md-col-5{width:41.66667%}.md-col-6{width:50%}.md-col-7{width:58.33333%}.md-col-8{width:66.66667%}.md-col-9{width:75%}.md-col-10{width:83.33333%}.md-col-11{width:91.66667%}.md-col-12{width:100%}}@media (min-width:64em){.lg-col{float:left;box-sizing:border-box}.lg-col-right{float:right;box-sizing:border-box}.lg-col-1{width:8.33333%}.lg-col-2{width:16.66667%}.lg-col-3{width:25%}.lg-col-4{width:33.33333%}.lg-col-5{width:41.66667%}.lg-col-6{width:50%}.lg-col-7{width:58.33333%}.lg-col-8{width:66.66667%}.lg-col-9{width:75%}.lg-col-10{width:83.33333%}.lg-col-11{width:91.66667%}.lg-col-12{width:100%}}.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (min-width:40em){.sm-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media (min-width:52em){.md-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media (min-width:64em){.lg-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.items-start{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.items-end{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.items-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.items-baseline{-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;-ms-grid-row-align:baseline;align-items:baseline}.items-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;-ms-grid-row-align:stretch;align-items:stretch}.self-start{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.self-end{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.self-center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.self-baseline{-webkit-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline}.self-stretch{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch}.justify-start{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.justify-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.justify-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.justify-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.justify-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.content-start{-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.content-end{-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.content-center{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.content-between{-webkit-align-content:space-between;-ms-flex-line-pack:justify;align-content:space-between}.content-around{-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around}.content-stretch{-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;min-height:0}.flex-none{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.order-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-last{-webkit-box-ordinal-group:100000;-webkit-order:99999;-ms-flex-order:99999;order:99999}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.z1{z-index:1}.z2{z-index:2}.z3{z-index:3}.z4{z-index:4}.border{border-style:solid;border-width:1px}.border-top{border-top-style:solid;border-top-width:1px}.border-right{border-right-style:solid;border-right-width:1px}.border-bottom{border-bottom-style:solid;border-bottom-width:1px}.border-left{border-left-style:solid;border-left-width:1px}.border-none{border:0}.rounded{border-radius:3px}.circle{border-radius:50%}.rounded-top{border-radius:3px 3px 0 0}.rounded-right{border-radius:0 3px 3px 0}.rounded-bottom{border-radius:0 0 3px 3px}.rounded-left{border-radius:3px 0 0 3px}.not-rounded{border-radius:0}.hide{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}@media (max-width:40em){.xs-hide{display:none!important}}@media (min-width:40em) and (max-width:52em){.sm-hide{display:none!important}}@media (min-width:52em) and (max-width:64em){.md-hide{display:none!important}}@media (min-width:64em){.lg-hide{display:none!important}}.display-none{display:none!important}
@font-face {
    font-family: 'Square721 BdEx BT';
    src: url('https://cdn.shopify.com/s/files/1/0003/4268/7801/files/Square721BT-BoldExtended.woff2?8934434554310540480') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0003/4268/7801/files/Square721BT-BoldExtended.woff?8934434554310540480') format('woff');
    font-weight: bold;
    font-style: normal;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h6{

font-family: Helvetica;
font-weight:bold;
}
@import url('https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.1.6/css/swiper.min.css');
@font-face {
    font-family: 'Square721 BdEx BT';
    src: url('https://cdn.shopify.com/s/files/1/0003/4268/7801/files/Square721BT-BoldExtended.woff2?8934434554310540480') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0003/4268/7801/files/Square721BT-BoldExtended.woff?8934434554310540480') format('woff');
    font-weight: bold;
    font-style: normal;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4{
font-family: Helvetica;
font-weight:bold;
}

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #FAFAFA;
	font-weight: 400;
	color: rgb(0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Inter UI', sans-serif;
}

h1 {
    font-size: 40px;
    z-index: 100;
    position: relative;
    font-weight: 800;
    text-transform: initial;
    margin-top: 0;
    color: white;
    text-shadow: 4px 3px 15px #000000b3;
}

.filter {
    height: 100vh;
    width: 33.3333%;
    background: #0000003b;
    position: absolute;
    top: 0;
}

.brazilBG {
  width: 33.33333%;
  height: 100vh;
  background:url('https://cdn.shopify.com/s/files/1/0255/0099/files/brazil-min.jpg?3054320172141456268');
  float: left;
    padding-top: 25vh;
  background-size:cover;
}


.build {
    margin-top: 0vh;
    width: 99%;
    font-size: 14px;
}
.build h1{
    color: black;
    text-shadow: none;
    margin-bottom: 30px;
       font-size: 27px;
    margin-top: 20px;
}
h3{
    margin:5px;
}
#menu li a, #menu li.active a {
    padding: 6px 11px;
    display: block;
}
.mathBG {
  width: 33.33333%;
  height: 100vh;
  background:url('https://cdn.shopify.com/s/files/1/0255/0099/files/nyu-min.jpg?3054320172141456268');
  float: left;
    padding-top: 25vh;
  background-size:cover;
}

.fashionshowBG {
  width: 33.33333%;
  height: 100vh;
  background:url('https://cdn.shopify.com/s/files/1/0255/0099/files/fashionShow-min.jpg?18431342560432996010');
  float: left;
    padding-top: 25vh;
  background-size:cover;
}


.filmBG {
     width: 33.33333%;
  height: 100vh;
  background:url('https://cdn.shopify.com/s/files/1/0255/0099/files/filmFest-min.jpg?3054320172141456268');
  float: left;
    padding-top: 25vh;
  background-size:cover;
}

.platBG {
      width: 33.33333%;
  height: 100vh;
  background:url('https://cdn.shopify.com/s/files/1/0255/0099/files/traw-min.jpg?3054320172141456268');
  float: left;
    padding-top: 25vh;
  background-size:cover;
}

.artshowhBG {    width: 33.33333%;
  height: 100vh;
  background:url('https://cdn.shopify.com/s/files/1/0255/0099/files/artwshow-min.jpg?3054320172141456268');
  float: left;
  background-size:cover;
  padding-top: 25vh;
  }

  .collabBBG {
    width: 100%;
    height: 50vh;
        padding-top: 15vh;
    background:url('https://cdn.shopify.com/s/files/1/0255/0099/files/collabs.jpg?9856550729116198321');
    background-size:cover;
}

.collabPBG {
    width: 100%;
     padding-top: 15vh;
    height: 50vh;
    background:url('https://cdn.shopify.com/s/files/1/0255/0099/files/thug.jpg?9856550729116198321');
    background-size:cover;
}

img.ml0.colm{
  margin-left: 0% !important;
  margin-top: 8vh !important;
}

img.danny-weisbaum {
    margin-left: 28% !important;
}


.bg {

    background-size: contain;
    height: 380px;
}
.controlArrow {
    z-index: 1000000 !important;
}

h6 {
    
    color: #ff00b9;
    font-size: 13px;
    margin-top: -60px;
}

.bg.flr-3 {
  background-image: url(https://cdn.shopify.com/s/files/1/0255/0099/files/res-inside.png?3515334513783327593);
  margin-bottom: -9px;
  width: 340px;
  left: 28px;
  bottom: -20px;
  height: 224px;

}

.heys div {
   .heys div
}

#fullPage-nav span, .fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.bg.flr-2 {
    background-image: url(https://cdn.shopify.com/s/files/1/0255/0099/files/studio-inside.png?3515334513783327593);
    margin-bottom: -13px;
    top: -24px;
    width: 330px;
    left: 164px;
    bottom: -10px;
    height: 246px;
    margin-bottom: -34px;
}


.bg.flr-1 {
  background-image: url(https://cdn.shopify.com/s/files/1/0255/0099/files/store-inside.png?3515334513783327593);
  margin-bottom: -26px;
  margin-bottom: -13px;
  top: -24px;
  width: 330px;
  left: 164px;
  bottom: -10px;
  height: 226px;
  margin-bottom: -34px;
}

.bg.flr-0 {
  background-image: url(https://cdn.shopify.com/s/files/1/0255/0099/files/factory-inside.png?3515334513783327593);
  top: -24px;
  width: 330px;
  left: 164px;
  bottom: -10px;
  height: 206px;
  margin-bottom: -34px;
}


.flr.flr-3 {
    background-image: url(https://cdn.shopify.com/s/files/1/0255/0099/files/res-cover.png?3515334513783327593);
}

.flr.flr-2 {
  background-image: url(https://cdn.shopify.com/s/files/1/0255/0099/files/studio-cover.png?3515334513783327593);
  width: 340px;
  left: -2px;
  bottom: -4px;
  height: 223px;
}


.flr.flr-1 {
  background-image: url(https://cdn.shopify.com/s/files/1/0255/0099/files/store-inside.png?3515334513783327593);
  margin-bottom: -26px;
  margin-bottom: -13px;
  top: -24px;
  width: 330px;
  left: 164px;
  bottom: -10px;
  height: 226px;
  margin-bottom: -34px;
}
.col-3.left.peep {
    text-align: center;
    width: 16%;
    margin: 2%;
    font-size: 20px;
    margin-top: 0;
}
.flr.flr-0 {
  background-image: url(https://cdn.shopify.com/s/files/1/0255/0099/files/mm.png?3456250381651127227);
  width: 59px;
  height: 106px;
  left: 10px;
  margin-left: 136px;
  top: 60px;
  
  }
.col-5.mx-auto {

    width: 41.66667%;
max-width: 575px;
}

.heys {
    
    width: 50%;
    margin: auto;
    font-size: 12px;
}

.heys h1 {
    color: black;
    text-shadow: none;
}

#fullPage-nav span, .fullPage-slidesNav span{
    border-color:#ff00b9;
}

#fullPage-nav li .active span, .fullPage-slidesNav .active span{
    background:#ff00b9;
}

h3 {
    margin-top: 12px;
}

.sectionContent.noShadow {
  text-shadow: 0px 0px 0px;
}

.handle.flr.flr-3 {
  margin-bottom: 11px;
  width: 361px;
  left: -10px;
  bottom: -10px;
  height: 244px;
  top: -20px;
}


.col-6.center.mx {
    width: 50%;
    margin-left: 25%;
}

img.ig {
    margin-left: -10px;

        width:20px;
    }

.flr{
    height: 380px;
    background-size: contain;
    position: relative;
  
}

.flrInfo {
    
    height: auto;
    color: black;
    width: 80%;
    float: left;
    margin-bottom: 0px;
    font-size: 12px;
    margin-left: 9% !important;
    margin-top: 1vh;

}

.hq {

  z-index: 1999;
  position: relative;
  
}
.hq img {

 max-height:80vh;
  
}
.page.ep .info {
    margin-top: 10vh;
    width: 50%;
}

.peep img {
    height: 11vh;
    padding-bottom: 0vh;
}
.single .peep img {
    height: 48vh;
    margin: auto;
    margin-left: 44%;
    padding: 0%;
    padding-bottom: 0;
    margin-top: 5vh;
}

.person.info {
  text-align: center;
  margin-top: 4vh;
  font-size: 20px;
  text-align: center;
  width: 90%;
  margin: auto;
  margin-left: 15%;
  margin-top: 5vh;
}
.people .peep img:hover {
    opacity: 1;
}

img.the-underachievers {
    margin-left: 20% !important;
}

.col-3.left.peep {
    text-align: center;
}

.people .peep img {
    height: 13vh;
    padding-bottom: 0vh;
    text-align: center;

    opacity: .80;
    text-align: left;
}


.col-7.mr0.left h1 {
    width: 90%;
    font-size: 3.4vw;
	line-height: 4vw;
	
    
}

.bg.flr-2 {
    margin-bottom: -13px;
}


.bg.flr-1 {
    background-image: url(https://cdn.shopify.com/s/files/1/0255/0099/files/store-inside.png?3515334513783327593);
    margin-bottom: -26px;
}

.flr.flr-1 {
  background-image: url(https://cdn.shopify.com/s/files/1/0255/0099/files/store-cover.png?3515334513783327593);
  height: 236px;
  top: -26px;
  z-index: 1000;
  width: 356px;
  left: -18px;
}


.swiper-slide{
    background: red;
}
h3 {
    text-transform: uppercase;
}

h2 small {
    float: right;
    position: fixed;
    top: 50%;
    right: 20px;
    margin: 30px;
    font-size: 13px;
    font-family: 'Inter UI', sans-serif;
    text-transform: lowercase;
    margin-top: 10px;
}
h2 small span{
font-weight: 300;
}
.col-5.cover.left img {
  display:none;
  width: 100%;

  box-shadow: 0px 1px 12px 6px #0000002e;

}
.markup p {
    font-size: 14px;
    font-family: Helvetica;
    font-weight:bold;
    margin: 6px;
}
.single .title {
    font-size: 34px;
    text-shadow: 2px 3px 0px black;
    margin:0;
}

.single .col-12 {
 

    margin: 0%;
    height: auto;
    margin-bottom: 0;
}

.single .title {
    font-size: 34px;
    text-shadow: 2px 3px 0px black;
}

.bg-img.inEp:before {
  
}

h2 {    
   font-size: 30px;
}


* {
	box-sizing: border-box;
}

#app {
	height: 100%;
}

.page {
	margin: 6vh;
    margin-top: 6vh;
	font-size: 22px;
	position: relative;
	margin-top: 0vh;
}

.cover_img {
    width: 80%;
    border-radius: 7px;
    margin-top: 10px;
}



h1 small {
    font-size: 17px;
    font-weight: 100;
}
.info{
    position: relative;
}
a{
        color: #000000;
    text-decoration: none;
}

.col-4.left h1 {
	margin: 0;
	font-size: 22px;
}


.col-4.left a {
	font-size: 18px;
    text-decoration: none;

}

.col-4 {
    width: 33.33333%;
    margin-bottom: 3vh;
}
.bg-img {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(#) center center no-repeat;
    background-size: cover;
}
  .bg-img:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	opacity: .6;
	border-radius: 10px;
  }



.info{

  color: black;
    font-size: 13px;
    margin-top: 30px;
    z-index: 1000;
    float: left;
    width: 45vh;
    text-align: left;

}
.markup {
    font-size: 12px;
  
}

.single h1 {

    padding: 0px;
    margin-bottom: 0;
}


ul {
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0px 0px;
}
  
  .fixed.nxtprv {
    right: 10px;
    bottom: 60px;
    font-size: 14px;
    width: 130px;
    text-transform: uppercase;
    z-index: 10000;
    left: 25%;
    margin-left: -50px;
}
.person.info p {
    text-align: left;
    font-size: 16px;
}
.nxt:hover {
opacity: .4;
}
.prv:hover {
	opacity: .4;
  }
  
#menu li {
 width:8.333333%;
    font-size:10px;
}

#menu li a, #menu li.active a {
    text-align: center;
    padding: 14px 5px;
    display: block;
   
}

.fixed.nxtprv img {
    width: 11px;
}

  img.boyspin {
    width: 90px;
}
.single {
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

.single ul li {
    font-size: 12px;
}

.col-5.cover.left {
  float: left;
  margin-left: 7%;
  margin-top: 50px;
  width: 46.66667%;         
}
.bg-img.inEp {
    height: 100vh;
    width: 45%;
    right: 0;

}

.section.custom-section.colmWide p {
  font-size: 32px;
  width: 74%;
  margin: auto;
  font-weight: 500;
  text-align: left;
  text-shadow: 0px 2px 20px #000000cf;
}

.colm p {   
    
    z-index: 100;
    position: relative;
    font-weight: 800;
    text-transform: initial;
    margin-top: 0;
    padding: 6%;
    color: black;
    /* text-shadow: 4px 3px 0px black; */
    text-align: left;
    font-size: 17px;
    background: white;
    width: 90%;
    height: 17vh;

}
.sectionContent.noshadow.white {
    margin-top: 30vh;
    width: 80%;
    color: white;
    font-size: 26px;
    
}

.collabBBG p, .collabPBG p{

 
    z-index: 100;
    position: relative;
    font-weight: 800;
    text-transform: initial;
    margin-top: 0;
    padding: 5%;
    padding-top:10px;
    color: white;
    text-shadow: 4px 3px 0px black;
    text-align: left;
    font-size: 28px;

}
.section.custom-section.Efficiency.gifB {
  background-position: 0% 100% !important;
}

.section.custom-section.gifBIdeas {
  background-position: -50px 10px !important;
}

.bg-img.color {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    opacity: .85;
}

.col-3 {
    width: 25%;
    margin: 2%;
    font-size: 20px;
}

.bg-img.inEps{
	height: 32vh;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



  .clientImg{
    width: 80%;
    margin-left: 0;
    max-width: 148px;
  }


.contactSection {
    width: 100%;
    margin: auto;
    margin-left: 0%;
}

.log {
  width: 20%;
  left: 40%;
  right: 0;
  margin: 0;
  text-align: center;
  position: fixed;
  top: 15px;
  margin-left: 5px;
}

footer {
   color: #000;
}
.section.custom-section {
  background-size: cover !important;
  color: white;
  text-align: center;
  background-position: 100% 0 !important;
}

button {
  width: 50px;
  padding: 0px;
}

.btnGroup {
  position: absolute;
  bottom: 20px;
  z-index: 9;
  left: 0;
  right: 0;
  text-align: center;
  width: 60px;
  margin: auto;
  z-index: 1000F;
}

.sectionContent {
  text-align: left;
    font-size: 25px;
    position: relative;
    font-weight:bold;
    z-index: 1;
    text-shadow: 1px 1px 7px black;
    width: 90%;
    margin: auto;

}

.sectionContent p {
    width: 100%;
    margin: auto;
    font-size: 20px;
}



.sectionContent h1 {
  margin-bottom: 25px;
}
span.desktop-only {
  float: left;
  margin-left: -25px;
  font-size: 23px;
  margin-top: 3px;
}



.sectionContent.contact {
  width: 90%;
  text-align: left;
  margin: auto;
  max-width: 1510px;
}

.contact-item img {
  width: 29px;
  float: left;
}

.contact-item a {
    margin: 0;
}

.col-4 {
  width: 25.33333%;
}

.sectionContent.contact h1 {
  font-size: 45px;
}
.btnGroup img {
    width: 100%;
}
.btnGroup button{
  border:none;
  background-color:transparent;
  color:white;
  font-size:30px;
  width: 80%;
  margin: 8px 0;
}
.hide{
  display: none;
}

.socials img {
    width: 63%;
    max-width: 38px;
}

.socials {
    width: 300px;
    margin-top: -1px;
    text-align: left;
    margin-left: 20px;
}

.btnGroup button:hover {
  color: silver;
}

.socials a {
    margin: 1%;
    width: 14%;
}



.navlinks {
  width: 40%;
  float: right;
  margin-top: 3px;
  text-align: right;
}

.navlinks a {
  text-transform: capitalize;
  margin: 12px;
  margin-top: 2px;
  font-weight: 500;
  text-align: right;
  font-size: 14px;
}

.section.custom-section {
    
    
}


.logo {
  max-width: 230px;
  margin: auto;
  padding: 20px;
}

.logo img {
  width: 100%;
}

.btnGroup button:hover {
  opacity: .5;
}

/* .blackFilter {
  background-color: #00000012;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

 */


@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.page, .info, .peep{
  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
   -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
       animation: fadein 1s;
  
}

.left {
  float:left;
}

.right {
  float:right;
}


@media only screen and (max-width:45em) { 
  .sectionContent {
    width: 90%;
    margin: auto;
    text-align: center;
    z-index: 100;
    position: relative;
    font-size: 14px;
  }
  .sectionContent p {
    width: 90%;
    max-width: 260px;
}

  header{
    width: 100% !important;
  }
  .socials {
    width: 30%;
    max-width: 630px;
    margin-top: 0px;
    margin-left: 0;
}


.socials a{
  margin: 4px;
  text-align: left;
  float: left;
  width: 47%;
}

.navlinks a {
  font-size: 9px;
  line-height: 12px;
  margin: auto;
  text-align: right;
  margin-left: 33px;
}
footer, header {
  color: #fff;
  text-align: center;
  padding: 8px;
}

  .logo {
    max-width: 170px;
    margin: auto;
    padding: 15px;
}

.sectionContent.noshadow.white {
    color: white;
    text-shadow: none;
}

  .section.custom-section {
    background-size: cover !important;
    color: white;
    text-align: center;
    background-position: 43% 0px !important;
}
.navlinks {
  width: 29%;
  float: right;
  margin-top: 0px;
  text-align: right;
}.clients .col-3.left {
  width: 39.333%;
  height: 8vh !important;
  text-align: left;
}

.clients .col-3.left img{
  /* width: 60%; */
}

img.clientImg.loreal {
    float: right;
}

.btnGroup button {
  border: none;
  background-color: transparent;
  color: white;
  font-size: 15px;
  width: 80%;
}

.log {
  width: 50%;
  left: 25%;
  right: 0;
  margin: 0;
  text-align: center;
  position: fixed;
}

.log a {
  margin: 0;
}
.log  img{
  width: 40% !important;
  margin: auto;
}
.sectionContent.contact .col-4 {
  margin: 2%;
  width: 100%;
  margin-bottom: 17px;
}

.sectionContent.contact h1 {
  font-size: 18px;
}

.contact-item img {
  width: 19px;
  float: left;
}

.contact-item a {
    margin: 0;
}

.col-6.left.phone img {
  width: 14px;
}

.col-6.left {
  max-width: 40px;
}

.socials img {
  width: 41%;
  max-width: 110px;
}
.bottombar img {
  width: 30px !important;
  height: auto !important;
}
.sectionContent.clients {
  width: 78%;
  margin-left: 20%;
  float: left;
}
.sectionContent h1 {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 3rem;
}

.contact-item {
    margin-top: -11px;
}

.btnGroup img {
  width: 70%;
}
.section.custom-section.strategy .sectionContent {
  width: 100%;
  max-width: 250px;
}
.section.custom-section.Efficiency .sectionContent p {
  max-width: 260px;
}

.section.custom-section.creative .sectionContent p {
  max-width: 220px;
}


.clientImg.stone-island {
  max-width: 73%;
  float: right;
}

.clientImg.conde {
  width: 80%;
  margin-top: 10%;
}

.clientImg.inditex {
  max-width: 63%;
  margin-top: 14%;
  float: right;
}

.clientImg.getty {
  max-width: 50%;
  margin-left: 0;
  text-align: left;
  float: left;
}

.clientImg.ck {
  width: 68%;
  margin-top: 2%;
  float: right;
}

.clientImg.reebok {
  width: 70%;
}

.clientImg.tods {
  width: 55%;
  float: right;
}

.clientImg.coach {
  float: left;
  width: 80%;
}

.clientImg.uniqlo {
  width: 27%;
  margin-top: -9%;
  float: right;
  margin-right: 15%;
}

.clientImg.v-magizine {
  width: 57%;
  margin-top: -15%;
}

.clientImg.converse {
  width: 70%;
  float: right;
}

.clientImg.vice {
  width: 50%;
  margin-top: -5%;
}

.clientImg.farfetch {
  float: left;
  width: 70%;
}

.clientImg.hunter {
  width: 70%;
  float: right;
}

.clientImg.i-d {
  width: 30%;
  margin-top: -7.5%;
  float: right;
}
img.clientImg.lvmh {
  margin-top: -11%;
}
.desktop-only{
  display: none;
}
}