html {
  box-sizing: border-box;
  letter-spacing: .2em;
  font-weight: 100;
}
*, *:before, *:after {
  box-sizing: inherit;
}


/* HEADER */
.header {
	padding: 50px 0px;
}
.header h1 {
	font-size: 1.8em;
	letter-spacing: .5em;
}
.header #header-img {
	width: 100%;
}
.header-divider {
	border-bottom: darkred 15px solid;
}


/* NAV */
.nav {
	padding: 20px 0px;
}
.nav a {
	font-size: 1.2em;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: .175em;
	transition: all .2s ease;
}
.nav a:hover {
	color: #fff;
	text-decoration: none;
	letter-spacing: .25em;
}
.nav .active, .sub-menu .active {
	color: #fff;
	text-decoration: none;
	letter-spacing: .25em;
}
.sub-menu a {
	font-size: 1.2em;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: .2em;
	transition: all .2s ease;
}
.sub-menu a:hover {
	color: #fff;
	text-decoration: none;
	letter-spacing: .4em;
}


/* PAGE TITLE */
.page-title {
	text-transform: uppercase;
	letter-spacing: 1.5rem;
	color: #be1f1f;
	margin-top: 20px;
	margin-bottom: 20px;
}
.page-title h2 {
	font-size: 2em;
}
.page-title a {
	text-decoration: none;
	transition: all .2s ease;
}
.page-title a:hover {
	text-decoration: none;
	color: #fff;
	letter-spacing: 1.8rem;
}
.breadcrumb-link {
	margin-top: 20px;
	margin-bottom: -15px;
}
.breadcrumb-link a {
	color: #999;
	text-decoration: none;
	letter-spacing: 6px;
	transition: all .2s ease;
}
.breadcrumb-link a:hover {
	color: #999;
	text-decoration: none;
	letter-spacing: 8px;
}


/* PAGE BODY */
.body, .body p {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 300;
}
.body h1, .body h2, .body h3, .body h4, .body h5 {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;
}
.fluid-wrapper {
	width: 100%;
	padding: 40px 0px;
}
.body a:hover {
	color: #fff;
	text-decoration: none;
}
table tr {
	vertical-align: top;
}


/* FRONT GRID */
.collection-grid a {
	text-decoration: none;
}
.collection-grid .title {
	color: #eeeeee;
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-size: 1.1em;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 4px;
	margin-bottom: 40px;
	text-decoration: none;
	transition: color .2s ease, letter-spacing .2s ease;
}
.collection-grid a:hover .title {
	letter-spacing: 6px;
	color: darkred;
}
.collection-grid a img {
	
}

/* GALLERY GRID */
.gallery-grid a {
	text-decoration: none;
}
.gallery-grid .title {
	position: relative;
	font-family: "Yanone Kaffeesatz", sans-serif;
	color: #eeeeee;
	font-size: 1.1em;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: -80px;
	margin-bottom: 60px;
	text-decoration: none;
	transition: all .2s ease;
}
.gallery-grid a:hover .title {
	letter-spacing: 6px;
	opacity: 1;
}
.gallery-grid a img {
	margin: 30px auto 60px auto;
}
.gallery-grid a .sold {
display: inline-block;
position: relative;
}
.gallery-grid a .sold:before {
	display: block;
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-image: url("../images/sold-badge.png");
	background-position: center 70%;
	background-repeat: no-repeat;
}

/* PRESS GRID */
.press-grid a {
	text-decoration: none;
}
.press-grid .title {
	position: relative;
	-webkit-font-smoothing: antialiased;
	color: #eeeeee;
	font-size: 1.1em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: -10px;
	margin-bottom: 70px;
	text-decoration: none;
	transition: all .2s ease;
}
.press-grid a:hover .title {
	letter-spacing: 6px;
	opacity: 1;
}
.press-grid a:hover img {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.press-grid a img {
	margin: 0px auto;
	position: relative;
	transition: all .2s ease;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	margin-top: 15px;
	
}

/* FOOTER */
.footer-divider {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 6px;
	padding-bottom: 6px;
}
.footer-divider.top {
	border-top: darkred 2px dotted;
	border-bottom: darkred 20px solid;
}
.footer-divider.bottom {
	border-bottom: darkred 2px dotted;
	border-top: darkred 20px solid;
}
.footer-divider.inside {

}
.footer-divider.inside #footer-img {
	width: 50%;
}

.footer {
	font-size: .8em;
	font-weight: 100;
	text-transform: uppercase;
	color:#777;
}


/* ABOUT PAGE */
.fluid-wrapper.about-section-1 {
	background-image: url("../images/abouttopbg.jpg");
	background-position: center top;
}
.about-section-1 .quote {
	font-family: 'Alegreya Sans SC', sans-serif;
	padding-top: 20px;
	font-size: 2.1em;
	font-weight: 100;
}
.fluid-wrapper.about-section-statement {
	background-image: url("../images/artiststatementbg.jpg");
	background-position: center top;
	background-attachment: fixed;
}
.fluid-wrapper.about-section-statement p {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 2em;
}
.fluid-wrapper.about-section-poem {
	background-image: url("../images/naturepoembg.jpg");
	background-position: 70% bottom;
	background-attachment: scroll;
}
.fluid-wrapper.about-section-poem p {
	font-size: 1.3em;
}

.about-section-bio p {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 2em;
	letter-spacing: .01em;
}
blockquote {
	color: #7f7f7f;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-style: italic;
}
blockquote.pull-left {
	width: 50%;
	float:left;
	margin:40px 60px 40px 0px;
	font-size: 2em;
	border: 0px none !important;
}
blockquote.pull-right {
	width: 50%;
	float:right;
	margin:40px 0px 60px 40px;
	font-size: 2em;
	border: 0px none !important;
}

/* ARTIFY LIFE PAGE */
.fluid-wrapper.artify-life-section-statement p {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 2em;
	font-weight: 300;
	/* font-family: "Yanone Kaffeesatz", sans-serif; */
}
.fluid-wrapper.artify-life-section-statement img.pull-left {
	padding-right: 1em;
}
.fluid-wrapper.artify-life-section-statement img.pull-right {
	padding-left: 1em;
}


/* LIGHTBOX OVERRIDE */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.lb-outerContainer {
  position: relative;
  background-color: #111;
  /* *zoom: 1; */
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

/* SPLASH PAGE */
.splash {
	margin-top: 3%;
}
.splash img {
	position: relative;
	margin: 0px auto;
}
.splash .title {
	position: relative;
	margin-top: -30px;
	margin-bottom: 10px;
	color: #eeeeee;
	font-size: 2em;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 15px;
	text-decoration: none;
	transition: letter-spacing .2s ease;
}
.splash a {
	text-decoration: none;
}
.splash a:hover .title {
	letter-spacing: 20px;
}
.splash a:hover img {

}

/* EVENT PHOTOS - SLICK */
ul.filter-options {
	display: block;
	list-style: none;
	padding: 0px ;
}
ul.filter-options li {
	display: inline-block;
	list-style: none;
	padding: 0 20px;
}

.sub-menu .filter-options .active {
	color: #fff;
	text-decoration: none;
/* 	letter-spacing: .4em; */
}
.sub-menu .filter-options a {
	font-size: .9em;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: .2em;
	transition: all .2s ease;
}
.sub-menu .filter-options a:hover {
	color: #fff;
	text-decoration: none;
/* 	letter-spacing: .4em; */
}
#slick div {
	margin-bottom: 15px;
}
#slick img {
	margin: 0 auto;
	opacity: .35;
	transition: opacity .5s ease;
	max-height: 65%;
}
#slick .slick-center img, #slick .slick-active img {
	opacity: 1;
}
.slick-dots {
	padding-top: 40px;
}
.slick-dots li button::before {
	color: white !important;
}
#slick .caption {
	font-size: 120%;
}

/* LANDING PAGE */
.sell-grid > div {
	margin-top: 80px;
	margin-bottom: 40px;
}
.sell-grid a {
	text-decoration: none;
}
.sell-grid .title {
	background-color: #191919;
	color: #eeeeee;
	font-size: 1.1em;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 10px;
	padding: 10px 0px;
	text-decoration: none;
	transition: color .2s ease, letter-spacing .2s ease;
}
.sell-grid a:hover .title {
	letter-spacing: 6px;
	color: darkred;
}
.sell-grid .priceinfo {
	background-color: #191919;
	font-size: .9em;
	font-weight: 100;
}
.sell-grid .priceinfo .price {
	background-color: #222;
	color: #fff;
	font-size: 1.2em;
	padding: 10px;
	margin-top:6px
}
.sell-grid .priceinfo .price .original{
	text-decoration: line-through;
	color: #999;
}
.sell-grid .priceinfo .price .discounted{
	font-weight: 900;
	font-size: 1.3em;
}
.sell-grid .priceinfo .buybutton {
	background-color: #191919;
	color: #fff;
	font-size: 1.2em;
	padding: 10px;
	font-family: "Alegreya Sans SC", sans-serif;
}

/* MEDIA QUERIES */
@media screen and (min-width: 768px) {
	.header #header-img {
		width: 60%;
	}
	.footer-divider.inside #footer-img {
		width: 30%;
	}
	.body, .body p {
		font-weight: 100;
	}
	
/* 	FRONT GRID */
	.collection-grid a .img-hilite {
	display: inline-block;
	position: relative;
	}
	.collection-grid a .img-hilite:before {
		display: block;
		content: '';
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		border-bottom: 0px solid darkred;
		background-color: rgba(0,0,0,.35);
		transition: all .2s ease;
	}
	.collection-grid a:hover .img-hilite:before {
		border-bottom: 10px solid darkred;
		background-color: rgba(0,0,0,0);
		transition: all .2s ease;
	}
	
	
	
/* 	GALLERY GRID */
	.gallery-grid .title {
		letter-spacing: 4px;
		opacity: 0;
	}
	.-grid a:hover .img-hilite:before {
		border: 10px solid darkred;
		transition: all .2s ease;
	}
	
/* ABOUT PAGE */
	.about-section-1 .quote {
		margin-top: 2em;
	}
	.fluid-wrapper.about-section-statement p {
		font-size: 1.3em;
		line-height: 1.6em;
		margin-top: 2em;
	}
	.fluid-wrapper.about-section-poem {
		background-image: url("../images/naturepoembg.jpg");
		background-position: 100% bottom;
		background-attachment: scroll;
	}
	
	
#slick img {
	opacity: 1;
}
	
	
	
}