* { 
	box-sizing: border-box; 
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 100%;
	min-height: 100%;  
	overflow-y: scroll;

    background: rgba(51, 51, 46, 1);
}

body {
    margin: 0;
    padding: 50px 10px 11.111111%;
    box-sizing: border-box;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    overflow: auto;
	overflow-x: hidden;
    color: rgba(51, 51, 46, 1);
    -webkit-font-smoothing: subpixel-antialiased;

    background: rgba(242, 242, 242, 1);
}

div, section {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;

      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
}

img {
	max-width: 100%;
}

ul {
	margin: 0;
	padding: 0 30px 0 0;
}

ul li {
	list-style-type: none;
}

::selection {
	background: rgba(51, 51, 46, 1);
	color: #FFFFFF;
	color: rgba(255, 255, 255, 1);
}

button {
	box-shadow: 0 0 0 2px rgba(51, 51, 46, 1) inset;
    border: none;
    padding: 17px 30px;
    background: none;
    cursor: pointer;
}
button:hover {
	background: rgba(51, 51, 46, 1);
	color: rgba(242, 242, 242, 1);
}
button:focus {
	outline: none;
}















/*   G R I D   */

.row {
	clear: both;
	margin: 0 -10px;
	overflow: auto;
}

.box_1, .box_2, .box_3, .box_4, .box_5, .box_6, .box_7, .box_8, .box_9, .box_10, .box_11, .box_12 {
	float: left;
	box-sizing: border-box;
	position: relative;
	padding: 0 10px;
}

.box_1 {	width: 8.333333%;	}
.box_2 {	width: 16.666666%;	}
.box_3 {	width: 25%;			}
.box_4 {	width: 33.333333%;	}
.box_5 {	width: 41.666666%;	}
.box_6 {	width: 50%;			}
.box_7 {	width: 58.333333%;	}
.box_8 {	width: 66.666666%;	}
.box_9 {	width: 75%;			}
.box_10{	width: 83.333333%;	}
.box_11{	width: 91.666666%;	}
.box_12{	width: 100%;		}

.scooch_1 {	margin-left: 8.333333%;	}
.scooch_2 {	margin-left: 16.666666%;	}
.scooch_3 {	margin-left: 25%;			}
.scooch_4 {	margin-left: 33.333333%;	}
.scooch_5 {	margin-left: 41.666666%;	}
.scooch_6 {	margin-left: 50%;			}
.scooch_7 {	margin-left: 58.333333%;	}
.scooch_8 {	margin-left: 66.666666%;	}
.scooch_9 {	margin-left: 75%;			}
.scooch_10{	margin-left: 83.333333%;	}
.scooch_11{	margin-left: 91.666666%;	}















/*   T Y P O G R A P H Y   */

body, footer a {
	font-family: "Ringside Regular SSm A", "Ringside Regular SSm B";
	font-style: normal;
	font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    -webkit-font-smoothing: antialiased;

}

h1, h2 {
	font-family: "Tungsten A", "Tungsten B";
    font-style: normal;
    font-weight: 500;
    padding: 0;
    margin: -11px 0 0 -3px;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 0;
}

h4, button {
	font-family: "Ringside Wide SSm A", "Ringside Wide SSm B";
	font-style: normal;
	font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: .07em;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}

a {
	font-style: normal;
	font-weight: 400;

    color: rgba(51, 51, 46, 1);
	text-decoration: none;
	cursor: pointer;
    margin: 0;
}
a:hover, a.active {
	color: rgba(240, 83, 48, 1);
}

p {
    margin: -5px 0 0;
    padding: 0px 0 15px;
}

.logo {
    font-family: "Tungsten A", "Tungsten B";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.logo:hover, .tile:hover h3, .tile:hover h4 {
	color: rgba(240, 83, 48, 1);
}

.tile h3 {
    font-family: "Tungsten A", "Tungsten B";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin: 3px 0 11px;
}













/*   H E A D E R   */

header {
    width: 100%;
    display: block;
	position: fixed;
	z-index: 1000;
    top: 0;
    left: 0;
    background: rgba(242, 242, 242, 1);
    color: rgba(51, 51, 46, 1);
    -webkit-font-smoothing: antialiased;
    padding: 0;
    height: 48px;
    box-sizing: border-box;
    box-shadow: 0 2px 0 0 rgba(51, 51, 46, 1);
}
header a.logo {
	padding: 14px 20px 0;
    height: 48px;
    box-sizing: border-box;
	z-index: 1000;
    display: block;
    position: relative;
    float: left;
	margin: 0 0 0 -2px;
    -webkit-font-smoothing: antialiased;
}

header nav {
    position: absolute;
    margin: 0 -21px 0 -6px;
    left: 25%;
    width: 75%;
    top: 0px;
}
header nav a {
    float: left;
	padding: 16px 20px;
    -webkit-font-smoothing: antialiased;
}
button#nav_toggle {
    top: -1px;
    right: -15px;
    margin-right: 20px;
    border: none;
    width: 60px;
    height: 50px;
    padding: 15px;
    z-index: 1000;
    cursor: pointer;
    display: none;
    background: none;
	box-shadow: none;
}
button#nav_toggle:focus {
    outline: none;
}
button#nav_toggle span {
    width: 100%;
    height: 2px;
    background: rgba(20, 20, 16, 1);
    margin: 0 0 7px;
    display: block;
    position: relative;
}

button#nav_toggle.active span {
    opacity: 0;
}
button#nav_toggle.active span.one {
    transform: rotate(45deg);
    opacity: 1;
    margin: 0 0 -11px;
}
button#nav_toggle.active span.three {
    transform: rotate(-45deg);
    opacity: 1;
    margin: 0 0 0;
}

#search {
	display: none;

	width: 60px;
    height: 50px;
    padding: 14px 20px;
    position: absolute;
    left: 44.4444444%;
    box-sizing: border-box;
    margin: 0 0 0 -30px;
}













/*   H O M E   */

body.home {
	padding: 50px 10px 11.111111%;
}

.grid {
	margin: 10px 0 0;
}

.grid:after {
	content: '';
	display: block;
	clear: both;
}

.tile, .collection_tile {
	float: left;
	width: 12.5%;
	height: 0px;
	padding-bottom: 12.5%;
	position: relative;
}

.tile_img {
	position: absolute;
    left: 10px;
    right: 10px;
    bottom: 9px;
    top: 9px;
    z-index: 50;
}

.tile:before, .collection_tile:before {
	content: '';
	background: rgba(235, 235, 235, 1);
	position: absolute;
    left: 10px;
    right: 10px;
    bottom: 9px;
    top: 9px;
    z-index: 0;
}

.tile:after {
	content: '';
	width: 33.333333%;
	height: 34%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
	position: absolute;
    left: 33.333333%;
    top: 32%;
    z-index: 45;
}

a.hover_text {
	opacity: 0;
	background: rgba(20, 20, 16, 1);
	color: rgba(255, 255, 255, 1);
	position: absolute;
    left: 10px;
    right: 10px;
    bottom: 9px;
    top: 9px;
    z-index: 55;
    padding: 14px 20px 40px;

    -webkit-transition: all ease-out 150ms;
       -moz-transition: all ease-out 150ms;
            transition: all ease-out 150ms;
}
a.hover_text:hover {
	opacity: 1;

    -webkit-transition: all ease-out 100ms;
       -moz-transition: all ease-out 100ms;
            transition: all ease-out 100ms;
}
a.hover_text h4 {
	margin: 0 0 10px;
}

.tile--width2 { 
    width: 50%;
}

.tile--width3 { 
    width: 75%;
}
.tile--height2 { 
    padding-bottom: 50%;
}

.featured_collections {
	padding: 0 10px;
}

.collection_tile {
	width: 25%;
	padding-bottom: calc(25% + 150px);
}

.collection_tile .collection_tile_text {
    padding: 0 20px 0;
    position: absolute;
    bottom: 30px;
}
.collection_tile_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 150px;
}
.collection_tile:before {
	background: rgba(20, 20, 16, 1);
}
.collection_tile_text {
	color: rgba(255, 255, 255, 1);
}
.collection_tile a:hover .collection_tile_img {
	opacity: .1;
}
.collection_tile a:hover .collection_tile_text {
	color: rgba(240, 83, 48, 1);
}
.collection_tile a {
    position: absolute;
    top: 9px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.collection_tile_text h2 {
	margin: 0 0 10px -3px;
}





.full_text {
	padding: 11.111111% 0 11.111111% 25%;
	margin-left: 10px;
}

.full_text h1 {
	margin-bottom: 20px;
}







.collection_wood_type .collection_tile_img {
	background: url(../img/gothic5072_specimen_02.jpg) no-repeat center;
	background-size: cover;
}

.collections_index .featured_collections {
	padding: 10px;
}

.collection_egyptian .collection_tile_img {
	background: url(../img/collection_egyptian.jpg) no-repeat center;
	background-size: cover;
}
.collection_woodcuts .collection_tile_img {
	background: url(../img/collection_woodcuts.jpg) no-repeat center;
	background-size: cover;
}












/*   S O C I A L  */

#social_header {
    position: absolute;
    margin: 0 -21px 0 10px;
    left: 66.666666%;
    width: 33.333333%;
    top: 0px;
}
#social_header h4 {
	float: left;
	display: block;
	line-height: 48px;
	padding-right: 10px;
}
#social_header a {
	padding: 13px 5px;
	height: 50px;
	float: left;
	display: block;
	box-sizing: border-box;
}
#social_header svg path {
	fill: rgba(51, 51, 46, 1);
}
#social_header svg:hover path {
	fill: rgba(240, 83, 48, 1);
}

#social_header .ig {
	width: 26px;
	margin: 0 -1px 0 1px;
}
#social_header .pin {
	width: 26px;
	margin-top: -1px;
}














/*   S P E C I M E N  */

body.specimens section.intro {
	padding: 11.111111% 10px 5.5555555%;
}

body.specimens section.img img {
    padding-bottom: 20px;
}

.intro button.secondary {
	margin: 35px 0 0;
}

.intro h1 {
	margin-bottom: 20px;
}

.intro_text {
	padding: 0 40px 0 10px;
}

.images {
	overflow: auto;
	padding: 11.111111% 10px 0;
}

.specimens h1 {
	margin: -11px 0 10px -3px;
}

body.specimen .full_text {
	padding: 8% 0 0 25%;
}

.featherlight-content img {
	height: auto !important;
	position: relative;
	z-index: 100;
}














.cta-container {
    display:table;
    width: 100%;
    height: 50%;
}

.cta-container p {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin:5px 0;
}

.grid-sizer, .item {
    width: 20%;
    padding: 10px;
    cursor: pointer;
    float: left;
}

#specimen_container {
    margin: 8% auto;
    width: 83.333333%;
}

.gutter-sizer {
    width: 0;
}
.grid-sizer, .gutter-sizer {
    display: none;
}

.item img {
    max-width: 100%;
    box-shadow: 0 0 0 2px rgba(20, 20, 16, 1) inset;
    float: left;
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 16, 0.9);
    position: absolute;
    top: 0;
    left: 0; 
    text-decoration: none;
    color: #fff;
    opacity: 0;
    border-radius: 2px;
}
.overlay a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
}
span.overlay:after {
    content: '';
    display: block;
    background: url(../img/eye.svg) no-repeat center;
    width: 20%;
    height: 96%;
    position: absolute;
    left: 40%;
    top: 0;
    z-index: 1;
	cursor: pointer;
}

.item:hover .overlay {
    opacity: 1;
}

.featherlight {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(60, 60, 52, .93);
    z-index: 2000;
    overflow-y: scroll;
}

.featherlight-content {
    padding: 8% calc(16% + 10px);
}

.featherlight-close-icon {
    position: absolute;
    cursor: pointer;
    color: rgba(255, 255, 255, 0);

	right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 0;
}

.featherlight-close-icon:after, .featherlight-close-icon:before {
	content: '';
	display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 4% 12.333333% 0 0;
    width: 30px;
    height: 2px;
    cursor: pointer;
    background: rgba(255, 255, 255, 1);
	transform: rotate(45deg);
}

.featherlight-close-icon:before {
	transform: rotate(-45deg);
}
/*
.featherlight-close-icon:after:hover {
    color: rgba(240, 83, 48, 1);
}
*/










@media (max-width: 1500px) {

	.collection_tile {
		width: 50%;
	}

	.tile {
		width: 25%;
		padding-bottom: 25%;
	}

	.full_text {
		padding: 11.111111% 0 11.111111% 0;
		margin-left: 10px;
	}

}

@media (max-width: 1000px) {

	#specimen_container {
	    margin: 8% auto;
	    width: 100%;
	}

	.grid-sizer, .item {
	    width: 33.333333%;
	}

	.featherlight-content {
		padding: 40px;
	}
	.featherlight-close-icon {
	    margin: 40px 40px 0 0;
	    background: rgba(20, 20, 16, 1);
	    border-radius: 50%;
	}
	header nav {
		left: 33.333333%;
	    width: 66.666666%;
	}
	#social_header {
	    right: auto;
	    left: 10px;
	    top: auto;
	    bottom: 30px;
	    width: 186px;
	    position: absolute;
	    z-index: 2000;
	    color: rgba(255, 255, 255, 1);
	}

	#social_header svg path {
		fill: rgba(255, 255, 255, 1);
	}

	.collection_tile h2 {
    	font-size: 32px;
    	line-height: 35px;
    	margin: 0 0 10px -1px;
	}
	body.specimen .full_text {
	    padding: 8% 0 0 0;
	}

	header.active button#nav_toggle span {
	    background: rgba(255, 255, 255, 1);
	}

	header.active a.logo {
		display: none;
	}

}

@media (max-width: 900px) {

	.collection_tile {
		width: 100%;
		padding-bottom: calc(50% + 90px);
	}

	.tile {
		width: 33.333333%;
		padding-bottom: 33%;
	}

	.collection_tile .collection_tile_text {
	    bottom: 0px;
	}
	.collection_tile_img {
	    bottom: 90px;
	}

}

@media (max-width: 750px) {

    header nav {
        position: absolute;
        top: -100vh;
        left: 0px;
        z-index: 100;
        width: 100vw;
        height: 100vh;
        background: #FFF;
        background: rgba(20, 20, 16, 1);
        padding: 20vh 0px 0;
        box-sizing: border-box;
    }

    header.active nav {
	    top: 0px;
	    left: 0px;
	    z-index: 100;
	    width: 100vw;
	    height: 100vh;
	    background: rgba(51, 51, 46, 1);
	    padding: 20px 0 0;
	    margin: 0;
	    box-sizing: border-box;
    }
    button#nav_toggle {
        position: absolute;
        display: block;
    }

    header nav a {
		float: none;
	    color: rgba(255, 255, 255, 1);
	    text-align: center;
	    padding: 17px 20px;
		margin: 0;
	    display: block;
		position: relative;
		z-index: 1000;
    }

}

@media (max-width: 700px) {

	.grid-sizer, .item {
	    width: 50%;
	}

	.tile {
		width: 50%;
		padding-bottom: 50%;
	}

}






























































