* {
    box-sizing: border-box;
}
body {
    background: #3e102d; /* Old browsers */
    background: -moz-linear-gradient( #3e102d 0%, #8a2b49 33%, #da6d58 66%, #e9c66d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient( #3e102d 0%,#8a2b49 33%,#da6d58 66%,#e9c66d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( #3e102d 0%,#8a2b49 33%,#da6d58 66%,#e9c66d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e102d', endColorstr='#ffdc7a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-repeat: no-repeat;
    font-size: 10pt;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
}

/* POSTERS CUTOUT */
.posters-cutout {
    background-image: url(../images/poster-cutout.png);
}
.clocks-cutout {
    background-image: url(../images/clock-cutout2.png);
}
.video-cutout {
    background-image: url(../images/video-cutout.png);
}
.photos-cutout {
    background-image: url(../images/photos.png);
}
.cutout {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: fixed;
    width: 15%; 
    z-index: -1;}
    @media (min-width: 600px) {
        .cutout {
            background-position: top right;
            max-width: 100px; } }
    @media (min-width: 900px) {
        .cutout {
            width: 8%;
        } }
    @media (min-width: 1200px) {
        .cutout {
            width: 5%;
        } }
.little-footer {
    width: 100%;
    background-color: white;
    height: 50px;
}
@media (min-width: 900px) {
    .little-footer {
        height: 75px; 
    width: 91.5%} }

@media (min-width: 1200px) {
    .little-footer {
        height: 75px; 
    width: 93%; } }

@media (min-width: 1700px) {
    .little-footer {
        height: 75px; 
    width: 95.5%; } }

/* CRAP TO GET THE GRID TO SIT PROPERLY WITH THE NAVIGATION */

.seperator {
    height: 140vh;
    float: left;
    width: 15%; }
    @media (min-width: 600px) {
        .seperator {
            max-width: 100px;
        } }
    @media (min-width: 900px) {
        .seperator {
            margin-top: 0;
            width: 8%;
        } }
    @media (min-width: 1200px) {
        .seperator {
            width: 5%;
        } }

.filters {
    background: white;
    overflow: hidden;
    padding-right: 15%;
    padding-top: 30px; }
     @media (min-width: 900px) {
        .filters {
            padding-left: 3%;
            padding-top: 0;
            width: 83.5%;
        } }
    @media (min-width: 1200px) {
        .filters {
            width: 88%; } }
    @media (min-width: 1700px) {
        .filters {
            width: 90.5%; } }
.grid {
    background: white;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 50px;
    padding-left: 15%; }
    @media (min-width: 600px) {
        .grid {
            padding-left: 5%;
            padding-top: 80px;
            overflow: hidden; } }
    @media (min-width: 900px) {
        .grid {
            width: 83.5%; } }
    @media (min-width: 1200px) {
        .grid {
            width: 88%; } }
    @media (min-width: 1700px) {
        .grid {
            width: 90.5%; } }

/* STYLE FOR IMAGES WITH WHITE BACKGROUNDS*/

.white {
    border: 1px solid #e8e8e8;
}

/* STYLING FOR FILTERS */

.filters a {
    line-height: 1.5em;
    color: #3e102d;
    display: inline-block;
    margin-left: 45px;
    margin-top: 40px;
    text-decoration: none; }
    @media (min-width: 900px) {
        .filters a {
            margin-left: 25px;
        } }
.filters a:active, a.selected {
    text-decoration: underline;
}


img {
    max-width: 100%;
    height: auto;
}
.grid-item {
	overflow: hidden;
}

/* IMAGE SIZING */

.grid-width-portrait-tall {
    max-width: 210px;
    height: auto; 
    width: 80%; }
    @media (min-width: 600px) {
        .grid-width-portrait-tall {
            max-width: 250px;
            width: 40%; } }
    @media (min-width: 900px) {
        .grid-width-portrait-tall {
            width: 30%; } }
.grid-width-portrait-short {
    max-width: 210px;
    height: auto; 
    width: 80%; }
    @media (min-width: 600px) {
        .grid-width-portrait-short {
            max-width: 250px;
            width: 40%; } }
    @media (min-width: 900px) {
        .grid-width-portrait-short {
            width: 30%; } }
.grid-width-square {
    max-width: 210px;
    height: auto; 
    width: 80%; }
    @media (min-width: 600px) {
        .grid-width-square {
            max-width: 250px;
            width: 40%; } }
    @media (min-width: 900px) {
        .grid-width-square {
            width: 30%; } }
.grid-width-landscape {
    height: auto; 
    max-width: 210px;
    width: 80%; }
    @media (min-width: 600px) {
        .grid-width-landscape {
            max-width: 525px;
            width: 83%;} }
    @media (min-width: 900px) {
        .grid-width-landscape {
            max-width: 400px;
            width: 37%;} }
.gutter-sizer {
    width: 3%;
}

/* NAV STYLES */
nav {

  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  transition: width 2s ease; }
  @media (min-width: 600px) {
    nav {
      width: 40vw; } }
  @media (min-width: 900px) {
    nav {
      position: fixed;
      right: 0;
      background-color: transparent;
      width: 100vh;
      height: 8vw; } }
    @media (min-width: 1200px) {
        nav {
            transform-origin: 95% 80%;
            height: 5vh; } }

.logo-image {
    width: 100%; }

.header-logo {
    z-index: 3;
    top: 360px;
    right: 35px;
    width: 80px;
    position: fixed; }
    @media (min-width: 900px) {
        .header-logo {
            padding: 5px;
            z-index: 3;
            top: 20px;
            right: 20px;
            width: 60px; } }
  nav ul {
    text-decoration: none;
    text-align: right;
    margin-top: 75px;
    margin-right: 25px; }
    @media (min-width: 900px) {
      nav ul {
        margin-top: 28px;
        margin-left: 20px;
        text-align: left; } }
  nav li {
    padding: 15px 10px;
    font-size: 1.5em;
    letter-spacing: 1px; }
    @media (min-width: 900px) {
      nav li {
/*        padding: .5% 10px;*/
        display: inline-block;
        font-size: 1.1em;
        text-transform: uppercase;
        letter-spacing: 2px; } }
/*
    @media (min-width: 1200px) {
        nav li {
            padding: 0 10px;
        } }
*/
  nav a {
    color: white; 
    text-decoration: none; }
    @media (min-width: 900px) {
      nav a {
        color: #fff; } }
@media (min-width: 900px) {
    .nav-menu {
        position: fixed;
        right: 0;
        bottom: 0;
        transform: rotate(-90deg);
        transform-origin: 242px -210px; } }
@media (min-width: 1200px) {
    .nav-menu {
        transform-origin: 233px -210px; } }

.navbar-toggle {
  z-index: 3;
  position: fixed;
  top: 25px;
  right: 25px;
  width: 43px;
  height: 34px;
  padding: 3px;
  cursor: pointer; }
  @media (min-width: 900px) {
    .navbar-toggle {
      display: none; } }
  .navbar-toggle hr {
    border: none;
    width: 25px;
    height: 2px;
    margin: 5px;
    background-color: #3e102d; }

.clickable-area {
  width: 100%;
  height: 100%; }


/* STATES */


/*
.is-hidden {
  display: none; }
*/

.is-hidden-mobile {
  display: none; }
  @media (min-width: 600px) {
    .is-hidden-mobile {
      display: inherit; } }

.is-rotated-text {
  transform: rotate(-90deg);
    transform-origin: 70% 180%; }

.mobile-hidden {
  display: none; }
  @media (min-width: 900px) {
    .mobile-hidden {
      display: block; } }
      
/* POSTER HOVERS */

.poster-description {
	position: absolute;
	bottom: -130px;
	height: 200px;
	width: 100%;
	margin-top: 155px;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	transition: all .2s ease;
	color: #3e102e; }

@media (min-width: 600px) {
	.poster-description {
		bottom: -110px;
		height: 180px; } }

@media (min-width: 900px) {
	.poster-description {
		bottom: -100px; 
		height: 170px; } }

.poster-description h1 {
    margin-bottom: 25px;
    line-height: 1.5em;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px; 
    font-weight: 300; }
    
.poster-description h2 {
	text-transform: uppercase;
	position: absolute;
	top: 15px;
	right: 15px;
	color: #da6d59;
	letter-spacing: 2px;
	line-height: 1.4em;
	font-size: .9em;
	font-weight: bold;
	text-align: right;
}
    
.poster-description p {
    line-height: 1.7em;
    letter-spacing: 1px;
    font-size: .9em;
    margin-bottom: 7px; }
    
.photo-description {
	
}

/* POSTER DONATED */

.poster-description-donated {
	position: absolute;
	bottom: -120px;
	height: 200px;
	width: 100%;
	margin-top: 155px;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	transition: all .2s ease;
	color: #3e102e; }

@media (min-width: 600px) {
	.poster-description-donated {
		bottom: -100px;
		height: 180px; } }

@media (min-width: 900px) {
	.poster-description-donated {
		bottom: -100px; 
		height: 170px; } }

.poster-description-donated h1 {
    margin-bottom: 25px;
    line-height: 1.5em;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px; 
    font-weight: 300; }

.poster-description-donated h2 {
	text-transform: uppercase;
	position: absolute;
	top: 15px;
	right: 15px;
	color: #da6d59;
	letter-spacing: 2px;
	line-height: 1.4em;
	font-size: .9em;
	font-weight: bold;
	text-align: right;
}
    
.poster-description-donated p {
    line-height: 1.7em;
    letter-spacing: 1px;
    font-size: .9em;
    margin-bottom: 7px; }

/* POSTER HOVERS LANDSCAPE */

.grid-item:hover {
    cursor: pointer;
}

.poster-description-landscape {
	position: absolute;
	bottom: -130px;
	height: 200px;
	width: 100%;
	margin-top: 155px;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	transition: all .2s ease;
	color: #3e102e; }

@media (min-width: 600px) {
	.poster-description-landscape {
		bottom: -110px;
		height: 180px; } }

@media (min-width: 900px) {
	.poster-description-landscape {
		bottom: -100px; 
		height: 170px; } }

.poster-description-landscape h1 {
    margin-bottom: 25px;
    line-height: 1.5em;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px; 
    font-weight: 300; }

.poster-description-landscape h2 {
	text-transform: uppercase;
	position: absolute;
	top: 15px;
	right: 15px;
	color: #da6d59;
	letter-spacing: 2px;
	line-height: 1.4em;
	font-size: .9em;
	font-weight: bold;
	text-align: right;
}
  
.poster-description-landscape p {
    line-height: 1.7em;
    letter-spacing: 1px;
    font-size: .9em; 
    margin-bottom: 2px; }

@media (min-width: 900px) {
.poster-description-landscape p {
    line-height: 1.7em;
    letter-spacing: 1px;
    font-size: .9em;
    margin-bottom: 7px; } }

/* VIDEO */

 .video {
	 margin: 0 auto;
	 margin-top: 60px;
	 padding-right: 40px;
	 width: 100%;
	 height: 150px;
 }
 
 @media (min-width: 600px) {
	 .video {
         height: 400px; } }
 
 @media (min-width: 900px) {
	 .video {
		 max-width: 800px;
		 height: 400px; } }
 
  @media (min-width: 1200px) {
	 .video {
		 max-width: 950px;
		 height: 500px; } }

/* LIGHTBOXES */

#lightbox {
    background-color: rgba(255, 255, 255, 0.9);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    overflow: scroll;
    z-index: 3;
}

#content {
    margin: auto;
    width: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#content > img {
    border: 1px solid #e8e8e8;
    display: block;
    max-height: 70vh;
    margin: 20px auto 45px auto;
}

#content > h1 {
	width: 90%;
	max-width: 400px;
    margin: 0 auto 10px;
    line-height: 1.5em;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px; 
    font-weight: 300;
    color: #3e102e;
}

#content > h2 {
    width: 90%;
	max-width: 400px;
    margin: 0 auto 10px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px; 
    font-weight: 300;
    color: #3e102e;
    
}

#content > h4 {
    display: none;
}

#content > p {
	width: 90%;
	max-width: 400px;
    line-height: 1.6em;
    letter-spacing: 1px;
    font-size: .9em;
    margin: 0 auto 5px;
    color: #6d6e71;
}


/*SOLD AND RESERVE BUTTON */

.sold-reserve {
	width: 100%;
	position: absolute;
	top: 0;
	background-color: white;
}

.buying-instructions {
	background-color: #e0e0e0;
    overflow: hidden;
	padding: 50px 80px;
	z-index: -2; }

    @media (min-width: 900px) {
        .buying-instructions {
            width: 83.5%; 
            padding: 50px;} }

    @media (min-width: 1200px) {
        .buying-instructions {
            padding: 50px 250px;
            width: 88%; } }

    @media (min-width: 1700px) {
        .buying-instructions {
            padding: 50px 500px;
            width: 90.5%; } }

.buying-instructions h1 {
	margin-bottom: 25px;
    line-height: 1.8em;
    font-size: 1em;
    letter-spacing: .5px; 
    font-weight: 300;
}

	@media (min-width: 900px) {
		.buying-instructions h1 {
			width: 250px;
			float: left;
			margin-right: 30px;
		}
		
		.buying-instructions ol {
			width: 300px;
			float: left;
		}
	}

.buying-instructions li {
	margin-bottom: 10px;
	line-height: 1.5em;
}

#reserve-button {
	width: 100px;
	margin: 0 auto 20px;
    background-color: #3e102d;
    border-radius: 2px;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 12px;
    text-transform: uppercase;
}

#reserve-button:hover {
	background-color: white;
	color: #3e102d;
}

#reservelink {
    color: white;
    text-decoration: none;
}

#reservelink:visited {
    color: white;
}