/*-------- RITUAL FIELDS -----------*/




/*----------------- 
       GLOBAL 
------------------*/


body {
	margin:0;
	background: #0f0f0f;
	}

html {
	font-family: "freight-text-pro", Georgia, serif;
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	}

::selection {
	background-color: #A08852;
	color: #fff;
	}
	
img {
	max-width: 100%;
	height: auto;
	}
	
article,aside,footer,header,nav,section{
	display:block
	}
	
canvas { display:inline-block}[hidden],template {
	display:none}
	
html{box-sizing:border-box}

*,:after,:before{box-sizing:inherit}

*:focus { outline: none !important; }
	
a {
	text-decoration: none;
	color: #666;
	-ms-transition:     all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;
	}
	
.current {
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	}

.page {
	position:relative;
	margin-bottom:200px;
	z-index:1;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0a0a0a;
	}

.frame {
	position:relative;
	margin-bottom:200px;
	background-color: #0a0a0a;
	}





/*----------------- 
    TYPOGRAPHY 
------------------*/


h1, h2, h3, h4, h5, h6 {
	transition: color 0.5s; 
	-webkit-transition: color 0.5s;
	}
	
h1 a, h2 a, h3 a {
	color: #fff;
	}
	
h1 {
	font-family: "Old Standard TT", Georgia, serif; 
	font-size: 36px;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;	
	margin-top: 10px;
	margin-bottom: 2px;
	}
	
h2 {
	font-family: "Old Standard TT", Georgia, serif; 
	font-size: 24px;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;	
	margin-top: 15px;
	margin-bottom: 2px;
	}
	
h3 {
	font-size: 19px;
	margin-top: 0;
	padding-top: 0;
	color: #f9f9f9;	
	line-height: 1.4;
	font-weight: 400;
	}

h4 {
	font-family: 'neuzeit-grotesk', sans-serif;  
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
	font-size: 11px;
	color: #1B191A;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
h4.author {
	padding-top: 0;
	margin-top: -5px;
	color: rgba(255,255,255,0.4) !important;
	}
	
h4 a {
	color: rgba(255,255,255,0.6);
	}
	
h4 a:hover {
	color: #fff;
	}
	
h5 {
	font-weight: 100;
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif;  
	border-top: 1px solid rgba(27,25,26,0.2);
	padding-top: 15px;
	text-align: center;
	display: inline-block;
	}

h6 {
	font-style: italic;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	}





/*----------------- 
       GRID 
------------------*/


.grid {
	margin-top: 0px;
	padding-bottom: 50px;
	}
	
.bump-down {
	margin-bottom: 20px;
	}
	
.bump-down-double {
	padding-bottom: 50px;
	}
	
.bump-up {
	margin-top: -25px !important;
	}

.spacer {
	height: 50px;
	display: table;
	}

.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	}

.flex-item {
	width: 23%;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	text-align: left;
	}
		
.container {
	width: 90%;
	max-width: 1000px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	}
	
.row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
	
.screen {
	background-color: #efefef;
	opacity: 0;
	z-index: 60;
	padding: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	-ms-transition:     all 0.5s ease-in;
	-moz-transition:    all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-o-transition:      all 0.5s ease-in;
	transition:         all 0.5s ease-in;	
	}
	



/*----------------- 
       BOXES 
------------------*/

.box-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	border-top: 1px solid #333;
	}

.box {
	-webkit-order: 0;
	-ms-flex-order: 0;
	cursor: pointer;
	width: 33.333vw;
	height: 33.333vw;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;	
   order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	-ms-transition:     all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;	
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	position: relative;
	background-color: #0a0a0a;
   }

.box-link {
	width: 100%;
	height: 100%;
	}
	
.box-codex, .box-codex-footer {
	width: 25vw !important;
	height: 25vw !important;	
	border-right: 1px solid #333;
   }
   
.box-text {
	width: 88%;
	padding-right: 60px;
	margin-right: auto;
	margin-left: auto;
	z-index: 99999999999;
	}
	
.box-codex .box-text {
	padding-right: 50px;	
   }
   
.box-codex .box-text h2 {
	font-size: 18px;
	line-height: 1.2;
	color: rgba(255,255,255,0.8);
	}
	
.box-text h4, .box-text p, .box-text h2 {
	color: #f9f9f9;
	text-align: left;
	-ms-transition:     all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;
	}
	
.box-text p {
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 14px;
	letter-spacing: 0.2px;
	font-weight: 300;	
	line-height: 1.3;
	color: rgba(255,255,255, 0.8);
	}
	
.box-text h2 {
	margin-top: 10px;
	}
	
.box-text h4 {
	margin-top: 15px;
	margin-bottom: -2px;
	}
	
.box:hover .screen {
	opacity: 0.9;
	}
	
.box:hover .box-text p {
	color: rgba(255,255,255, 1.0);
	}
	
.box-row-footer {
	background: #0a0a0a;
	}
	
.box-no-border {
	border: none !important;
	}
	
.box-row-line {
	border-bottom: 1px solid #333;
	display: table;
	width: 100%;
	height: 10px;
	margin-bottom: 30px;
	margin-top: 25px;
	position: relative;
	}
	
.box-row-line .line-txt {
	background-color: #0A0A0A;
	width: 200px;
	}

.box-blank {
	-webkit-order: 0;
	-ms-flex-order: 0;
	background: #0a0a0a;
	cursor: default;
	width: 33.31vw;
	height: 33.31vw;	
   order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	-ms-transition:     all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;	
	}
	
.box-blank-two {
	-webkit-order: 0;
	-ms-flex-order: 0;
	background: #0a0a0a;
	cursor: default;
	width: 66.666vw;
	height: 33.333vw;	
   order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	-ms-transition:     all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;	
	}
	
.box-blank-codex-two {
	-webkit-order: 0;
	-ms-flex-order: 0;
	background: #0a0a0a;
	border-bottom: 1px solid #333;
	cursor: default;
	width: 50vw;
	height: 25vw;	
   order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	-ms-transition:     all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;	
	}
	
.box-blank-codex-three {
	-webkit-order: 0;
	-ms-flex-order: 0;
	background: #0a0a0a;
	border-bottom: 1px solid #333;
	cursor: default;
	width: 75vw;
	height: 25vw;	
   order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	-ms-transition:     all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;	
	}


/*----------------- 
    NAViGATION 
------------------*/

	
.header {
	position:fixed;
	height: 100px;
	background:none;
	left:0;
	top:0;
	width:100%;
	z-index: 100;
	-ms-transition:     all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;
	}

.navigation {
	height: 112px;
	position: relative;
	transition:height .25s ease,border .25s ease .25s;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;

	-webkit-transform:translateY(0px) translateZ(0);
	transform:translateY(0px) translateZ(0);
	-ms-transition:     all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;	
	}

.nav-block {
	float: right;
	width: 81%;
	margin-top: 45px;
	}
	
.strap {
	color: rgba(255,255,255,0.8);
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif; 
	text-transform: none;
	font-size: 13px;		
	}
	
.nav {
	font-family: 'neuzeit-grotesk', sans-serif;  
	border-top: thin solid rgba(255,255,255,0.3);
	margin-top: 7px;
	padding-top: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	line-height: 1;
	} 

.nav a {
	color: #fff;
	transition: color 0.8s; 
	padding-left: 2px;
	}
	
.nav a:hover {
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	}
	
.nav a:last-of-type {
	margin-right: 0;
	}
	
.nav a:first-of-type {
	padding-left: 0;
	}
		
.logo {
	-ms-transition:     all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;
	border: thin solid rgba(255,255,255,0.3);
	position: absolute;
	bottom: 0;
	width: 160px;
	background: rgba(0,0,0,0.0);
	}
	
.logo img {
	margin-bottom: -3px;
	}
	
.logo:hover {
	background: rgba(0,0,0,0.3);
	}
	
.nav-social {
	font-size: 15px;
	display: inline-block;
	letter-spacing: 0;
	float: right;
	margin-top: -9px;
	}
	
.nav-social a, .nav-social a:hover {
	padding: 0px !important;
	margin: 0px !important;
	border: none !important;
	}
	
.nav-social .fa-stack .fa-stack-1x {
	width: 1.2em !important;
	-ms-transition:     all 0.4s;
	-moz-transition:    all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition:      all 0.4s;
	transition:         all 0.4s;	
	}
	
.nav-social .fa-stack {
	width: 1.2em !important;
	}

.nav-social .fa-stack:hover .fa-stack-1x {
	color: #A08852 !important;
	border: none !important;
	}
	
.fa-nav {
	padding-left: 0 !important;
	}
	
.header.small {
	height: 70px;
	opacity: 0;
	}
	
.header.small .navigation {
	-webkit-transform:translateY(-50px) translateZ(0);
	transform:translateY(-50px) translateZ(0);
	opacity: 0;
	-ms-transition:     all 0.4s ease-out;
	-moz-transition:    all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-o-transition:      all 0.4s ease-out;
	transition:         all 0.4s ease-out;	
	visibility: hidden;

	}


	

/*----------------- 
    FULL MODULE 
------------------*/


.photo-full {
	overflow-x:hidden;
	}

.photo-full-bg-1 {
	position:relative;
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	height: 100vh;
	}
	
.module-zoom {
	z-index: 55;
	position: absolute;
	bottom: 15px;
	text-align: left;
	width: 90%;
	max-width: 1000px;	
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	}
	
.module-zoom-link {
	z-index: 55;
	position: absolute;
	bottom: 15px;
	text-align: left;
	width: 90%;
	max-width: 1000px;	
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	}
	
.photo-zoom {
	width: 100%;
	background: #0a0a0a;
	height: 100vh;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	}
	
.photo-zoom-half {
	width: 100%;
	height: 50vh;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	}

.photo-zoom img, .photo-zoom-half img {
	width: 100%;
	animation: move 60s ease;
	animation-iteration-count: 1;
	-ms-animation: move 60s ease;
	-webkit-animation: move 60s ease;
	-0-animation: move 60s ease;
	-moz-animation: move 60s ease;
	position: absolute;
	}
	
.zoom {
	width: 100%;
	height: 100%;
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	animation: move 60s ease;
	animation-iteration-count: 1;
	-ms-animation: move 60s ease;
	-webkit-animation: move 60s ease;
	-0-animation: move 60s ease;
	-moz-animation: move 60s ease;
	position: absolute;
	
	-ms-transition:     all 0.7s ease-out;
	-moz-transition:    all 0.7s ease-out;
	-webkit-transition: all 0.7s ease-out;
	-o-transition:      all 0.7s ease-out;
	transition:         all 0.7s ease-out;
	}
	
.module-zoom h1 {
	width: 50%;
	}
	
.module-zoom h4, .module-zoom-link h4, .split-text h4 {
	color: #fff;
	}
	
.module-zoom h3 {
	width: 50%;
	}
	

/* Home Response Carousel */

.photo-responses {
	position:relative;
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	width: 100%;
	height: 500px;
	}

.fotorama-home {
	width: 1000px;
	height: 500px;
	margin: 0 !important;
	padding: 0 !important;
	}
	
.fotorama-home-response {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	height: 500px;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	}
	
.fotorama-press-container {
	width: 1000px;
	height: 250px;
	margin: 0 !important;
	padding: 0 !important;
	}
	
.fotorama-press {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	height: 250px;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	}
	
.fotorama-home-response-cell {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
	
.fotorama-home-response-cell:hover h6.quote {
	color: #fff;
	}
	
.fotorama-home-response-cell em {
	color: rgba(255,255,255,0.6);
	font-size: 14px;
	}

h2.quote {
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif; 
	text-align: center;
	padding-bottom: 10px;
	margin: 0;
	text-transform: none;
	font-size: 60px;
	line-height: 1.1;
	}
	
h2.press-quote {
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif; 
	text-align: center;
	padding-bottom: 10px;
	margin: 0;
	color: #000;
	text-transform: none;
	font-size: 40px;
	line-height: 1.1;
	}
	
h2.glitch {
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif; 
	text-align: left;
	margin-top: 75px;
	padding-bottom: 10px;
	padding-right: 50px;
	text-transform: none;
	font-size: 48px;
	line-height: 1.1;
	}
	
h2.glitch a {
	color: #A08852;
	}
	
h6.quote {
	font-family: 'neuzeit-grotesk', sans-serif;  
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	text-align: center;
	font-style: normal;
	line-height: 1.1;
	color: rgba(255,255,255,0.6);
	margin-top: 10px;
	-ms-transition:     all 0.4s ease-out;
	-moz-transition:    all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-o-transition:      all 0.4s ease-out;
	transition:         all 0.4s ease-out;	
	}	
	
.down-zoom {
	font-size: 32px;
	margin-bottom: 10px;
	text-align: left;
	color: #fff;
	-webkit-transform:translateY(0px) translateZ(0);
	transform:translateY(0px) translateZ(0);	
	-ms-transition:     all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;
	}
	
.down-zoom a {
	color: #fff !important;
	}

.down-zoom.small {	
	opacity: 0;
	-webkit-transform:translateY(-25px) translateZ(0);
	transform:translateY(-25px) translateZ(0);	
	}
	
.gradient-top {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	z-index: 50;
	position: absolute;
	top: 0;
	height: 25%;
	width: 100%;
	}
	
.gradient-top-dark {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	z-index: 50;
	position: absolute;
	top: 0;
	height: 40%;
	width: 100%;
	}
	
.gradient-small {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 49;
	position: absolute;
	bottom: 0;
	height: 20%;
	width: 100%;
	}
	
.gradient-medium {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.90) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 49;
	position: absolute;
	bottom: 0;
	height: 40%;
	width: 100%;
	}
	
.gradient-box {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 49;
	position: absolute;
	bottom: 0;
	height: 50%;
	width: 100%;
	}

.gradient-screen {	
	background-color: #000;
	opacity: 0;
	z-index: 60;
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	-ms-transition:     all 0.5s ease;
	-moz-transition:    all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition:      all 0.5s ease;
	transition:         all 0.5s ease;	
	}
	
.gradient-zoom {
	background-color: #000;
	opacity: 0;
	z-index: 40;
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	-ms-transition:     all 0.5s ease;
	-moz-transition:    all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition:      all 0.5s ease;
	transition:         all 0.5s ease;	
	}
	
.split-text:hover ~ .gradient-screen {
	opacity: 0.3;
	}
	
.box:hover h2, .split-text:hover h1, .split-text:hover h2 {
	color: #fff;
	}
	
.box:hover .gradient-screen {
	opacity: 0.3;
	}
	
.module-zoom-box {
	width: 50%;
	pointer-events: auto;
	}

.photo-split-column {  
	-ms-transition:     all 0.7s ease-out;
	-moz-transition:    all 0.7s ease-out;
	-webkit-transition: all 0.7s ease-out;
	-o-transition:      all 0.7s ease-out;
	transition:         all 0.7s ease-out;
	}
	
.no-pointer {
	pointer-events: none;
	}

.photo-split-column:first-of-type {
	border-right: 1px solid #f9f9f9;	
	}

.split-text {
	pointer-events: auto;
	}

.grayscale:hover {
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
	} 





/*----------------- 
    SPLIT MODULE 
------------------*/

.photo-split {
	overflow-x:hidden;
	border-top: 1px solid #f9f9f9;	
	border-bottom: 1px solid #f9f9f9;	
	}

.split-header {
	overflow-x:hidden;
	}
	
.split-big-text {
	max-width: 1000px;
	width: 90%;
	height: 70vh;
	margin-left: auto;
	margin-right: auto;
	z-index: 70;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	}

.split-big-text-module {
	z-index: 55;
	position: absolute;
	bottom: 30px;
	text-align: left;
	left: 0;
	width: 50%;
	padding-right: 100px;
	}
	
.split-big-text-module h1 {
	font-size: 42px;
	line-height: 1.05;
	padding-bottom: 5px;
	}
	
.split-big-text-module h3 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 300;
	}
		
.split-header .photo-split-column:first-of-type {
	margin-right: 0;
	}
	
.photo-split-text {
	background-color: #000 !important;
	}
	
.photo-split-text p {
	text-transform: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 1.2;
	}

.photo-split-bg {
	position:relative;
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	width:50%;
	height: 100vh;
	}

.photo-split-column {
	-webkit-flex:0 1 auto;
	background: #0a0a0a;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	position:relative;
	width:100%;
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	}
	
.split-text {
	text-align: left;
	width: 85%;
	padding-right: 30%;
	z-index: 65;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}

.bottom-left {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4%;
	}
	
.intro-home p {
	font-weight: normal;
	font-style: normal;
	color: rgba(255,255,255,0.6);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	}
	
.intro-home .btn-border {
	margin-left: 10%;
	}
	
.photo-split-banner {
	-webkit-flex:0 1 auto;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	position:relative;
	width:100%;
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	min-height: 250px !important;
	}

.photo-split-banner-text {
	background-color: #333;
	}
	
.photo-split-banner-text p {
	text-transform: none;
	width: 70%;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 1.2;
	}

/*----------------- 
     BUTTONS 
------------------*/
	

.btn-border {
	border: #A08852 1px solid !important;
	display: table;
	margin-top: 10px;	
	transition:.8s ease;
	}
	
.btn-border:hover {
	border: #675635 1px solid !important;	
	}

button {
	background: #A08852;
	font-family: 'neuzeit-grotesk', sans-serif;  
	border: 0;
	font-size: 12px;
	font-weight: 500;
	color: white;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 14px 18px;
	-webkit-transition: color 0.5s, background 0.6s;
	transition: color 0.5s, background 0.6s;
	cursor: pointer;
	outline: none;
	vertical-align: middle;
	text-align: center;
	position: relative;
	margin: 2px;
	}

.button {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin:0;			
	background-color:#A08852;
	color: #feffff;
	cursor:pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	transition:.8s ease;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	outline: none;
	font-family: 'neuzeit-grotesk', sans-serif;
	font-size: 12px;
	line-height:1.875;
	letter-spacing: 3px;
	text-transform:uppercase;
	min-width:160px;
	border:thin solid transparent;
	opacity: .9;
	}
	
button:hover, .button:hover {
	background-color: #675635;
	transition:.8s ease;
	}
	
code {
	padding: 0;
	padding-top: 20px;
	border-top: 4px solid #000;
	text-align: left;
	color: #000;
	float: right;
	width: 275px;
	margin-left: 50px;
	margin-right: -80px;
	margin-top: 25px;
	margin-bottom: 25px;
	quotes: '\201c' '\201d';

	/* Baseline correction */
	position: relative;
	top: 5px;
	
	/* Typography (30px line-height equals 25% incremental leading) */
	font-size: 32px;
	line-height: 1.2;
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif; 
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;
	}
		
.response-subtitle p {
	color: #A08852 !important;
	}


	
	
	
/*------------------------ 
    RESPONSE CAROUSEL
-------------------------*/
	
.fotorama-carousel-responses {
	width: 100%;
	max-width: 1000px;
	margin-left: -27px;
	height: 340px;
	}
	
.fotorama-carousel-responses-monument {
	background: #000;
	width: 100%;
	height: 340px;
	margin: 0 !important;
	padding: 0 !important;
	}

.carousel-responses {
	background: #000;
	width: 100%;
	height: 340px;
	margin: 0 !important;
	padding: 0 !important;
	}
	
.carousel-response-red {
	background: red !important;
	}
	
.carousel-response-blue {
	background: blue !important;
	}

.carousel-response {
	height: 340px; 
	display: table;
	vertical-align: middle;
	}
	
.carousel-resp {
	display: table-cell;
	vertical-align: middle;
	padding-left: 27px;  
	}
	
.carousel-resp h2 {
	color: #fff;
	text-align: left;
	text-transform: none;
	width: 60%;
	font-size: 54px;
	line-height: 60px;
	text-indent: -27px;
	}

.carousel-resp h4 {
	color: #666;
	}
	
.carousel-responses-monument {
	position:relative;
	width:100%;
	height: 340px;
	}
	
.carousel-response-red {
	background: #9f390d !important;
	height: 340px; 
	display: table;
	vertical-align: middle;
	width: 100%;
	}
	
.carousel-response-blue {
	background: #003462 !important;
	height: 340px; 
	display: table;
	vertical-align: middle;
	width: 100%;	
	}

.carousel-response-red .carousel-resp, .carousel-response-blue .carousel-resp {
	padding-left: 0 !important;
	}


/*----------------- 
      FORMS
------------------*/


.contact {
	background: #f2f2f2;
	padding: 30px;
	}

input[type=email], input[type=url], input[type=text], input[type=company] {
	width: 100% !important;
	padding: 25px !important;
	padding-left: 10px !important;
	font-size: 18px !important;
	max-width: 100% !important;
	margin-bottom: 10px !important;
	border: none !important;
	font-family: "freight-text-pro", Georgia, serif;
	}
	
input[type="file"] {
	font-size: 12px !important;
	color: #777;
	}
	
textarea {
	width: 100% !important;
	padding: 15px !important;
	border: none !important;
	font-size: 18px !important;
	margin-top: 2px !important;
	font-family: "freight-text-pro", Georgia, serif;
	line-height: 1.3 !important;
	}
	
label.wpforms-field-label {
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif;
	font-weight: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 3px !important;
	font-size: 11px !important;
	color: #000 !important;
	margin-top: 10px !important;
	margin-bottom: 5px !important;
	}
	
.wpforms-submit-container {
	display: table !important;
	border: 1px #A08852 solid !important;
	padding: 1px !important;
	margin-top: 20px !important;
	}

.wpforms-form button[type=submit] {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin-top: 20px;			
	background-color:#A08852 !important;
	color: #feffff !important;
	cursor:pointer;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	transition:.8s ease !important;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	font-weight: 500 !important;
	outline: none;
	font-family: 'neuzeit-grotesk', sans-serif;
	font-size: 14px !important;
	line-height:1.875 !important;
	letter-spacing: 3px !important;
	text-transform:uppercase !important;
	min-width:160px;
	}
	
.wpforms-form button[type=submit]:hover {
	background: #675635 !important;
	}

.wpforms-container-full .wpforms-form select.wpforms-field-small {
	margin-top: 10px !important;
	}

.wpforms-confirmation-container-full {
	border: none !important;
	margin-top: 20px !important;
	background: rgba(204, 204, 204, 0.50) !important;
	}

.wpforms-container-full .wpforms-form h3 {
	color: #000;	
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif;
	font-size: 28px !important;
	margin-top: 25px !important;
	margin-bottom: 0px !important;
	font-weight: normal !important;
	}
	
.wpforms-container-full .wpforms-form h6 {
	color: #666;
	font-style: normal;
	line-height: 16px;	
	font-size: 12px !important;
	margin-top: 30px !important;
	}
	
#wpforms-1201-field_12 {
	margin-bottom: -15px;
	}

.big-form label {
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif !important;
	color: #000 !important;
	font-size: 28px !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	margin-top: 20px !important;	
	margin-bottom: 2px !important;
	}
	
.wpforms-container-full .wpforms-form .wpforms-field-description, .wpforms-container-full .wpforms-form p {
	font-size: 15px !important;
	line-height: 1.5 !important;
	color: #555;
	margin-bottom: 15px !important;
	}


/*----------------- 
     COMMENTS
------------------*/

.comments {
	background: #f2f2f2;
	}

#email-notes, p.comment-notes, .postmatic-tooltip, p.logged-in-as, p.postmatic-social-comment-logout {
	font-size: 12px !important;
	text-transform: none !important;
	letter-spacing: 1px !important;
	color: #666 !important;
	font-family: 'neuzeit-grotesk',sans-serif !important;  
	}

label {
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif;  
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	color: #000;
	margin-top: 40px;
	margin-bottom: 5px;
	}

textarea#comment {
	line-height: 20px;
	font-size: 16px;
	line-height: 1.6;	
	-webkit-font-smoothing: antialiased;
	padding: 10px;
	color: #111;
	height: 150px;
	}
	
i.fa.fa-angle-down {
	font-size: 24px;
	}
	
ol.comment-list.commentlist {
	list-style: none;
	padding-left: 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 30px;
	}
	
ol.comment-list.commentlist.children {
	border-bottom: none;
	}
	
.comment {
	margin-bottom: 25px;
	}
	
.epoch-child {
	margin-top: 25px;
	}
	
.level-1 {
	padding-left: 25px;
	}
	
.level-2 {
	padding-left: 50px;
	}
	
.comment-author {
	font-family: 'neuzeit-grotesk',sans-serif !important;  
	font-size: 16px;
	color: #999;
	}
	
.comment-content p {
	font-size: 16px !important;
	line-height: 1.5 !important;	
	}
	
.comment-metadata {
	font-family: 'neuzeit-grotesk',sans-serif !important;  
	text-transform: uppercase !important;
	letter-spacing: 3px !important;
	font-size: 10px !important;
	color: #999 !important;
	margin-top: 7px;
	margin-bottom: 7px;
	}
	
.reply {
	font-family: 'neuzeit-grotesk',sans-serif !important;  
	text-transform: uppercase !important;
	letter-spacing: 3px;
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: -15px;
	text-align: right ;
	}
	
.reply a, .comment-metadata a, .comment-author a {
	color: #999;
	} 
	
a#cancel-comment-reply-link {
	font-family: 'neuzeit-grotesk',sans-serif !important;  
	text-transform: uppercase !important;
	letter-spacing: 3px;
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: -15px;
	text-align: right ;
	color: #A08852;
	}

.form-submit {	
	border: 1px solid #A08852;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 25px;	
	display: table;
	}

input#submit.submit {	
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin:0;			
	background-color:#A08852;
	color: #feffff;
	cursor:pointer;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
	transition:.8s ease;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	outline: none;
	font-family: 'neuzeit-grotesk',"Old Standard TT", Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	line-height:1.875;
	letter-spacing: 3px;
	text-transform:uppercase;
	min-width:160px;
	border:thin solid transparent;
	opacity: .9;
   -webkit-appearance: none;
   -webkit-border-radius:0; 
   border-radius:0;
	}
	
input#submit.submit:hover {
	background-color:#000;
	transition:.8s ease;	
	}
	
.zcontainer {
	width:100%;
	background: #f9f9f9;
	}

.zcontainer .zheader {
	background-color: #f2f2f2;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 22px;
	width: 30%;
	cursor: pointer;
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif;  
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #000;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	}
	
.zheader:hover {
	background-color: #d1d1d1;
	}

.zcontainer .content {
	display: none;
	}	
	
form#commentform p.comment-notes {

display: none;

}
	
h3.comment-count-area {
	display: none;
	}



/*----------------- 
     ARTICLE
------------------*/


.article {
	background: #f9f9f9;
	}
	
.article-container {
	display: table;
	width: 100%;
	max-width: 620px;
	padding-bottom: 40px;
	padding-top: 40px;
	float: left;
	}

.image-container {
	display: table;
	width: 100%;
	max-width: 620px;
	padding-bottom: 0px;
	padding-top: 20px;
	float: left;
	}
	
.image-container-full {
	width: 90%;
	max-width: 1000px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	}
	
.image-container img, .image-container-full img {
	width: 100%;
	max-width: 100% !important;
	height: auto !important;
	}
	
.article-container p {
	font-family: "freight-text-pro", Georgia, serif;
	font-size: 18px;
	line-height: 1.6;	
	-webkit-font-smoothing: antialiased;
	color: #111;
	margin-top: 0;
	margin-bottom: 25px;
	letter-spacing: 0.1px;
	}

.article-container p:first-of-type {
	margin-top: 5px;
	}
	
.article-container p a, ol li a {
	color: #111;
	border-bottom: 1px solid rgba(175, 146, 78, 0.50);
	}
	
.article-container p a:hover, ol li a:hover {
	color: #A08852;
	}
	
.article-container h2 {
	color: #000;
	font-size: 30px;
	line-height: 1;
	margin-top: 0;
	}
	
.article-container h2.quote {
	color: #000;
	text-align: left;
	font-size: 28px;
	line-height: 1.2;
	margin-top: 40px;
	text-indent: -14px;
	padding-bottom: 5px;
	}
	
.article-container h4.quote {
	text-align: right;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-top: 0;
	}
	
.article-container h3 {
	color: #111;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 1;
	margin-top: 30px;
	}
	
h2.article {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 1;
	color: #000;
	}
	
.article-widescreen {
	width: 100%;
	}
	
.article-widescreen img {
	width: 100%;
	height: auto;
	}
	
.article-sub {
	font-style: italic;
	font-size: 20px;
	padding-bottom: 20px;
	text-align: left;
	}
	
.workshop {
	margin-top: 0 !important;
	padding-top: 0 !important;
	}
	
.workshop .article-container {
	padding-top: 30px;
	}
	
.workshop .image-container {
	padding-top: 0px;
	}
	
.meta-codex.workshop {
	margin-bottom: 0px !important;
	}
	
.meta-channels, .meta-author {
	padding-top: 5px;
	}

h4.workshop {
	margin-bottom: 10px !important;
	}

	
img.alignnone, img.size-medium {
	margin-top: 20px;
	}
	
ul li {
	line-height: 1.5;
	font-size: 17px;
	text-align: left;
	margin-bottom: 15px;
	color: #111;
	padding-right: 40px;
	}
		
.article-carousel {
	margin-top: 50px;
	}
	
p strong {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: normal;
	}
	
.meta {
	float: right;
	width: 150px;
	text-align: left;
	padding-top: 50px;
	margin-bottom: 50px;
	}
	
.meta-codex {
	margin-bottom: 25px;
	}
	
.meta-share, .meta-share-codex {
	margin-top: -5px;
	}
	
.meta p {
	padding: 0;
	margin-bottom: 15px;
	margin-top: 0;
	font-size: 12px;
	line-height: 1.4;
	color: #888;
	}
	
.meta p a {
	color: #A08852;
	}
	
.meta p a:hover {
	color: #000;
	}
	
.meta h4 {
	font-size: 9px;
	margin-bottom: 4px;
	color: #999;
	}
	
.sd-social-icon .sd-content ul li.share-facebook a:before, .sd-social-icon .sd-content ul li.share-twitter a:before {
	color: #000 !important;
	background: none !important;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	}
	
.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
	background: none !important;
	}

.sd-social-icon .sd-content ul li[class*=share-] a {
	padding: 0 !important;
	}
	
.sd-social-icon .sd-content ul li.share-facebook:hover a:before, .sd-social-icon .sd-content ul li.share-twitter:hover a:before {
	color: #675635 !important;
	background: none !important;
	}
	


.sd-content {
	margin-right: -10px !important;
	margin-top: 1px;
	}
  
.share-count {
	background: none !important;
	color: #ccc !important;
	padding-top: 10px !important;
	padding: 0px 2px !important;
	}
  
.sd-social-icon .sd-content ul li[class*=share-] a {
	padding: 0px !important;
	}

.sd-content ul li a.sd-button::before {
	font-size: 14px !important;
	margin-top: -6px !important;
	color: #999999 !important;
	transition: top 0.3s, color 0.8s, background-color 0.8s; 
	-webkit-transition: color 0.8s, background-color 0.8s;
	margin-bottom: 10px;
	}
  
.sd-content ul li:hover a.sd-button::before {
	font-size: 14px !important;
	color: #000 !important;
	}
    
.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button, .sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button, .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button {
	transition: top 0.3s, color 0.8s, background-color 0.8s, opacity 0.8s; 
	-webkit-transition: color 0.8s, background-color 0.8s, opacity 0.8s, left 0.3s;
	}
  
.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button:hover, .sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button:hover, .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button:hover {
	background-color: #f9f9f9 !important;
	color: #000 !important;
	}	

	
a.grey {
	color: #888 !important;
	}


/*----------------- 
     CAROUSEL
------------------*/
		
.carousel {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	}

.carousel-text {
	vertical-align: middle;
	}
	
.carousel-text .button {
	margin-top: 20px;
	}
	
.carousel-text h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}
	
.carousel-text p {
	margin-top: 0;
	padding-top: 0;
	color: #fff;
	line-height: 1.5em;
	font-family: 'neuzeit-grotesk', sans-serif;  
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	}
	
.carousel-credit {
	text-align: left;
	color: #888;
	background: #f9f9f9;
	line-height: 1;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 2px;
	position: absolute;
	z-index: 999;
	width: 100%;
	bottom: 0px;
	display: table;
	height: 14px;	
	}

.fotorama__nav__shaft {
	float: right;
	margin-top: -6px;
	z-index: 9999;
	position: absolute;
	text-align: right !important;
	}
	
.fotorama__nav-wrap {
	margin-top: -18px;
	}
	
.fotorama__nav--dots .fotorama__nav__frame {
	width: 13px !important;
	}

.fotorama__dot {
	display: block;
	width: 4px;
	height: 4px;
	position: relative;
	top: 12px;
	left: 6px;
	border-radius: 6px;
	background: #ccc;
	border: 1px solid #ccc !important;
	}
	
.fotorama__nav__frame.fotorama__active .fotorama__dot {
	display: block !important;
	width: 4px !important;
	height: 4px !important;
	position: relative !important;
	top: 12px !important;
	left: 6px !important;
	border-radius: 6px !important;
	background: #000 !important;
	border: 1px solid #000 !important;
	}


	
.align { 
	display:-webkit-flex!important;
	display:-ms-flexbox!important;
	display:flex!important;
	-webkit-flex-flow:column nowrap;
	-ms-flex-flow:column nowrap;
	flex-flow:column nowrap
	}

.center {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	}
	
.center-center {
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	}
	
	
	
	
	
/*----------------- 
      FOOTER
------------------*/

.footer {
	position:relative;
	color:#fff;
	background-color: #000;
	position:fixed;
	bottom:0;
	z-index:0;
	width:100%;
	height:200px;
	padding-top:40px;
	padding-bottom:40px
	}

.footer-column {
	font-family: 'neuzeit-grotesk', sans-serif;  
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	}
	
.footer p {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.footer-column p a {
	color: rgba(255, 255, 255, 0.5);	
	line-height: 1.15;
	}
	
.footer-column a {
	display: block;
	line-height: 24px;
	color: rgba(255,255,255,0.3);
	}
	
.footer-column a:hover {
	display: block;
	color: rgba(255,255,255,1);
	}
	
.social {
	float: left;
	margin-top: -6px;
	font-size: 14px;
	}
	
.social .fa-stack-1x {
	color: rgba(255,255,255,0.3);
	}
	
.fa-circle {
	color: #000;
	-ms-transition:     all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;
	}
	
.fa-stack:hover .fa-circle {
	color: #444;
	border: 1px !important;
	}
	
.fa-stack:hover .fa-stack-1x {
	color: #000;
	}
	

.navigation-bar {
	background-color: none;
	width: 50%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 101;
	}

.navigation-bar.is-hidden {
	opacity: 0;
	-webkit-transform: translate(0, -100px);
	-webkit-transition: -webkit-transform .2s,background .3s,color .3s,opacity 0 .3s;
	}

.navigation-bar.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-webkit-transition: -webkit-transform .2s,background .3s,color .3s;
	}
	
.navigation-bar .logo {
	width: 100px;
	height: auto;
	margin: 20px;
	float: left;
	}
	
.navigation-bar .mobile-menu {
	float: right;
	color: #000;
	margin: 20px;
	font-size: 14px;
	}

.navigation-bar .mobile-menu .fa-bars {
	color: #f9f9f9;
	}		

.navigation-bar .fa-stack .fa-circle {
	opacity: 0.5 !important;
	}
		
.navigation-bar .fa-stack:hover .fa-circle {
	color: #000 !important;
	border: none !important;
	}

.fa-circle {
	color: rgb(0,0,0,0.6) !important;
	}



/*----------------- 
      SEARCH
------------------*/

input[type="search"] {
	-webkit-appearance: none;
	}

.searchform {
	width: 80%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	}
  
.searchfield {   
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif;  
	background:none;
	border:0 none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	float:left;
	font-size: 60px;
	border-bottom: #ccc solid 2px;
	height:auto;
	letter-spacing:normal;
	list-style:none;
	outline:none;
	position:static;
	text-decoration:none;
	text-indent:0;
	text-shadow:none;
	text-transform:none;
	width: 90%;
	visibility:visible;
	overflow:visible;
	margin:0;
	padding:0;
	color: #111;
	}

.searchsubmit {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	border: none;
	cursor: pointer;
	height: 45px;
	width: 45px;
	float: right;
	margin-top: 12px;
	}

.term {
	text-transform: uppercase;
	color: #A08852;
	}

	
	
	

/*----------------- 
      CREDITS
------------------*/

.header-credit {
	text-align: right;
	color: #888;
	line-height: 1.5em;
	font-size: 12px;
	padding-right: 15px;
	padding-top: 3px;
	margin-bottom: -20px;
	}
	
.header-credit-dark {
	/* background-color: #0F0F0F; */
	background-color: #0A0A0A;
	color: #555;
	text-align: right;
	line-height: 1.5em;
	font-size: 12px;
	padding-right: 15px;
	padding-top: 5px;
	}
	
.article-credit-full, .article-credit-letterbox, .article-credit, p.wp-caption-text {
	text-align: left;
	color: #888;
	line-height: 1.3;
	font-size: 12px;
	padding-top: 2px;
	}
	
p.wp-caption-text {
	margin-bottom: 30px;
	}
	
.article-credit-letterbox {
	padding-left: 10px;
	padding-top: 3px;
	}
	
.article-credit-full {
	padding-top: 3px;
	}
	
.fotorama-credit {
	position: absolute;
	background: #0F0F0F;
	z-index: 6992;
	text-align: left;
	color: #888;
	line-height: 1.5em;
	font-family: 'neuzeit-grotesk', sans-serif;  
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-top: 5px;
	}
	
.fotorama__nav--dots {
	background-color: none;
	}
	
	
	
		
	
/*----------------- 
     RESPONSES
------------------*/
	
.container-responses {
	width: 100%;
	max-width: 1025px;
	margin-left: auto;
	margin-right: auto;
	background-color: red;
	}

p.black {
	color: rgba(0,0,0,0.95) !important;
	}	
	
.gold {
	color: #A08852;
	}
	
.gold:hover {
	color: #fff;
	}

.theme-pad {
	padding-bottom: 0 !important;
	}
	
.theme-panel {
	width: 100%;
	display: table;
	}
	
.themes {
	width: 100%;
	}
	
.themes h5 {
	color: #666;
	}

.response-flex-item {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	color: #fff;
	background: #675635;
	padding-left: 4px !important;
	padding-right: 2px !important;
	padding-top: 6px !important;
	padding-bottom: 5px !important;
	border-left: 1px solid #0A0A0A;
	border-right: 1px solid #0A0A0A;
	letter-spacing: 3px !important;
	font-size: 11px !important;
	font-weight: 400;
	line-height: 1 !important;
    }
	
.controls {
	font-size: 14px;
	text-transform: uppercase;
	font-style: normal;
	line-height: 1.2;
	font-weight: 100;
	color: #808080;
	text-align: center;
	}
  
.controls button {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display:inline-block;
	vertical-align:middle;
	text-align:center;			
	cursor:pointer;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 14px;
	padding-right: 12px;
	transition:.8s ease;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	outline: none;
	font-family: 'neuzeit-grotesk', sans-serif;
	font-size: 14px;
	line-height:1.875;
	letter-spacing: 3px;
	text-transform:uppercase;
	opacity: .9;	
	width: auto;
	}
	
.controls button:first-of-type {
	border-left: none;
	}
	
.controls button:last-of-type {
	border-right: none;
	}
	
.response-flex-item:hover {
	background-color: #A08852;
	}
	
button.filter.response-flex-item:hover, button.sort.response-flex-item:hover {
	background-color: #A08852 !important;
	} 
	
.response-flex-item-light {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	color: #fff;
	background: #A08852;
	border-left: 1px solid #f9f9f9;
	border-right: 1px solid #f9f9f9;
	padding-left: 4px !important;
	padding-right: 2px !important;
	padding-top: 6px !important;
	padding-bottom: 5px !important;
	letter-spacing: 3px !important;
	font-size: 11px !important;
	font-weight: 400;
	line-height: 1 !important;
	}
    
.controls button:hover, .response-flex-item-light:hover {
	background-color: #675635;
	}
	
button.filter.response-flex-item-light:hover, button.sort.response-flex-item-light:hover {
	background-color: #675635 !important;
	color: #fff;
	} 
        
.response-grid .mix p {
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif;  
	color: rgba(255,255,255,0.8);
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 12px;
	padding-top: 20px;
	padding-right: 20px;
	transition: color 0.8s; 
	-webkit-transition: color 0.8s;
	}
	
.proj p {
	color: #000 !important;
	}
		
.response-grid {
	-webkit-column-count:4;
	-moz-column-count:4;
	column-count:4;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
	}
	
.response-line {
	margin-top: 40px;
	border-top: 1px solid rgba(245,245,245,0.1);
	width: 30%;
	}
	
.response-line-black {
	margin-top: 40px;
	border-top: 1px solid rgba(0,0,0,0.1);
	width: 20%;
	}
  
.response-grid .mix:hover p, .response-grid .mix:hover h4, .response-grid .mix:hover h6 {
	color: #A08852 !important;
	}
	
.response-grid .mix:hover .proj h4 {
	color: rgba(160, 136, 82, 0.40) !important;
	}

.response-grid .mix p:last-child{
	margin-bottom: 0;
	}

.response-grid .mix {
	text-align: left;
	padding-left: 0px;
	display: none;
	-webkit-backface-visibility: hidden;  
	-webkit-transform-origin: 50% 0;
	}
 
.mix h4 {
	color: rgba(255,255,255,0.3);
	font-size: 10px;
	font-weight: normal;
	transition: color 0.8s; 
	-webkit-transition: color 0.8s;
 	}
 	
.mix h6 {
	color: rgba(255, 255, 255, 0.3);
	font-weighht: 300;
	font-size: 12px;
	margin-top: 0;
	transition: color 0.8s; 
	-webkit-transition: color 0.8s;
 	}
 	
 .proj h4 {
	color: #999;
	font-size: 10px;
	-ms-transition:     all 0.6s ease-out;
	-moz-transition:    all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;
	-o-transition:      all 0.6s ease-out;
	transition:         all 0.6s ease-out;
 	}

.response-zoom {
	z-index: 55;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100vh;
	}
	
.response-text {
	background-color: rgba(0,0,0,0.8);
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 80px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 65%;	
	}
	
.response-text h1 {
	font-size: 68px;
	line-height: 1.1;
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif; 
	text-transform: none;
	font-weight: normal;
	text-align: left; 
	text-indent: -34px;
	padding: 0;
	margin: 0;
	}
	
.response-text h4 {
	text-align: left;
	color: rgba(255,255,255,0.5);
	padding-top: 10px;
	padding-left: 3px;
	font-family: 'neuzeit-grotesk', sans-serif;  
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	}

.parent {
	display: table;
	}

.child {
	display: table-cell;
	vertical-align: middle;
	}

.response-item-text h3 {
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif;  
	color: rgba(255,255,255,0.8);
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 12px;
	transition: color 0.8s; 
	-webkit-transition: color 0.8s;
	text-transform: none;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 20px;
	}





/*----------------------- 
    GRIEF IS A BEAST
------------------------*/

.grief-response {
	box-shadow: 0px 0px 3px 3px rgba(153, 153, 153, 0.2);
	margin-left: 5px;
	margin-right: 5px;
	padding: 50px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	}

.grief-grid {
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	-webkit-column-gap: 8px; /* Chrome, Safari, Opera */
	-moz-column-gap: 8px; /* Firefox */
	column-gap: 8px;
	}

.grief-grid .mix h3 {
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif;  
	color: #000;
	font-size: 34px;
	line-height: 40px;
	text-indent: -17px;
	font-weight: normal;
	margin-bottom: 12px;
	padding-right: 10px;
	transition: color 0.8s; 
	-webkit-transition: color 0.8s;
	}

.grief-grid .mix p {
	font-family: Georgia, Times, "Times New Roman", serif;  
	color: #111;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 12px;
	transition: color 0.8s; 
	-webkit-transition: color 0.8s;
	}
	
 .grief-grid .mix h4 {
	color: rgba(0,0,0,0.2);
	font-size: 10px;
	-ms-transition:     all 0.6s ease-out;
	-moz-transition:    all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;
	-o-transition:      all 0.6s ease-out;
	transition:         all 0.6s ease-out;
 	}
  
.grief-grid .mix:hover p, .grief-grid .mix:hover h3 {
	color: #A08852 !important;
	}
	
.grief-grid .mix:hover h4 {
	color: rgba(160, 136, 82, 0.40) !important;
	}

.grief-grid .mix p:last-child{
	margin-bottom: 0;
	}

.grief-grid .mix {
	text-align: left;
	padding-left: 0px;
	display: none;
	-webkit-backface-visibility: hidden;  
	-webkit-transform-origin: 50% 0;
	}
	
.grief-graph {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 30px;
	margin-bottom: 30px;
	}
	
.grief-graph p {
	quotes: '\201c' '\201d';
	font-family: "freight-text-pro", Georgia, serif;
	}

.grief-graph p:first-of-type:before {
	content: open-quote;
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 50px;
	position: absolute;
	color: rgba(0,0,0,0.2);
	margin-top: -11px;
	margin-left: -24px;
	}
	
.grief-graph p:last-of-type:after {
	content: close-quote;
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 50px;
	position: absolute;
	color: rgba(0,0,0,0.2);
	margin-top: -11px;
	margin-left: 3px;
	}

.grief-graph h4 {
	text-align: right;
	margin-top: 0;
	color: rgba(0,0,0,0.3);
	}



/*----------------------- 
       MONUMENT
------------------------*/

.monument-grid {
	width: 100%;
	margin-top: 30px;
	}

.monument-grid .mix {
	display: none;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 0 !important;
	}

.monument-card img {
	width: 100%;
	height: auto;
	margin-bottom: 1px;
	}

.monument-card {
	padding: 0 !important;
	margin: 0 !important;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1); 
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1); 
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);
	}
	
.monument-card:hover {
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(0.95);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(0.95);   
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(0.95);
	transition: all 200ms ease-in;
	transform: scale(0.95);
	}
	
.monument-single-card {
	background-color: rgba(0,0,0,0.7);
	background-position: center top;
	background-size:cover;
	background-repeat:no-repeat;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 80px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	height: 85%;
	width: 50%;
	margin-top: 90px;
	max-width: 390px;
	max-height: 550px;	
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	}
	
.monument-single-card:before, .monument-single-card:after {
	content:"";
	position:absolute;
	z-index:-1;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
	box-shadow:0 0 20px rgba(0,0,0,0.8);
	top:0;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
	}

.monument-single-card:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
	}





/*----------------------- 
    ATLAS OF TOMORROW
------------------------*/

.atlas-fable {
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
	}
	
	
	
	
	
/*----------------------- 
    CONFESSIONS
------------------------*/

.red {
	background: #d10000 !important;
	}
	
h4.red {
	color: rgba(255,255,255,0.8) !important;
	}
	
.white {
	background: #fff !important;
	}

.confessions-grid {
	width: 100%;
	}
	
.confessions-grid .mix {
	display: none;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 0 !important;
	}

.confessions-card img {
	width: 100%;
	height: auto;
	margin-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	}

.confessions-card {
	padding: 0 !important;
	margin: 0 !important;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1); 
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1); 
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);
	}
	
.confessions-card:hover {
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(0.95);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(0.95);   
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(0.95);
	transition: all 200ms ease-in;
	transform: scale(0.95);
	}

.confession-single-card {
	background-color: rgba(0,0,0,0.7);
	background-position-y: -200px;
	background-size:cover;
	background-repeat:no-repeat;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 80px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	height: 50vw;
	width: 50vw;
	margin-top: 90px;
	max-width: 500px;
	max-height: 500px;	
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	}
	
.confession-single-card:before, .monument-single-card:after {
	content:"";
	position:absolute;
	z-index:-1;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
	box-shadow:0 0 20px rgba(0,0,0,0.8);
	top:0;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
	}

.confession-single-card:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
	}




/*----------------------- 
      BEFORE I DIE
------------------------*/

.grey-text p {
	color: rgba(255,255,255,0.6);
	}
	
.grey-text p a {
	color: rgba(255, 255, 255, 0.8);
	}

.grey-text p a:hover {
	color: #A08852;
	}
		
.left-image, .right-image {
	width: 49%;
	height: 400px;
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	}
	
.duo {
	height: 400px;
	margin-bottom: 30px;
	width: 100%;
	}
	
.duo-height {
	height: 400px;
	}
	
.duo-left {
	float: left;
	width: 49%;
	}
	
.duo-right {
	float: right;
	width: 49%;
	}
	
.credit-duo-left {
	padding-left: 10px;
	}
	
.wall-widescreen {
	position:relative;
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	height: 85vh;
	margin-bottom: 30px;
	}
	
.image {
	display: table !important;
	}
	
.image img {
	max-width: 100%;
	height: auto;
	}
		
.image-block {
	background: #0F0F0F;
	display: table;
	width: 100%;
	}
	
.img-1 {
	width: 60%;
	display: table-cell;
	position:relative;
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	height: 60vh;
	}
	
.img-2 {
	width: 40%;
	display: table-cell;
	position:relative;
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	height: 60vh;
	}
	
.img-3 {
	width: 40%;
	display: table-cell;
	position:relative;
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	height: 60vh;
	}

.img-4 {
	width: 60%;
	display: table-cell;
	position:relative;
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	height: 60vh;
	}

.quote-carousel-inner {
	background: #0F0F0F;
	display: table;
	width: 100%;
	height: 100%;
	}
	
.quote-carousel {
	background: #0F0F0F;
	display: table;
	width: 100%;
	height: 100%;
	margin-bottom: 50px;
	}
	
.quote-text {
	width: 30%;
	height: auto;
	display: table-cell;
	font-size: 40px;
	line-height: 40px;
	vertical-align: middle;
	}
	
.quote-text p {
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif;  
	text-indent: -20px;
	padding-left: 60px;
	vertical-align: middle;
	color: rgba(255,255,255,0.9);
	margin: 0;
	}
	
.quote-img {
	width: 70%;
	display: table-cell;
	position:relative;
	background-position:50%;
	background-size:cover;
	background-repeat:no-repeat;
	}
	
.statistics {
	padding-bottom: 100px;
	}
	
.stat {
	font-size: 88px;
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif; 
	width: 33.333333%;
	border-right: 1px solid rgba(0,0,0,0.1);
	text-align: center;
	color: #000;
	margin-top: 30px;
	margin-bottom: -20px;
	}
	
.stat:nth-of-type(4) {
	border-right: none;
	}
	
.stat h4 {
	color: rgba(0,0,0,0.3);
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	}
	
.caption {
	color: rgba(255,255,255,0.5);
	font-family: 'neuzeit-grotesk', sans-serif;  
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	left: 15px;
	}
		
.line-horiz {
	border-bottom: 1px solid rgba(255,255,255,0.15);
	display: table;
	width: 100%;
	height: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
	position: relative;
	}
	
.line-horiz-black {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: table;
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
	position: relative;
	margin-top: 50px;
	}
	
.line-txt {
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	
	font-family: 'neuzeit-grotesk', sans-serif;  
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	color: #666;
	
	text-align: center;
	background-color: #0F0F0F;
	}
	
.w-200 {
	width: 200px !important;
	}
	
.w-300 {
	width: 300px !important;
	}

.line-horiz-black .line-txt {
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	margin-top: 1px;	
	border-left: 1px solid rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0,0,0,0.2);
	text-align: center;
	background-color: #f9f9f9;
	color: rgba(0,0,0,0.4);
	}

.line-black {
	background-color: #000 !important;
	width: 200px;
	}
	
.line-wide {
	width: 350px !important;
	}
	
.line-bump {
	margin-top: 30px !important;
	}
	
.wall-list {
	color: rgba(0,0,0,0.5);
	font-size: 13px;    
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
	margin-bottom: 50px;
	margin-top: 10px;
	}
	
.wall-list p {
	line-height: 22px;
	}
	
.wall-list p a {
	color: #A08852;
	}
	
.wall-list p a:hover {
	color: #000;
	}
	
.wall-list p:first-of-type {
	margin-top: 0;
	}

.wall-list strong {
	font-family: 'neuzeit-grotesk', sans-serif;  
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
p.interest {
	line-height: 20px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
	margin-top: 30px;
	font-style: italic;
	padding-right: 40px;
	}
	
.book-banner {
	background-color: #000;
	padding: 30px;
	}
	
.book-banner.banner-grey {
	background-color: #f2f2f2 !important;
	}	
	
.book-banner img {
	float: left;
	}
	
.book-banner-text {
	float: left;
	width: 70%;
	padding-left: 20px;
	position: relative;
	}
	
.book-banner-text p {
	text-indent: -12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 36px;
	line-height: 42px;
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif;  
	vertical-align: middle;
	color: #111;
	margin: 0;
	width: 80%;
	}
	
.book-banner-text h4 {
	color: rgba(0,0,0,0.3);
	margin-top: 0;
	margin-bottom: 20px;
	}





/*----- BUILD ------*/

.faq {
	margin-top: 20px;
	}
	
.faq-question {
	float: left;
	}

.faqanswer {
	display: none;
	padding-bottom: 30px;
	margin-top: -20px;
	padding-left: 30px !important;
	line-height: 1.4;
	}
	
.faqanswer p {
	font-size: 1.4;
	line-height: 27px;
	}

.togglefaq {
	text-decoration: none;
	display: block;
	padding-bottom: 20px;
	}
	
.togglefaq p {
	padding-left: 30px !important;
	display: block;
	text-align: left;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;
	}

.fa-plus {
	color: #A08852;
	margin-top: 5px;
	font-size: 9px;
	float:left;
	display: block;
	}

.fa-minus {
	color: #A08852;
	margin-top: 5px;
	font-size: 9px;
	float:left;
	}

.faq p {
	margin: 0;
	padding-bottom: 20px;
	}





/*------------------
       ABOUT
--------------------*/


ol {
	padding-left: 20px;
	}

ol li {
	padding-bottom: 15px;
	font-family: "freight-text-pro", Georgia, serif;
	font-size: 18px;
	line-height: 1.5;	
	-webkit-font-smoothing: antialiased;
	color: #111;
	letter-spacing: 0.1px;
	}
	
.influences {
	margin-top: 20px;
	display: block;
	width: 100%;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
	}
	
.influences a {
	display: block;
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 10px;
	}
		
.influences a:hover {
	color: #A08852;
	}

.bios p {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	line-height: 1.6;	
	padding-top: 20px;
	}
	
.bios:before {
	content: '* * *';
	color: #ccc;
	font-size: 24px;
	}

.big-quote {
	font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif;  
	text-align: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	line-height: 36px;
	padding-top: 50px;
	}

.logo-box {
	padding: 10px;
	float: left;
	display: inline-block;
	}

.logo-box img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
	}

.logo-box img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
	}
	
.donors {
	font-size: 14px;
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
	margin-bottom: 50px;
	}
	
.donors p {
	margin-top: 0;
	line-height: 18px;
	margin-bottom: 10px;
	}
	
.donors a:hover {
	color: #A08852;
	}
	
h4.about {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	}




 
/*------------------
   EXPAND/COLLAPSE
--------------------*/

.sources input {
	display: none;
	visibility: hidden;
	}
  
.sources label {
	font-family: 'neuzeit-grotesk',sans-serif !important;  
	display: table;
	text-align: left;
	font-size: 14px;  
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 20px;
	cursor: pointer;
	color: #A08852;
	transition: top 0.3s, color 0.8s, opacity 0.8s, background 0.8s; 
	-webkit-transition: color 0.8s, opacity 0.8s, background 0.8s;
	}
  
.sources label:hover {
	color: #000;
	}
  
.sources label::before {
	content: "+ view image sources";
	font-weight: 300;
	}
	
.sources.remixes label::before {
	content: "+ view remixes";
	font-weight: 300;
	}
  
#expand, #expand-remixes {
	height: 0px;
	overflow: hidden;
	transition: height 0.3s ease-out;
	}
 
#toggle:checked ~ #expand {
	height: 400px;
	}
  
 #toggle:checked ~ #expand-remixes {
	height: 900px;
	}
  
  
#toggle:checked ~ label::before {
	content: "- hide image sources";
	font-weight: 300;
	}
	
.sources.remixes #toggle:checked ~ label::before {
	content: "- hide remixes";
	font-weight: 300;
	}
	
.sources {
	display: table;
	width: 100%;
	max-width: 620px;
	padding-bottom: 40px;
	padding-top: 0px;
	margin-top: -50px;
	float: left;
	font-size: 14px;
	}
	
.sources h4 {
	font-size: 10px;
	padding-top: 0px;
	color: #888;
	padding-bottom: 20px;
	}
	
.source_photo {
	margin-top: 0;
	margin-bottom: 10px;
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-left: 0px;
	margin-right: 20px;
	float: left;
	color: #111;
	}

.source_photo img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	}

.source_photo p.wp-caption-text {
	margin-bottom: 5px;
	margin-top: -5px;
	transition:.8s ease;
	}
  
.source_photo:hover p.wp-caption-text {
	color: #000;
	}





/*----- TELEPHONE -----*/

@media (max-width: 766px) {
		
	.hide, .tele-hide {
		display: none !important;
		}

	.mobile {
		z-index: 300;
		padding-bottom: 10px;
		padding-top: 30px;
		font-size: 30px;
		line-height: 30px;
		float: left;
		margin-right: 10px;
		-ms-transition:     all 0.3s ease-out;
		-moz-transition:    all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-o-transition:      all 0.3s ease-out;
		transition:         all 0.3s ease-out;
		}
		
	.mobile-footer {
		z-index: 300;
		font-size: 24px;
		line-height: 22px;
		margin-left: 20px;
		opacity: 0.3;
		float: left;
		-ms-transition:     all 0.3s ease-out;
		-moz-transition:    all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-o-transition:      all 0.3s ease-out;
		transition:         all 0.3s ease-out;
		}
	
	a.shiftnav-toggle {
		color: #fff !important;
		text-shadow: #fff !important;
		}
	
	.shiftnav {
		width: 200px !important;
		}
	
	.shiftnav-inner {
		padding-top: 50px !important;
		}
	
	.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
		background-color: #A08852 !important;
		color: #fff !important;
		}
	
	a.shiftnav-target {
		font-weight: 400;
		font-size: 12px;
		text-align: right !important;
		font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif; 
		text-transform: uppercase !important;
		letter-spacing: 3px !important;
		text-shadow: none !important;
		color: #000 !important;
		}
		
	.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
		background-color: #A08852 !important;
		color: #fff !important;
		}
	
	.navigation {
		margin-bottom:0;
		border-bottom: none;
		position: relative;
		transition:height .25s ease,border .25s ease .25s;
		width: 100%;
		height: 70px;
		margin-left: auto;
		margin-right: auto;
		-ms-transition:     all 0.3s ease-out;
		-moz-transition:    all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-o-transition:      all 0.3s ease-out;
		transition:         all 0.3s ease-out;
		}
		
	.nav-left, .nav {
		display: none;
		}
		
	.header {
		height: 80px;
		}
	
	.header.small {
		height: 50px;
		}
		
	.header.small .mobile {
		color: rgba(255,255,255,0.3);
		-webkit-transform:translateY(-12px) translateZ(0);
		transform:translateY(-12px) translateZ(0);
		transition:color .25s ease,-webkit-transform .25s ease;
		transition:color .25s ease,transform .25s ease;
		transition:color .25s ease,transform .25s ease,-webkit-transform .25s ease;
		}
		
	.logo {
		width: 90px;
		margin-left: 20px;
		margin-right: 15px;
		margin-top: -6px;
		float: left;
		position: relative;
		}
	
	.logo img {
		margin-bottom: -4px;
		}

	.header .logo {
		-webkit-transform:translateY(0px) translateZ(0);
		transform:translateY(0px) translateZ(0);
		}
	
	.header.small .logo {
		color: rgba(255,255,255,0.3);
		-webkit-transform:translateY(10px) translateZ(0);
		transform:translateY(10px) translateZ(0);
		transition:color .25s ease,-webkit-transform .25s ease;
		transition:color .25s ease,transform .25s ease;
		transition:color .25s ease,transform .25s ease,-webkit-transform .25s ease;
		}
		
	.strap {
		display: none;
		}
		
	.gradient-medium, .gradient-small {
		bottom: 0;
		height: 50%;
		}
		
	h1 {
		font-size: 30px;
		}
	
	h3 {
		font-size: 17px;
		}
		
	h4.author {
		margin-top: 0px;
		}
		
	.photo-zoom {
		width: 100%;
		height: 60vh;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		}
		
	.v-100 {
		height: 90vh !important;
		}
		
	.module-zoom h1, .module-zoom-box {
		margin-bottom: 5px;
		width: 90%;
		margin-left: 0;
		margin-right: auto;
		}
		
	.module-zoom h3 {
		width: 90%;	
		margin-bottom: 10px;
		}
		
	.module-zoom, .module-zoom-link {
		margin-left: auto;
		margin-right: auto;
		bottom: 15px;
		}
		
	.module-zoom p, .module-zoom-link p, .split-text p {
		width: 90%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		}
		
	.photo-responses {
		position:relative;
		background-position:50%;
		background-size:cover;
		background-repeat:no-repeat;
		width:100%;
		height: 50vh;
		}
		
	.split-text {
		padding-right: 0;
		margin-left: 20px;
		}
		
	.photo-split-text p {
		letter-spacing: 0;
		font-size: 19px;
		line-height: 28px;
		text-align: left;
		width: 100%;
		}

	.photo-split-text {
		width: 80%;
		}
		
	.photo-split-column {
	   min-height: 50vh !important;
	   border-right: none !important;
		}
		
	.split-big-text {
		max-width: 1000px;
		width: 90%;
		height: 50vh;
		margin-left: auto;
		margin-right: auto;
		z-index: 70;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		}
	
	.split-big-text-module {
		z-index: 55;
		position: absolute;
		bottom: 5%;
		text-align: left;
		left: 0;
		width: 50%;
		padding-right: 20px;
		}
		
	.split-big-text-module h1 {
		font-size: 24px;
		line-height: 1.1;
		padding-bottom: 5px;
		text-align: left;
		}
		
	.split-big-text-module h3 {
		font-size: 15px;
		line-height: 1.3;
		text-align: left;
		margin-bottom: 10px;
		}
		
	.split-big-text-module .down-zoom {
		text-align: left;
		margin-left: 0;
		}

	.split-header .photo-split-column {
		width: 50%;
		float: left;
		}
				
	.center-center {
		-webkit-justify-content:center;
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center;
		}
		
	.btn-border {
		margin-top: 10px;
		}
		
	.container {
		width: 100%;
		max-width: 1000px;
		display: table;
		margin-left: auto;
		margin-right: auto;
		}
		
	.spacer {
		height: 25px;
		}
		
	.flex-container {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: justify;
		justify-content: space-around;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		}
		
	.flex-item {
		width: 50%;
		padding-left: 20px;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		text-align: left;
		}	
		
	.bottom-left {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		}
	
	.row {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		}
		
	.row-mobile {
		padding-left: 0 !important;
		padding-right: 0 !important;
		}
		
	.intro-home {
		margin-left: 20px;
		margin-bottom: 20px;
		}
		
	.intro-home .btn-border {
		margin-left: 0;
		}
		
	.gradient-box {
		height: 90%;
		}

	.box-row {		
		border-top: 1px solid #ccc;
		}

	.box, .box-codex {
		width: 100vw !important;
		height: 60vw !important;	
		border-right: none;
		}
		
	.box-blank, .box-blank-two, .box-blank-codex-two, .box-blank-codex-three {
		display: none;
		}
		
	.box-text {
		margin-left: 20px;
		width: 70%;
		}
		
	.proj h4 {
		text-align: left;	
		}
			
	.wall-widescreen {
		height: 50vh;
		}
	
	.wall-list {
		font-size: 12px;    
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
		-moz-column-gap: 30px; /* Firefox */
		column-gap: 30px;
		margin-bottom: 25px;
		}
		
	.fa-plus, .fa-minus {
		margin-top: 7px;
		}
		
	.zcontainer .zheader {
		width: 90%;
		margin-left: 20px;
		font-size: 18px;
		}
	
	.quote-text {
		width: 40%;
		height: auto;
		display: table-cell;
		font-size: 24px;
		line-height: 24px;
		vertical-align: middle;
		}
		
	.quote-text p {
		width: 80%;
		text-indent: -12px;
		padding-left: 12px;
		vertical-align: middle;
		color: rgba(255,255,255,0.9);
		margin: 0;
		}
		
	.header-credit {
		margin-bottom: -10px;
		}
		
	.meta {
		float: none;
		width: 100%;
		text-align: left;
		padding-top: 0px;
		margin-bottom: 40px;
		}

	.meta-codex h4 {
		text-align: left;
		}
		
	.meta-codex:first-of-type {
		margin-right: 10px;
		}
		
	.meta-codex {
		float: left;
		width: 45%;
		margin-bottom: 0px;
		}
		
	.meta-codex p {
		width: 100% !important;
		}
	
	.meta-codex-wide {
		width: 100%;
		}
	
	.meta p {
		float: left;
		padding-right: 10px;
		width: 50%;
		padding-bottom: 10px;
		}
		
	.meta p:nth-of-type(even) {
		padding-right: 0px;
		padding-left: 10px;
		padding-bottom: 10px;
		}
		
	.meta p:nth-of-type(3) {
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 10px;
		width: 100%;
		}
				
	.meta-share-codex {
		margin-left: -10px;
		}
		
	.meta-channels {
		display: none;
		}
		
	.meta-author p {
		width: 25% !important;
		float: left !important;
		padding-left: 0 !important;
		padding-right: 20px !important;
		}
			
	.meta-codex.workshop:nth-of-type(1) {
		margin-right: 20px;
		}
		
	.meta-codex.workshop {
		width: 46%;
		}
			
	.workshop {
		margin-bottom: 25px;
		}
		
	.workshop:last-of-type {
		margin-bottom: 0px;
		}
		
	.fotorama-home {
		width: 100%;
		height: 180px;
		margin: 0 !important;
		padding: 0 !important;
		}
		
	.fotorama-home-response {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		}

	.fotorama-home-response-cell {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: left;
		}

	.fotorama-home-response-cell em {
		text-align: left;
		padding-left: 20px;
		}
			
	.fotorama__nav__shaft {
		float: right;
		margin-top: -7px;
		z-index: 9999;
		position: absolute;
		width: 90px;
		overflow: hidden;
		margin-right: 5px;
		}
		
	.image-container-full {
		width: 100%;
		max-width: 1000px;
		display: table;
		margin-left: auto;
		margin-right: auto;
		}
		
	.fotorama-carousel-responses, .fotorama-carousel-responses-monument, .carousel-responses, .carousel-responses-monument, .carousel-response {
		height: 220px;
		}
		
	h2.quote {
		text-align: left;
		padding-bottom: 5px;
		text-transform: none;
		text-indent: 0px;
		font-size: 30px;
		text-indent: -15px;
		line-height: 1.1;
		padding-left: 15px;
		margin-top: 0;
		width: 85%;
		margin-left: 5px;
		}
		
	h6.quote {
		text-align: left;
		margin-left: 20px;
		}
		
	.article-container {
		width: 100%;
		padding-bottom: 20px;
		padding-top: 20px;
		}
	
	.article-container h2, h2.article {
		color: #000;
		font-size: 24px;
		line-height: 1.1;
		margin-top: 0;
		}
	
	.article-credit-letterbox, p.wp-caption-text, .article-credit-full, .credit-duo-left {
		padding-left: 20px;
		}
		
	.article-container h2.quote {
		color: #000;
		text-align: left;
		font-size: 24px;
		line-height: 1.3;
		margin-top: 40px;
		text-indent: -12px;
		padding-bottom: 10px;
		}
		
	.article-container h4.quote {
		text-align: right;
		margin-bottom: 30px;
		margin-right: 0px;
		margin-top: 0;
		}
		
	ul { padding-left: 20px;}
	
	ul li { padding-right: 0; 	letter-spacing: 0.1px;	}
		
	.duo, .duo-height {
		height: 180px;
		margin-bottom: 0;
		}
		
	.stat {
		font-size: 30px;
		font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif; 
		width: 33.333333%;
		border-right: 1px solid rgba(255,255,255,0.1);
		text-align: center;
		margin-top: 30px;
		margin-bottom: -30px;
		}	
		
	.stat h4 {
		margin-bottom: 5px
		}
		
	.statistics {
		padding-bottom: 50px;
		}
		
	.book-banner {
		padding-left: 0;
		padding-right: 0;
		}	
		
	.book-banner img {
		float: left;
		width: 100px;
		height: 120px;
		margin-bottom: 20px;
		}
		
	.book-banner-text {
		float: left;
		width: 70%;
		padding-left: 0px;
		position: relative;
		}
	
	.banner-grey .book-banner-text {
		background: none;
		}
		
	.book-banner-text p, .banner-grey .book-banner-text p {
		text-indent: -6px;
		padding-top: 0px;
		padding-bottom: 5px;
		padding-left: 20px;
		font-size: 17px;
		line-height: 21px;
		width: 100%;
		}
		
	.book-banner-text h4 {
		text-align: left;
		padding-left: 20px;
		margin-bottom: 12px;
		}
		
	.book-banner-text .btn-border {
		margin-left: 20px;
		}
		
	.photo-split-banner h2 {
		width: 100%;
		}
	
	.photo-split-banner { 
		min-height: 200px !important;
		}
		
	button {
		border: 0;
		font-size: 11px;
		padding: 10px 10px;
		cursor: pointer;
		min-width: 120px
		}

	.response-grid {
		-webkit-column-count:2;
		-moz-column-count:2;
		column-count:2;
		-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
		-moz-column-gap: 20px; /* Firefox */
		column-gap: 20px;
		}		
			
	.response-grid .mix p {
		font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif;  
		color: rgba(255,255,255,0.8);
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 12px;
		padding-top: 20px;
		padding-right: 15px;
		transition: color 0.8s; 
		-webkit-transition: color 0.8s;
		}
		
	.mix h4 {64
		font-size: 9px;
		}
		
	.response-flex-item, .response-flex-item-light {
		padding-left: 10px !important;
		padding-right: 8px !important;
		}
		
	.response-flex-container {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		}
	    
	.response-hide {
		display: none !important;
		}
	    
	.response-text {
		background-color: rgba(0,0,0,0.7);
		padding-top: 50px;
		padding-bottom: 20px;
		padding-left: 40px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 90%;	
		}
	
	.response-text h1 {
		font-size: 42px;
		line-height: 45px;
		font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif; 
		text-transform: none;
		font-weight: normal;
		text-align: left; 
		text-indent: -21px;
		letter-spacing: 0;
		padding: 0;
		margin: 0;
		}

	.carousel-resp h2 {
		color: #fff;
		text-align: left;
		text-transform: none;
		width: 90%;
		font-size: 30px;
		line-height: 35px;
		text-indent: -15px;	
		}
		
	.carousel-resp h4 {
		text-align: left;
		padding-top: 5px;
		}

	.fotorama-container {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		}
		
	.carousel-credit {
		padding-left: 20px;
		}
			
	.confessions-card {
		width: 100%;
		}

	.monument-grid {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3 !important;
		-webkit-column-gap: 2px; /* Chrome, Safari, Opera */
		-moz-column-gap: 2px; /* Firefox */
		column-gap: 2px;
		width: 100%;
		}
		
	.monument-grid .mix {
		text-align: left;
		padding-left: 0px;
		padding-bottom: 0px;
		display: none;
		width: 100%;
		}
			
	.monument-single-card {
		padding-top: 0px;
		padding-bottom: 30px;
		padding-left: 80px;
		padding-right: 40px;
		height: 75%;
		width: 80%;
		margin-top: 0px;	
	  	position:relative;
		}
		
	.grief-grid {
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
		-webkit-column-gap: 8px; /* Chrome, Safari, Opera */
		-moz-column-gap: 8px; /* Firefox */
		column-gap: 8px;
		}
		
	.grief-response {
		margin-left: 0px;
		margin-right: 0px;
		padding-right: 40px;
		padding-left: 45px;
		padding-top: 50px;
		padding-bottom: 40px;
		}

	.grief-grid .mix h3 {
		font-size: 28px;
		line-height: 32px;
		text-indent: -14px;
		font-weight: normal;
		margin-bottom: 12px;
		padding-right: 0px;
		text-align: left;
		}
		
	.grief-grid .mix h4 {
		text-align: left;
		}
		
	.grief-graph p:first-of-type:before {
		content: open-quote;
		font-size: 20px;
		position: absolute;
		color: rgba(0,0,0,0.5);
		margin-top: -1px;
		margin-left: -12px;
		}
		
	.grief-graph p:last-of-type:after {
		content: close-quote;
		font-size: 20px;
		position: absolute;
		color: rgba(0,0,0,0.5);
		margin-top: -1px;
		margin-left: 0px;
		}
			
	.footer {
		position:relative;
		color:#fff;
		position:fixed;
		bottom:0;
		z-index:0;
		width:100%;
		height: 85px;
		padding-top:20px;
		padding-bottom:35px
		}
				
	.footer .flex-container {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: none;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		}
				
	.social-float {
		float: right;
		padding-right: 10px;
		}
	
	.page {
		position:relative;
		margin-bottom: 85px;
		z-index:1;
		}
	
	.frame {
		margin-bottom: 85px;
		z-index:1;
		}

	.donors {
		font-size: 12px;
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
		-moz-column-gap: 30px; /* Firefox */
		column-gap: 30px;
		margin-bottom: 50px;
		}
		
	.donors p {
		margin-top: 0;
		line-height: 18px;
		margin-bottom: 10px;
		}
				
	.searchform {
		width: 90%;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		}
			  
	.searchfield {   
		font-family: "Old Standard TT", Georgia, Times, "Times New Roman", serif;  
		background:none;
		border:0 none;
		border-radius:0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		float:left;
		font-size: 40px;
		border-bottom: #ccc solid 2px;
		height:auto;
		letter-spacing:normal;
		list-style:none;
		outline:none;
		position:static;
		text-decoration:none;
		text-indent:0;
		text-shadow:none;
		text-transform:none;
		width: 90%;
		visibility:visible;
		overflow:visible;
		margin:0;
		padding:0;
		color: #111;
		}
	
	.searchsubmit {
		background-color: transparent;
		background-image: url(images/search-icon.png);
		background-position: 5px center;
		background-repeat: no-repeat;
		background-size: 25px 25px;
		border: none;
		cursor: pointer;
		height: 25px;
		width: 30px;
		margin-top: 10px;
		float: right;
		display: inline;
		}
			
	code {
		float: none;
		width: 100%;
		display: block;
		margin-left: 0px;
		margin-right: 0;
		margin-top: 40px;
		margin-bottom: 40px;		
		position: relative;
		top: 5px;		
		font-size: 1.4em;
		line-height: 1.2;
		}
			
	.wpforms-container-full .wpforms-form .wpforms-one-half {
		width: 100% !important;
		margin-left: 0 !important;
		}
	
	.sources {
		margin-top: -20px;
		}
		
	#toggle:checked ~ #expand {
		height: 520px;
		}
		
	 #toggle:checked ~ #expand-remixes {
		height: 1200px;
		}
		
	.source_photo p.wp-caption-text {
		padding-left: 0px;
		}
		
	.source_photo {
		width: 46%;
		vertical-align: top;
		margin-left: 0px;
		margin-right: 20px;
		float: left;
		color: #111;
		}	
		
	.source_photo:nth-of-type(even) {
		margin-right: 0;
		}
		
	.influences {
		font-size: 13px;
		margin-top: 10px;
		display: block;
		width: 100%;
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
		-moz-column-gap: 30px; /* Firefox */
		column-gap: 30px;
		margin-bottom: 20px;
		}
		
	.share-count {
		display: none;
		}
		
	}
   
   
   
   
   
/*------- TABLET -------*/

@media (min-width : 767px) and (max-width : 925px) {
	
	.mobile, .mobile-footer, .navigation-bar {
		display: none;
		}
		
	.hide {
		display: none;
		} 

	.down-zoom {
		display: none;
		}

	.nav a {
		margin-left: 0px;
		margin-right: 8px;
		}
		
	.nav a:last-of-type {
		margin-left: 0px;
		margin-right: 0px;
		}

	.nav-social {
		display: none;
		}	
		
	.navigation {
		margin-left: 40px;
		margin-right: 40px;
		width: 90%;
		max-width: 100%;
		}
		
	.nav-block {
		width: 78%;
		float: right;
		margin-top: 32px;
		}
			
	.logo {
		width: 130px;
		height: auto;
		top: 20px;
		bottom: auto;
		}
		
	.logo img {
		margin-bottom: -3px;
		}
		
	.container {
		width: 100%;
		max-width: 1000px;
		}
		
	.spacer {
		height: 25px;
		}
		
	.module-zoom, .module-zoom-link {
		margin-left: 40px;
		margin-bottom: 10px;
		}
		
	.module-zoom h1, .module-zoom p {
		width: 70%;
		}	

	.module-zoom h3 {
		width: 75%;	
		margin-bottom: 10px;
		}
		
	.photo-zoom {
		width: 100%;
		height: 55vh;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		}
		
	.v-100-tablet {
		height: 100vh !important;
		}
				
	.photo-split, .split-header {
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;-webkit-flex-flow:row nowrap;
		-ms-flex-flow:row nowrap;
		flex-flow:row nowrap;
		}
	
	.split-header, .split-big-text, .split-header .photo-split-column {
		height: 55vh !important;
		}
		
	.split-big-text-module {
		z-index: 55;
		position: absolute;
		bottom: 30px;
		text-align: left;
		left: 0;
		width: 50%;
		padding-right: 30px;
		}
		
	.split-big-text-module h1 {
		font-size: 42px;;
		}
		
	.photo-split-column {
	   height: 40vh !important;
		}
		
	.row {
		padding-left: 40px;
		padding-right: 40px;
		box-sizing: border-box;
		}
		
	.gradient-box {
		height: 75%;
		}
		
	.box, .box-blank {
		width: 50vw;
		height: 50vw;
	   }
	   
	.box-blank-two {
		display: none;
		}
		
	.box-blank-codex-two {
		width: 33.333vw;
		height: 33.333vw;
		}
	
	.box-row-footer .box {
		width: 33.333vw !important;
		height: 33.333vw !important;	
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;	
		}
		
	.box-codex-footer:last-of-type {
		display: none;
		}
		
	.box-codex-footer:nth-of-type(4) {
		border-right: none;
		}
		
	.box-row-footer .box:last-of-type {
		border-right: none !important; 
		}
				
	.box-codex {
		width: 33.333vw !important;
		height: 33.333vw !important;	
	   }
		
	.box-proj:nth-of-type(even), .box-codex:nth-of-type(3) {
		border-right: none !important; 
		}
			
	.box-text {
		color: #fff;
		width: 88%;
		padding-right: 10px;
		margin-right: auto;
		margin-left: auto;
		z-index: 99999999999;
		}
		
	.box-codex .box-text {
		padding-right: 20px;
		}
		
	.box-text h2 {
		font-size: 20px;
		}
		
	.photo-responses {
		position:relative;
		background-position:50%;
		background-size:cover;
		background-repeat:no-repeat;
		width:100%;
		height: 40vh;
		}
		
	.fotorama-carousel-responses, .fotorama-carousel-responses-monument, .carousel-responses, .carousel-responses-monument, .carousel-response {
		height: 280px !important;
		}
	
	.fotorama-home {
		width: 100%;
		height: 300px;
		margin: 0 !important;
		padding: 0 !important;
		}
		
	.fotorama-home-response {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 0;
		height: 300px;
		position: relative;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		}
		
	.fotorama-home-response-cell {
		position: relative;
		top: 52%;
		padding-left: 22px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		}
		
	h2.quote {
		text-align: center;
		padding-bottom: 10px;
		text-transform: none;
		text-indent: -22px;
		font-size: 44px;
		line-height: 1.1;
		}
		
	.intro-home p {
		text-align: left;
		font-size: 18px;
		line-height: 1.5;
		padding-bottom: 10px;
		font-weight: normal;
		font-weight: 300;
		font-style: normal;
		color: rgba(255,255,255,0.6);
		}
		
	.image-container-full {
		width: 100%;
		max-width: 1000px;
		display: table;
		margin-left: auto;
		margin-right: auto;
		}
		
	.fotorama-container {
		width: 100%;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		}
		
	.duo {
		margin-top: 20px;
		}
		
	.fotorama__nav__shaft {
		margin-right: 10px;
		}
		
	.carousel-credit, .article-credit-full, .credit-duo-left {
		padding-left: 10px;
		}
		
	.response-hide {
		display: none !important;
		}

	.response-grid {
		-webkit-column-count:3;
		-moz-column-count:3;
		column-count:3;
		-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
		-moz-column-gap: 30px; /* Firefox */
		column-gap: 30px;
		}

	.response-flex-container {
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	    -webkit-align-items: flex-start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	    }
	    
	.response-text {
		background-color: rgba(0,0,0,0.7);
		padding-top: 50px;
		padding-bottom: 30px;
		padding-left: 80px;
		padding-right: 40px;
		margin-left: auto;
		margin-right: auto;
		width: 80%;	
		}
		
	.monument-card {
		width: 19.5%;
		}
		
	.confessions-card {
		width: 32.9%;
		}
	    
	.stat {
		font-size: 68px;
		}
		
	.sources {
		margin-top: -20px;
		}
		
	.book-banner {
		padding-left: 0;
		padding-right: 0;
		}
	
	.book-banner-text {
		width: 65%;
		}
		
	.book-banner-text p, .banner-grey .book-banner-text p {
		text-indent: -10px;			
		padding-bottom: 10px;
		padding-left: 0;
		font-size: 28px;
		line-height: 34px;
		}
	    
	.split-text {
		padding-right: 0;
		}	
		
	.gradient-medium {
		height: 60%;
		}
	
	.gradient-top {
		height: 40%;
		}
		
	.flex-container {
		width: 100%;
		}

	.article-container {
		padding-top: 40px;
		padding-bottom: 20px;
		}
		
	.meta {
		float: none;
		width: 100%;
		text-align: left;
		padding-top: 0px;
		margin-top: -20px;
		margin-bottom: 50px;
		}
		
	.meta p {
		float: left;
		padding-right: 10px;
		width: 30%;
		padding-bottom: 10px;
		}
		
	.meta p:nth-of-type(even) {
		padding-right: 0px;
		padding-left: 10px;
		padding-bottom: 10px;
		}
		
	.meta p:nth-of-type(3) {
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 10px;
		width: 60%;
		}
		
	.meta-share-codex {
		margin-left: -10px;
		}
		
	.meta-channels, .meta-author {
		display: table;
		float: none;
		width: 100%;
		height: 50px;
		}
		
	.meta-channels p, .meta-author p {
		width: auto !important;
		padding: 0 !important;
		margin-right: 40px;
		float: left;
		}
				
	.meta-codex h4 {
		text-align: left;
		}
		
	.meta-codex p {
		width: 100%
		}
		
	.meta-codex {
		float: left;
		width: 25%;
		margin-bottom: 0px;
		}
		
	.meta-codex.workshop:nth-of-type(1) {
		margin-right: 30px;
		}
		
	.meta-codex.workshop {
		width: 40%;
		}
	
	.meta-codex-wide {
		width: 100%;
		}
		
	.workshop {
		margin-bottom: 40px;
		}
		
	.workshop:last-of-type {
		margin-bottom: 0px;
		}
		
	.influences {
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
		-moz-column-count: 3; /* Firefox */
		column-count: 3;
		-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
		-moz-column-gap: 30px; /* Firefox */
		column-gap: 30px;
		margin-bottom: 50px;
		}
		
	.carousel-resp h2 {
		color: #fff;
		text-align: left;
		text-transform: none;
		width: 100%;
		font-size: 48px;
		padding-bottom: 10px;
		line-height: 52px;
		text-indent: -24px;
		}
	
	.grief-response {
		box-shadow: 0px 0px 3px 3px rgba(153, 153, 153, 0.2);
		margin-left: 5px;
		margin-right: 5px;
		padding: 30px;
		padding-left: 33px;
		display: block;
		margin-bottom: 10px;
		margin-top: 10px;
		}
		
	.grief-grid .mix h3 {
		font-size: 28px;
		line-height: 32px;
		text-indent: -14px;
		font-weight: normal;
		margin-bottom: 12px;
		padding-right: 0px;
		}
	
	.zcontainer .zheader {
		width: 50%;
		margin-left: 20px;
		font-size: 20px;
		}
		
	.footer {
		padding-left: 40px;
		}
		
	button {
		font-size: 14px;
		padding: 10px 12px;
		min-width: 120px
		}
		
	.social-float {
		float: right;
		padding-right: 10px;
		}
	
	code {
		width: 220px;
		margin: 30px -60px 30px 56px;
		font-size: 30px;
		line-height: 1.2;
		}
		
	.searchfield {   
		width: 85%;
		}
		
	}
	
	
/*------- DESKTOP -------*/

@media (min-width: 926px) {
	
	.mobile, .mobile-footer, .navigation-bar {
		display: none;
		} 
		
	.nav-block {
		float: right;
		width: 79%;
		margin-top: 45px;
		}
		
	.nav a {
		margin-right: 14px;	
		}
		
	.down-zoom {
		display: none;
		}
		   
	.box-proj:nth-of-type(3n), .box-codex:nth-of-type(4n) {
		border-right: none; 
		}
		
	.box-row-footer .box:last-of-type {
		border-right: none !important; 
		}

	.box-row-footer .box {
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
		}
			
	.photo-split, .split-header {
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;-webkit-flex-flow:row nowrap;
		-ms-flex-flow:row nowrap;
		flex-flow:row nowrap
		}

	.photo-split-column {
	   min-height: 600px;
		}
	
	.split-header .photo-split-column {
		min-height: 70vh;
		}
		
	.fotorama-container {
		width: 90%;
		max-width: 1000px;		
		margin-left: auto;
		margin-right: auto;
		}
	
	.monument-card {
		width: 19.6%;
		}
		
	.confessions-card {
		width: 33%;
		}
		
	.carousel-credit {
		padding-left: 0;
		}

	.response-flex-container {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		}
	    
	.social-float {
		float: right;
		padding-right: 0px;
		}
	}




/*------- DESKTOP LARGE -------*/

@media (min-width: 1077px) {
	
	.monument-card {
		width: 19.6%;
		}
		
	.confessions-card {
		width: 33%;
		}
		
	.nav a { 
		margin-right: 25px;
		}

	
	
	
/*-------- ANIMATION ------*/

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    
    -o-transform: scale(1.1);
    /* Opera */
    
    -moz-transform: scale(1.1);
    /* Firefox */
  }
  100% {
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
}


