header hr,
footer hr {
	margin-top: 0;
	margin-bottom: 0;
}
hr {
	border: 0;
    height: 1px;
    background: transparent;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.2) 90%, rgba(0,0,0,0) 100%);
    max-width: 1000px;
}
input[type=text], .input, .input2, .input3, .inputs {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #010101;
	background-color: #f6f6f6;
	border: 1px solid #CCC;
	padding: 1px;
	margin: 2px;
}
nav {
	line-height: 2.2;
}
nav ul li a {
	padding-left: 1.1em;
	padding-right: 1.1em;
}
#logo {
	padding: 32px 0 20px 0;
}
.captionTitle,
.thumbLinkSub {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 16px;
}
.captionTitle {
	font-size: 14px;
	font-size: 1.4rem;
}
.thumbLinkSub {
	font-size: 18px;
	font-size: 1.8rem;
}
.captionTitle a:link,
.captionTitle a:visited,
.thumbLinkSub a:link,
.thumbLinkSub a:visited {
	color: #010101;
}
.captionTitle a:hover,
.thumbLinkSub a:hover {
	color: #df6309;
}
.photoTitle {
	margin-top: 30px;
	margin-top: 3rem;
	margin-bottom: 24px;
}
.photoLocation {
	text-transform: uppercase;
	margin-top: -16px;
	margin-bottom: 24px;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-size: 1.4rem;
	color: #AAA;
}
.printsCategory {
	padding: 30px;
	margin-top: 40px;
}

/* ================ FOOTER ================ */

footer {
	width: 100%;
}
#footerLogo img {
	max-width: 150px;
}
.copyright {
	font-size: 13px;
	font-size: 1.3rem;
	clear: both;
	padding-bottom: 40px;
}
.copyright a:link,
.copyright a:visited {
	color: #aaa;
}
.copyright a:hover {
	color: #df6309;
	text-decoration: none;
}
.footerTable {
	max-width: 1060px;
	margin: 0 auto;
}
.footerCell {
	clear: both;
	padding: 50px 20px 0 20px;
}
.footerCell h1,
.footerCell h2,
.footerCell h3,
.footerCell h4 {
	margin-top: 0;
	text-align: center;
}
.footerCell p, .footerCell form {
	text-align: center;
}
.f3 {
	margin-bottom: 50px;
}
.social {
	text-align: center;
}
.social svg {
	margin-right: 6px;
	vertical-align: middle;
}
.social a:hover svg {
	color: #df6309;
}
@media screen and (min-width: 600px) {
	#footerLogo img {
		max-width: 235px;
	}
	.footerCell {
		clear: none;
		width: 27.672956%;
		float: left;
		padding: 50px 2.8301887%;
	}
	.f3 {
		margin-bottom: 0;
	}
}