

::-webkit-scrollbar {
  display: none;
}






.horiz-slider {
  /*background-color: #f5f0e9;*/
  
    
    padding: 0px 0px;
    /*padding-bottom: 35px;*/
    padding-bottom: 220px;
    position: relative;
    	/*transition: color .35s ease-in-out, background-color 1.35s ease-in-out;
	-webkit-transition: color .35s ease-in-out, background-color 1.35s ease-in-out;*/
}


/*
body.work-color {
    background-color: rgba(246, 244, 244, 1)!important;
  transition: color .35s ease-in-out, background-color .5s ease-in-out;
  -webkit-transition: color .35s ease-in-out, background-color .5s ease-in-out;
  }
  
body.reveal {
	  background-color: rgba(90, 83, 30, 1)!important;
	transition: color .35s ease-in-out, background-color .5s ease-in-out;
	-webkit-transition: color .35s ease-in-out, background-color .5s ease-in-out;
	}

	
  
    
  body.work-color h1 .brand, body.work-color .navigation a, body.work-color a.nav-info h1, body.work-color .nav-items a li, body.work-color .details , body.work-color .details ul li  {
      color:  rgba(90, 83, 30, 1);
    transition: color .35s ease-in-out, border-color .35s ease-in-out;
    -webkit-transition: color .35s ease-in-out, border-color .35s ease-in-out;
    }

  
body.reveal .brand h1, body.reveal .navigation a, body.reveal .sidebar,  body.reveal .project-cta-intro span {
    color:  #f6f4f4;
	transition: color .35s ease-in-out, border-color .35s ease-in-out;
	-webkit-transition: color .35s ease-in-out, border-color .35s ease-in-out;
	} 
	
	body.reveal .project-cta-intro .rule { 
		border-color:  #f6f4f4;
		transition: border-color .35s ease-in-out;
		-webkit-transition: border-color .35s ease-in-out;
		}
	
body {
	transition: color .35s ease-in-out, background-color .5s ease-in-out;
	-webkit-transition: color .35s ease-in-out, background-color .5s ease-in-out;
	}
*/


/**** PROJECT CTA HEADER *****/
.project-cta-intro {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    text-align: right;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    
   /* border: solid .5px red;*/
}

.horiz-slider h2 {
    font-family: 'instrument sans';
    text-align: center;
    }

.project-cta-intro span {
    font-size: .85vw;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: .875vw;
    letter-spacing: .125vw;
    display: block;
  //  color:     rgba(90, 83, 30, 1);
    transition: color .5s ease;
}

.project-cta-intro .rule {
    margin-top: 2vw;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 21.125vw;
   // border-left: 1px solid rgba(90, 83, 30, 1);

    opacity: .1;
}


.project-cta-header .rule {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    height: calc(147px);
    width: 1px;
    //border-left: 1px solid #5a531e;
    opacity: .1;
}






a:-webkit-any-link {
  text-decoration: none;

}

#app {
  font-family: 'Overpass', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #f6f4f4;
}

.projects {
    position: relative;
    display: block;
}

#hslider {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
 padding: 60px 0;
cursor: none!important;

}

.hslide:first-child {
	margin-left: 120px;
	}

.hslide:last-child {
	margin-right: 120px;
	}

.hslide {
	opacity: .3;
	
 /* margin: 10px;*/
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  height: auto;

  
  	opacity: 1!important;
		-webkit-transition: opacity 0.5s!important;
		transition: opacity 0.5s!important;
}

.hslide div {
  height: 50vh;
  width: 25vw;
 

  display: block;
  box-sizing: border-box;
  position: relative;
  
  
}


.hslide:hover div span {
margin-left: calc(0px);	
width: calc(100% - 0px)!important;

transition: width .65s ease-in-out, margin-left .65s ease-in-out;
-webkit-transition: width .65s ease-in-out, margin-left .65s ease-in-out;
}

.hslide div span {
margin-left: calc(25px / 2);	
width: calc(100% - 25px)!important;

transition: width .65s ease-in-out, margin-left .65s ease-in-out;
-webkit-transition: width .65s ease-in-out, margin-left .65s ease-in-out;
}



 #hslider:hover .hslide:not(:hover) {
 	opacity: .25!important;
 	-webkit-transition: opacity 0.3s;
 	transition: opacity 0.3s;
}
		
body.down-mouse #hslider:hover .hslide:not(:hover)  {
 	opacity: 1!important;
 	-webkit-transition: opacity 0.3s;
 	transition: opacity 0.3s;
}





.hslide span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hslide h6 {
 color:  #f6f4f4;
 display: block;
 
 font-size: 1.15vw;
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

#scrubber {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 10vw;
    width: 80vw;
    height: 1px;
    margin: 0 auto;
    overflow: hidden;
    background: rgba(245, 240, 233, 0.5);
}

#handle {
  display: block;
  position: relative;
  width: 115px;
  height: 100%;
  background:  #f6f4f4;
}


.horiz-slider {
pointer-events: none;
  z-index: 998;

}




@media only screen and (max-width: 400px) {
 .more-work-title{
   font-size: 40px;
}


  .hslide div span {
  width: calc(100% - 0px) !important;
}

  #hslider {
    padding-left: 20px !important;
}
}